A.small:ACTIVE, A.small:LINK, A.small:VISITED {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-style : normal;
	color : Navy;
	font-weight: bold;
    text-decoration: none;
}
A.small:HOVER {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-style : normal;
	font-weight: bold;
	color : #000000;
	text-decoration: none;
	background: #ffff00;
}

A.smallWhite:ACTIVE, A.smallWhite:LINK, A.smallWhite:VISITED {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-style : normal;
	color : #FFFFFF;
	font-weight: bold;
    text-decoration: none;
}
A.smallWhite:HOVER {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-style : normal;
	font-weight: bold;
	color : #000000;
	text-decoration: none;
	background: #ffff00;
}

A.normal:ACTIVE, A.normal:LINK, A.normal:VISITED {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	color : Navy;
	font-weight: bold;
    text-decoration: none;
}
A.normal:HOVER {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight: bold;
	color : #000000;
	text-decoration: none;
	background: #ffff00;
}