body {
	background-color: #929292;
	margin-left: 0px;
	margin-top: 0px;
}
.basefont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #6a6a6a;
	text-decoration: none;
}
.red {
	color: #8c0007;
}
.bold {
	font-weight: bold;
}
.under {
	text-decoration: underline;
}
.size14 {
	font-size: 14px;
}
.divHidden {
	display: none;
}
.divVisible{
	display: block;
}
a:hover {
	text-decoration: underline;
}
