.regularfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E1E1E;
	font-weight: normal;
	line-height: 14px;
}
.boldfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E1E1E;
	font-weight: bold;
	
	}
.sublinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1E1E1E;
	font-weight: bold;
}
.bodyfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E1E1E;
	font-weight: normal;
	line-height: 14px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A5A5A;
	font-weight: normal;
	line-height: 14px;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #1E1E1E;
	text-decoration: none;
}
a:visited {
	color: #1E1E1E;
	text-decoration: none;
}
a:active {
	color: #1E1E1E;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #9d9d9d;
}
