.leftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009933;
}
a, a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover, a:visited:hover {
	color: #33EE33;
	text-decoration:underline;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.bodyLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
	text-decoration:underline;
}
.bodyLink:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
	text-decoration:underline; 
}
.bodyLink:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder ;
	color: Green;
	text-decoration:underline; 
}

.bodyTextBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bodyTextB000066 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
.subHeader {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.subHeader000066 {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.logout {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
}

.Status
{
	font-weight: bold;
	color: white;
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	background-color: #000074;
	border-bottom-style: groove;
}

.Error
{
	font-weight: bold;
	color: red;
	border-top-style: groove;
	border-right-style: groove;
	border-left-style: groove;
	background-color: #000074;
	border-bottom-style: groove;
}

