body {
	background-color: #dcdcdc;
	margin: 0px;
}
.gray {
	font-family: Tahoma;
	font-size: 11px;
	color: #595959;
	text-decoration: none;
}
.gray:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #af2c20;
	text-decoration: underline;
}
.red {
	font-family: Tahoma;
	font-size: 11px;
	color: #af2c20;
	text-decoration: none;
}
.red:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #595959;
	text-decoration: underline;
}
.white {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.lightgray {
	font-family: Tahoma;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
.inp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
	background-color: #FFFFFF;
}
.black {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
