a{
	 font-family : Arial, Helvetica, sans-serif;
	 text-decoration : underline;
	 font-size : 12px;
}

a:link{
	color : #000099;
	text-decoration : underline;
}

a:visited{
	color : #000099;
	text-decoration : underline;
}

a:hover{
	color : #000099;
	text-decoration : none;
}

a:active{
	color : #000099;
	text-decoration : underline;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #333333;
}

.heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight : bold;
}

.bottomnav{
	color : #000099; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
}
	
a.bottomnav:link{
	color : #000099;
	text-decoration : none;
}

a.bottomnav:visited{
	color : #000099;
	text-decoration : none;
}

a.bottomnav:hover{
	color : #996600;
	text-decoration : none;
}

a.bottomnav:active{
	color : #000099;
	text-decoration : none;
}

BODY {
	scrollbar-face-color : #CCCCCC;
	scrollbar-track-color : #999999;
	scrollbar-highlight-color : #333333;
	scrollbar-3dlight-color : #999999;
	scrollbar-darkshadow-color : #333333;
	scrollbar-shadow-color : #999999;
	scrollbar-arrow-color : #000000;
}
