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 : small;
	color: #A0241F;
	font-weight : bold;
}
.content {
	font-family : Verdana;
	font-size : small;
	color: #000000;
	}
.promo {
    background-color: #F8F8F8;
    border-top: 3px solid #FFFFFF;
    height: 80px;
    padding: 10px;
    width: 600px;
}
A:LINK {
	color: #ff0000;
	font-family : inherit;
	text-decoration: underline;
}


A:HOVER {
	background : #CECECE;
	text-decoration: underline;
	
	
	}

A:VISITED {
    color: #000000;
	text-decoration : none
}
