TD {
	font-family : Verdana;
	font-size : xx-small;
	color: #A0241F
}
.tiny{
	font-family : Verdana;
	font-size : xxx-small;
	color: #b4b4b4
	
}
.white {
	font-family : Verdana;
	font-size : xx-small;
	color: #FFFFFF
}

.bold {
	font-family : Verdana;
	font-size : xx-small;
	color: #A0241F;
	font-weight : bold;
}
.content {
	font-family : Verdana;
	font-size : xx-small;
	color: #000000;
}
A:LINK {
	color: #ff0000;
	font-family : inherit;
	text-decoration : none
}


A:HOVER {
	background : #f5f5f5;
	underline : none
}

A:VISITED {
    color: #000000;
	text-decoration : none
}