html {
     overflow: -moz-scrollbars-vertical;
}

.blacklinks {
	font-family: Arial;
	font-size: 8pt;
	color: #335E88;
	text-decoration: none;
}

a.blacklinks:hover {
font-family: Arial, Tahoma, Verdana;
font-size: 8pt;
color: #FF0000;
text-decoration: none;
}


.smalllinks {
	font-family: Tahoma;
	font-size: 7pt;
	color: #335E88;
	text-decoration: none;
}

a.smalllinks:hover {
font-family: Tahoma;
font-size: 7pt;
color: #FF0000;
text-decoration: none;
}


.redlinks {
	font-family: Arial;
	font-size: 8pt;
	color: #335E88;
	text-decoration: none;
}

a.redlinks:hover {
font-family: Arial;
font-size: 8pt;
color: #FF0000;
text-decoration: none;
}


.menulinks {
	font-family: Arial, Tahoma, Verdana;
	font-size: 8pt;
	color: #003366;
	text-decoration: none;
}

a.menulinks:hover {
font-family: Arial, Tahoma, Verdana;
font-size: 8pt;
color: #FF0000;
text-decoration: none;
}