body {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	background-color: #FFFFEC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link{
	text-decoration:underline;
	color:#666660;
}
a:visited{
	text-decoration:underline;
	color:#666660;
}
a:hover{
	text-decoration:underline;
	color:#665200;
}
a:active{
	text-decoration:underline;
	color:#665200;
}

/*--------- Special Headers for Tables ----------*/
.theader1{
	background-color: #666660;
	color:#FFFFFF;
	font-size:12px;
}

/*-------- Special Cell Reenderings ----------- */
.cs1{
	border:1px solid #666660;
}

/* --------- Footer --------*/
.footerText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#7F7F76;
}
a.footer:link {
	color:#73787C;
}
a.footer:visited {
	color: #73787C;
}
a.footer:hover {
	text-decoration: underline;
	color: #73787C;
}
a.footer:active {
	text-decoration: none;
	color: #73787C;
}

