body {
	background-image: url(images/ClientBackground.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
}

a {
	color: #464A2B;
}

a:visited {
	color: #585C36;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.hornav {
	background-color: #C9CEAA;
}

.line {
	background-color: #464A2B;
}

.content {
	padding: 6px;
}

.homecontent {
	line-height: 1.5em;
}

.small {
	font-size: 8pt;
}

.header {
	background-color: #464A2B;
	color: #E6E8D7;
	font-weight: bold;
}

.header2 {
	background-color: #909859;
	color: #E6E8D7;
	font-weight: bold;
}

.title {
	font-size: 12pt;
	font-weight: bold;
}

.veritem a:link, .veritem a:visited, .veritem a:active {
	color: #BBC095; 
	font-size: 8pt; 
	font-weight: bold; 
	text-decoration: none;
}

.veritem a:hover {
	color: #2C3E39;
}

.button {
	background-color: #C9CEAA;
	border-top: thin solid #464A2B;
	border-right: thin solid #464A2B;
	border-bottom: thin solid #464A2B;
	border-left: thin solid #464A2B;
}

#smallshad td {
	background-color: #C9CEAA;
	font-size: 8pt;
}

.new {
	color: red;
	font-size: 8pt;
}

.tableborder {
	background-color: #FFFFFF;
	border: 2px solid #464A2B;
	margin-bottom: 4px;
	padding: 3px;	
	width: 100%;
}

.red 
{
	color: Red;
}