body {
	font-family: Arial, Helvetica, sans-serif;
	color: #57575A;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #57575A;
	font-size: small;
	background-color: #FFFFFF;
}
.hdtag {
	text-align: right;
	width: 600px;
}
.hdlogo {
	text-align: center;
}
.hdmain {
	background-color: #DADFE0;
}
.hdsearch {
	background-color: #DADFE0;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: left;
}
.leftside {
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 10px;
	padding-bottom: 25px;
	text-align: left;
	vertical-align: top;
}
.leftside img {
    padding-top: 5px;
}
.footer {
	text-align: left;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	font-size: x-small;

}
.content {
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
}
h1 {
	font-size: medium;
	color: #84999A;
	font-weight: bold;
}
h2 {
	font-size: small;
	font-weight: bold;
	color: #57575A;
}
a:link {
	color: #57575A;
	text-decoration: underline;
}
a:visited {
	color: #57575A;
	text-decoration: underline;
}
a:hover {
	color: #84999A;
	text-decoration: underline;
}
a:active {
	color: #84999A;
	text-decoration: underline;
}
.footer a:link {
	color: #57575A;
	text-decoration: none;
}
.footer a:visited {
	color: #57575A;
	text-decoration: none;
}
.footer a:hover {
	color: #84999A;
	text-decoration: underline;
}
.footer a:active {
	color: #84999A;
	text-decoration: underline;
}
.reclayer {
	padding: 5px;
	border: 1px solid #84999A;
	background-color: #FFFFFF;
	overflow: visible;
	position: absolute;
	z-index: 5;
	width: 110px;
	margin: -10px 0px 0px 49px;
	font-size: x-small;
	color: #333333;
	visibility: hidden;
	text-align: left;
}

.reclayer a:link {
	color: #57575A;
	text-decoration: none;
}
.reclayer a:visited {
	color: #57575A;
	text-decoration: none;
}
.reclayer a:hover {
	color: #84999A;
	text-decoration: underline;
}
.reclayer a:active {
	color: #84999A;
	text-decoration: underline;
}
.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DADFE0;
	border-left-color: #DADFE0;
	width: 761px;
    margin-right: auto; 
	margin-left: auto; 
}
.area0 {background-color:#FFE59A;}
.area1 {background-color:#B2E5FF;}
.area2 {background-color:#FFCCDB;}
.area3 {background-color:#DEA0EB;}
.area4 {background-color:#B4FEB3;}
.area5 {background-color:#FFBF67;}
