TABLE {
	font-family : Helvetica, Verdana, Geneva, Arial, sans-serif;
	text-decoration: none;
	color : 43545D;
	font-size : x-small;
	font-weight : bold;
}

TABLE.s {
font-family : Helvetica, Verdana, Geneva, Arial, sans-serif;
	text-decoration: none;
	color : #003003;
	font-size : x-small;
	font-weight : normal;
}



A {
	font-family : Helvetica, Verdana, Geneva, Arial, sans-serif;
	text-decoration: none;
	color : Red;
	font-size : x-small;
	font-weight : bold;
}
A:ACTIVE {
	color : Red;
}A:HOVER {
	color : Orange;
}


A.s {
	font-family : Helvetica, Verdana, Geneva, Arial, sans-serif;
	text-decoration: none;
	color : Olive;
	font-size : x-small;
	font-weight : bold;
}
A.s:ACTIVE {
	color : Silver;
}A.s:HOVER {
	color : Silver;
}


