﻿a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}
BODY {
	font-weight: normal;
	background-color: gray;


}
TD {
	font-family: Tahoma, Arial;
	font-size: 12px;
    color: #000000;

}
.underline {
	text-decoration: underline;
}
.red {
	color: #92010E;
}
