@charset "utf-8";
body {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	background-color: #3C3C3C;
}

a{
	font-size:12px;
	color:#666666;
	text-decoration: underline;
	line-height: 18px;
}

a:hover{
	font-size:12px;
	color:#FF0000;
	text-decoration: underline;
	line-height: 18px;
}

.red{
	font-size:12px;
	color:#A60E14;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
}

.gray{
	font-size:12px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: normal;
}

.margin {
	margin-top: 7px;
}







