@charset "UTF-8";
/* CSS Document */

/*#nav a {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
#nav a:hover {
	color:#333399
}*/
#mainContent a{
	color:#FFFFFF;
}
#mainContent a:hover {
	color:#00FFFF
}

h1 {
	font-family:Verdana, sans-serif;
	font-size:14px;
	line-height:1.5em;
	font-weight:bold;
}
h2 {
	font-family:Verdana, sans-serif;
	font-size:12px;
	line-height:1.5em;
	font-weight:bold;
}
.formIndent {
	margin: 0 15px 0 30px;
	font-size:12px;
}
.formIndent h2 {
	margin: 20px 0 0 0;
}
p, ul, li {
	font-family:Verdana, sans-serif;
	font-size:.75em;
	line-height:1.75em;
}
ul, li {
	font-family:Verdana, sans-serif;
	font-size:12px;
	line-height:1.75em;
}

.caption {
	font-size: 9px;
}
.redText {
	color: #FF0000;
}
#footer a {
	text-decoration:none;
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration:none;
	color:#0000CC;
}
.blueText {
	color:#0099ff;
}
.blueBkgdText {
	background-color:#0099ff;
	line-height:1.5em;
	font-size:12px;
	padding-left:10px;
	font-weight:bold;
}