/* copyright McDonald Murphy & Mockorange Website Development 2001 - 2004 */
/* DO NOT USE MY CODE - GET YOUR OWN! */
/* body elements */

a:link, a:visited, a:active {
	color: #2B3F6B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

b {
	color: #2B3F6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

body {
	background-color: #FFFFFF;
	background-image: url(../images/blue_bg.gif);
	color: #C7D2E7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11pt;
	margin: 0;
}

h3 {
	color: #FF0000;
	font-family: verdana;
	font-size: 17px;
}

input {
	background-color: #C7D2E7;
	border: #000000 1px solid;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

select {
	background: #C7D2E7;
	border: #000000 1px solid;
	color: #000000;
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size: 11px;
}

td, div {
	color: #192A56;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
	background: #C7D2E7;
	border: #000000 1px solid;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.alpha {
	position: relative; /* don't use this one || filter: alpha(opacity=75) */
}

.black_bold {
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* end body elements */
/* custom elements */
.button {
	background: #4F6391;
	border: #000000 1px solid;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.grey {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.header {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

.link a:link, .link a:visited {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.link a:hover {
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

.newsheader {
	color: #990000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.red_bold {
	color: #E20101;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.redheader {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.rlink a:link, .rlink a:active, .rlink a:visited {
	color: #848EB6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.rlink a:hover {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

.small {
	color: #FF0000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.sml {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.smllink a:link, .smllink a:active, .smllink a:visited {
	color: #2B3F6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.smllink a:hover {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.subhead {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.tableedge {
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid; /* IE shadow filter - not in use || filter: Alpha(Opacity=70, FinishOpacity=99, Style=8, StartX=20, StartY=20, FinishX=5, FinishY=5) */
}

.td2 {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 10px;
}

.whitebold {
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.whitesub {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/* end */