BODY, TD {
	font-family : Arial, sans-serif ;
	font-size : 10pt;
	color : navy;
	font : Arial;
}

A {
	text-decoration: none;
	color: blue;
	
}

A:Hover {
	color : Silver;
	text-decoration : none;
}



.leftmenu {
	font-family : Arial, sans-serif ;
	font-size : 10pt;
	color : white;
	font : Arial;
	font-weight : bold;
}

.leftmenu:hover {
	font-family : Arial, sans-serif ;
	font-size : 10pt;
	color : silver;
	font : Arial;
	font-weight : bold;
}

.topmenu {
	font-family : Arial, sans-serif ;
	font-size : 10pt;
	color : white;
	font : Arial;
	font-weight : bold;
}

.toptmenu:hover {
	font-family : Arial, sans-serif ;
	font-size : 10pt;
	color : silver;
	font : Arial;
	font-weight : bold;
}

.footer {
	font-family : Arial, sans-serif ;
	font-size : 9pt;
	color : black;
	font : Arial;
	font-weight : normal;
}

.footer:hover {
	font-family : Arial, sans-serif ;
	font-size : 9pt;
	color : silver;
	font : Arial;
	font-weight : normal;
}

.bt {
	font-family : Arial, sans-serif ;
	font-size : 14pt;
	color : black;
	font : Arial;
	font-weight : bold;
}

.bt:hover {
	font-family : Arial, sans-serif ;
	font-size : 14pt;
	color : silver;
	font : Arial;
	font-weight : bold;
}

.highlight {
	font-family : Arial, sans-serif ;
	font-size : 14pt;
	color : black;
	font : Arial;
	font-weight : bold;
	background-color : Yellow;
}