body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #3D6DAF;
}
form {
	margin: 0px;
	}

.border {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336699;
	border-right-color: #6699CC;
	border-bottom-color: #336699;
	border-left-color: #336699;
}
.heading {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.special-heading {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.special-sub-heading {
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
}
.sub-heading {
	font-size: 12px;
	font-weight: bold;
	color: #285094;
	text-decoration: underline;
}
.search-box {
	background-color: #FFFFFF;
	height: 14px;
	width: 110px;
	border: 1px solid #2C5BA5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.home-box-bg {
	background-image: url(../images/home-box-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
