@charset "utf-8";
.neat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.subbox {
	background-color: #eeeeee;
	height: 15px;
	width: 255px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.Whitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.neatBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00aeef;
}
.neatSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
a {
	text-decoration: none;   
	color: #000000;
}

a:hover{
	text-decoration: underline;   
	color: #000000;
}

