body {
	font-family: "Arial";
	font-size: 12px;
	background-color: #D2D2D2;
	}
.pageLink {
	border: 1px solid silver;
	background-color: #C4B46C;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #576F9D;
	cursor: pointer;
	font-weight:bold;
	}
.pageLink:hover {
	border: 1px solid silver;
	background-color: #EBD781;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: white;
	cursor: pointer;
	font-weight:bold;
	}
.dropDownStyle {
	background-color: #C4B46C;
	color: #576F9D;
	font-weight: bold;
}
#titleContainer {
	position: absolute;
	left: 5px;
	top: 10px;
	}
#titleContainer div.dotCom {
	font-size: 30pt;
	font-family: "Arial Black";
	font-weight: normal;
	margin-top: 20px;
	margin-left: 150px;
	color: #C4B46C;
	}
#titleContainer div.richwillmore {
	font-size: 30pt;
	margin-top: -70px;
	font-family: "Arial Black";
	font-weight: normal;
	color: #576F9D;
	}
div.summary
{
	float: left;
	width: 100%;
	padding: 3px;
}

div.summary div.total
{
	float: left;
	width: 48%;
	font-size: 10px;
}

div.summary div.date
{
	float: right;
	width: 48%;
	text-align: right;
	font-style: italic;
	color: silver;
	font-size: 10px;
}
