
A {
	color : Navy;
	text-decoration : underline;
}

A:HOVER {
	font-family : Tahoma;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 12px;
	color : Blue;
	text-decoration : none;
	vertical-align : middle;
}

p, table, body ,.main {
		font-family : Tahoma;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 12px;
	color : Black;
}

.white {
	font-family : Tahoma;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 12px;
	color : white;
	
	


}.smallbold { font-family : Arial, Helvetica, sans-serif; font-style : normal; font-variant : normal; font-weight : bolder; font-size : 10px; color : Black; }
.navy {
	font-family : Tahoma;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : 12px;
	color : navy;
}