
body {
	background-color: #484848;
	background-image: ;
	background-repeat: ;
	background-position: ;
	text-align: center;
	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
}

.MainHeader
{
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #800000;
}

.SubHeader
{
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
}

.BodyText
{
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

a.sidenavlink:link {
	text-decoration: none;
	font-color: #3C3F4F;
	font-family: "Lucida Sans Unicode";
	font-size:10px;
	font-style: normal;
	font-weight: bold;
	color: #3C3F4F;
}

a.sidenavlink:active {
	text-decoration: none;
	font-color:#3C3F4F;
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #3C3F4F;
}

a.sidenavlink:visited {
	text-decoration: none;
	font-color: #3C3F4F;
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #3C3F4F;
}

a.sidenavlink:hover {
	text-decoration: none;
	font-color: #5B4B9C
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #5B4B9C;
}

.footer {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:px;		
	font-family: "Lucida Sans Unicode";
	font-weight: bold;
	font-size: 10px;
	color: #3F3F3F;
	line-height: 10px;
	
}

.sidenavheader {
	font-family: Copperplate Gothic Bold;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	text-decoration: underline;
}

.copyright {
	text-decoration: none;
	text-align: right;
	font-color: #999999;
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	
}

a.specialLink:link {
	text-decoration: none;
	text-align: left;
	font-color: #999999;
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	
}

a.specialLink:active {
	text-decoration: none;
	font-color: #999999;
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}

a.specialLink:visited {
	text-decoration: none;
	font-color: #999999;
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}

a.specialLink:hover {
	text-decoration: none;
	font-color: #CCCCCC;
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}



a:link { color: #0000FF; 
	font-weight: 500;
	text-decoration: underline;

}
a:active { color: #0000FF; text-decoration: underline; 
}
a:visited { color: #29297C; text-decoration:  underline;
}
a:hover { color: #000080; text-decoration: underline overline; 
}