body {
	background-color: #E7E7E7; 
	padding: 0px; 
	margin: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #4D4D4D;
}

/* cell styles */
td.header {
	background: #DBDCC7;
}
td.topnav {
	background: #A8C191;
}
td.white {
	background: #FFFFFF;
}
td.green1 {
	background: #C3D8B0;
}
td.green2 {
	background: #C8D7B9;
}
td.green3 {
	background: #8BAB6E;
}
td.gray {
	background: #DBDCC7;
}
td.sidebar {
	background: #FFFFFF;
}

/* text and link styles */
h1, .title {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 14px;
	color: #B69300;
}
h2 {
	font-size: 11px;
	line-height: 15px;
	color: #355A82;
	font-weight: bold;
	margin: 0px;
}
a {
	color: #B69300;
}
a:visited {
	color: #8D740D;
}
a.boldlink {
	font-weight: bold;
}
.smalltext {
	font-size: 10px;
	line-height: 13px;
}
.boilerplate {
	color: #9D9E9E;
	font-size: 10px;
	line-height: 13px;
}
.boilerplate a {
	color: #9D9E9E;
}
.boilerplate a:visited {
	color: #9D9E9E;
}
.sidebar a {
	font-weight: bold;
}
.sidebartitle {
	color: #85875D;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
}
b {
	color: #355A82;
	font-weight: bold;
}

/* table-list styles */
td.list {
	background: #E7E7E7;
}
div.list {
	padding: 6px 9px 6px 9px;
}
.list b {
	color: #4D4D4D;
}
.list b a {
	color: #355A82;
}
.list b a:visited {
	color: #6589B0;
}

/* sitemap styles */
div.sitemapchildren {
	padding-left: 15px;
}
div.sitemapchildren a {
	color: #355A82;
}
div.sitemapchildren a:visited {
	color: #6589B0;
}

/* sidenav styles */
.navlevel1 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #557828;
}
.navlevel1 a, .navlevel1 a:visited {
	color: #557828;
	text-decoration: none;
}

.navlevel2 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #B69300;
}
.navlevel2 a, .navlevel2 a:visited {
	color: #9F9A90;
	text-decoration: none;
}
.navlevel2 a:hover {
	color: #B69300;
	text-decoration: none;
}

.navlevel3 {
	font-size: 10px;
	line-height: 10px;
	color: #B69300;
}
.navlevel3 a, .navlevel3 a:visited {
	color: #9F9A90;
}
.navlevel3 a:hover {
	color: #B69300;
}

/* form styles */
.searchform {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align:middle;
}
input.searchinput {
	background: #F2F3E8;
}

td.row0 {
	background : #D3D3D3;
}
td.row1 {
	background : #E7E7E7;
}


/* sitebuilder styles */
.errortext {
	font-weight : bold;
	color : #CC0000;
}
.menudisabled {
	color: #9F9A90;
}
td.navtabon {
	background-color: #557828;
}
td.navtaboff {
	background-color: #8BAB6E;
}
td.navtabon a, td.navtabon a:visited, td.navtaboff a, td.navtaboff a:visited {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px, 13px, 6px, 13px;
}
td.navtaboff a:hover {
	background-color: #557828;
}