.top  a {
	color: #000080;
	text-decoration : none
}    
.top  a:hover {
	color: Yellow;
	text-decoration: underline;
}

.header  a {
	color: Yellow;
	text-decoration : none
}    
.header  a:hover {
	color : White;
	text-decoration : underline
}

.news  a {
	color: #000080;
	text-decoration : none
}    
.news  a:hover {
	color: White;
	text-decoration: underline;
}

.main a {
	color: #0051BA;
	text-decoration : none
}    
.main  a:hover {
    color : Gray;
    text-decoration : underline
}

.menu a {
	color: White;
	text-decoration : none
}    
.menu  a:hover {
	color : Yellow;
	text-decoration : underline
}

.menu2 a {
	color: #404040;
	text-decoration: none;
}    
.menu2  a:hover {
	color: White;
	text-decoration: underline;
}

.bottom a {
	color: #ffffff;
	text-decoration : none
}    
.bottom  a:hover {
	color : Silver;
	text-decoration : underline
}

.footer a {
	color: #ffffff;
	text-decoration : underline
}    
.footer  a:hover {
	color : Yellow;
	text-decoration : none
}

body
{
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #808080;
	scrollbar-shadow-color: #DEDAD1;
	scrollbar-highlight-color: #DEDAD1;
	scrollbar-3dlight-color: #003C84;
	scrollbar-darkshadow-color: #0051BA;
	scrollbar-track-color: #DEDAD1;
	scrollbar-arrow-color: #FFFFFF;
}

table.footer { 
    font-style : italic;
    font-size: smaller;
    color : #000000
}
