.main a {
	color: #0051BA;
	text-decoration : none
}    

.main  a:hover {
    color : Gray;
    text-decoration : underline
}

.header a {
	color:  Navy;
	text-decoration : underline
}    
.header  a:hover {
	color : Silver;
	text-decoration : none
}

.bottom a {
	color: #5AA09F;
	text-decoration : none
}    
.bottom  a:hover {
	color : 5AA09F;
	text-decoration : underline
}

.footer a {
	color: #ffffff;
	text-decoration : none
}    
.footer  a:hover {
	color : Maroon;
	text-decoration : underline
}

body
{
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #B2D6CB;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #cdcbaa;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #4677A8;
	scrollbar-track-color: #ADBBC9;
	scrollbar-arrow-color: #ffffff;
}


table.footer { 
    font-style : italic;
    font-size: smaller;
    color : #000000
}    