body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2B2C52;
}
.linkTitle {
	font-size: 14px;
	font-weight: bold;
}

.enabled{
	font-weight: bold;
	color: #000000;
	background-color: #00FF00;
}

.disabled{
	font-weight: bold;
	color: #000000;
	background-color: #FF0000;
}

.alertTable{
	text-align: center;
	background-color: #990000;
}

.alertTable a:link{
	color: #990000;
	background-color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}


a {
	color: #797A9C;

}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}


h1, #pagetitle          {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	text-transform: uppercase;
	margin-top:0;
	margin-bottom:0;
	font-weight: bold;
	color: #99CCFF;
}
               
h2           {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-transform: uppercase;
	margin-bottom:0;
	font-weight: bold;
	color: #99CCFF;
}
				
h3           {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-bottom:0;
	margin-top:0;
	text-transform: uppercase;
	color: #99CCFF;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
}				

.boxtitle{
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
}

.imagefloatL{
}
.imageFloatRight{
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}

hr{
	color: #ED2025;
	background-color: #ED2025;
}