/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#333333;
}
body {
	background-color: #00539c;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(images/sky_bg_blue3.jpg);
	background-repeat:no-repeat;
}
.bg-repeat-y {background-repeat:repeat-y; background-position:center}
.bg-text {background-repeat:no-repeat; background-position:top}

a:link {
	color: #00539C;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #00539C;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #7FB539;
	font-weight:bold;
	text-decoration: underline;
}
a:active {
	color: #00539C;
	font-weight:bold;
	text-decoration:none;}

.blue {color: #00539C}
.green {color: #7FB539}
.skyblue {color: #43B7EB}
.largebluetx {
	font-size: 24px;
	font-weight:bold;
	color: #00539C;
}
.subhead {
	font-size: 18px;
	font-weight:bold;
	color: #333333;
}
.bigbluetx {
	font-size: 14px;
	font-weight:bold;
	color: #00539C;
}
.maintext {
	font-size: 12px;
	line-height: 20px;
	color: #990066
}
.REGtext {
	font-size: 12px;
	line-height: normal;
}
.smalltext {
	font-size: 11px;
	line-height: normal;
}


.copyright {font-size: 9px; color: #999999; }

#menu a:link {
	color: #666666;
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
}
#menu a:visited {
	color: #666666;
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
}
#menu a:hover {
	color: #00539C;
	font-size: 11px;
	font-weight:normal;
	text-decoration: underline;
}
#menu a:active {
	color: #666666;
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
}
#ulnav a:link {
	color: #00539C;
	font-weight:bold;
	text-decoration:underline;
}
#ulnav a:visited {
	color: #00539C;
	font-weight:bold;
	text-decoration:underline;
}
#ulnav a:hover {
	color: #7FB539;
	font-weight:bold;
	text-decoration: underline;
}
#ulnav a:active {
	color: #00539C;
	font-weight:bold;
	text-decoration:none;}
