body {
     background-color: #FFFFFF;
	 }

.header {
	background-color: #669900;
}
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
	text-decoration: none;
	font-size: 10px;
	vertical-align: top;
	text-align: right;
}
a.headertext:hover {
  text-decoration: underline;
}
.lefttable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #CC3300;
	background-color: #669900;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.leftcells {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
}

a.lefttext {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.lefttext:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.lefttext:hover {
     text-decoration: underline;
}

.contentbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	
	color: #666666;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #CCCCCC;
	border-left-width: 0px;
	border-left-style: none;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	
}

a.content:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3300;
	font-style: normal;
	
	text-decoration: none;
}

a.content:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3300;
	font-style: normal;
	
	text-decoration: underline;
}

a.content:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3300;
	font-style: normal;
	
	text-decoration: none;
}

.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3300;
	border: none;
	text-decoration: none;
}
a.bottomtext:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3300;
	font-style: normal;
	
	text-decoration: none;
}

a.bottomtext:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3300;
	font-style: normal;
	
	text-decoration: underline;
}

.contentborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC3300;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC3300;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC3300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC3300;
	background-color: #FFFFFF;
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
}
.image {
	padding: 4px;
}
.homeimage {
	top: 10px;
	clip: rect(10px,auto,auto,auto);
}
