body {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	background-color: #fff;
}

.black {
	color: #000000;
	font-size: 12px;
}


h1 {
	color: #000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
	
h2 {
	color: #526B91;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
	
h3 {
	color: #000000;
   font-size:12px;
   }

a:link, a:visited {
	color: #777;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid;
}    

a:hover {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 0px;
}

a.navlink:link, a.navlink:visited {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 0px solid;
}    

a.navlink:hover {
	color: #777777;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 0px;
}


a.sidenavlink:link, a.sidenavlink:visited {
	color: #777777;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 0px solid;
	font-weight: bold;
}    

a.sidenavlink:hover {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 0px;
	font-weight: bold;
}

.footer{
	background-color: #cccccc;
}


.footer a:link, .footer a:visited {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0px solid;
}    

.footer a:hover {
	color: #777777;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0px;
}

a.image:link, a.image:visited {
	text-decoration: none;
	border-bottom: 0px solid;
}

a.image:hover {
	text-decoration: none;
	border-bottom: 0px solid;
}

.copyright{
	color: #4C77B4;
	font-size: 9px;
	line-height: 11px;
}

a.copyrightlink:link, a.copyrightlink:visited {
	color: #4C77B4;
	font-size: 9px;
	line-height: 11px;
	border-bottom: 1px solid;
}

a.copyrightlink:hover {
	color: #4C77B4;
	font-size: 9px;
	border-bottom: 0px solid;
}





