body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color:#EE3338;
	text-decoration: none;
}.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #395960;
	background-image: url(../images/heading-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.ten {
	font-size: 10px;
}
.sub-heading {
	font-size: 12px;
	font-weight: bold;
	color: #EE3338;
	text-decoration: underline;
}
.red-text {
	font-weight: bold;
	color: #EE3338;
}
.green-text {
	font-weight: bold;
	color: #395960;
}
.border-b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
