td {
	font-family: "Verdana", "Arial",;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.smallfont {
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;

}
.border {
	border: 1px solid #5E5E5E;
}

