body {
	background-color: #5c5b59;
	font-family: Tahoma;
	font-size: 10px;
	color: White;
	line-height: 15px;
}
.font {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
	color: White;
	text-align: justify;
}
.link {
	font-family: Tahoma;
	font-size: 11px;
	color: Red;
	text-decoration: none;
}
.link:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: Red;
	text-decoration: underline;
}
.white {
	font-family: Tahoma;
	font-size: 10px;
	color: White;
	text-decoration: none;
}
.white:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: White;
	text-decoration: underline;
}
hr {
	height: 0px;
	BORDER-BOTTOM: #C0C0C0 1px solid;
	BORDER-LEFT: #778899 0px solid;
	BORDER-RIGHT: #778899 0px solid;
	BORDER-TOP: #778899 0px solid;
	border-style: dashed;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #DCDCDC;
	font-weight: bolder;
}