body {
	scrollbar-face-color: #035003;
	margin: 0px 0px;
	scrollbar-highlight-color: #035003;
	scrollbar-shadow-color: #035003;
	scrollbar-3dlight-color: #DADADA;
	scrollbar-darkshadow-color: #DADADA;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #DADADA;
}


td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}


.title {
	font-size: 17px;
	color: #035003;
	font-weight: bold;
}


.bold {
	font-weight: bold;
}


.bold_italic {
	font-weight: bold;
	font-style: italic;
}


.menu_main {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}


.menu_sub {
	font-size: 11px;
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
}

.menu_desc {
	font-size: 11px;
	color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
}


.disclaimer {
	font-size: 10px;
	color: #999999;
}

.small_nowrap {
	font-size: 10px;
	color: #333333;
}

.small_nowrap_lighter {
	font-size: 10px;
	color: #999999;
}

a.menu:link {
	color: #ffffff;
	text-decoration: none;
}
a.menu:visited {
	color: #ffffff;
	text-decoration: none;
}
a.menu:active {
	color: #ffffff;
	text-decoration: none;
}
a.menu:hover {
	color: #ffffff;
	text-decoration: none;
}


a.sub:link {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.sub:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.sub:active {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.sub:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}


a:link {
	color: #035003;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #035003;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #035003;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

/* ------ FORM STYLES ---------------------------------------------- */

.form-input {
	padding: 1px;
	background-color: #ffffff;
	border: #035003 1px solid;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #035003;
}

.form-select {
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #035003;
}

.form-button {
	padding: 1px;
	background-color: #035003;
	border-bottom: #000000 1px solid;
	border-left: #338033 1px solid;
	border-right: #000000 1px solid;
	border-top: #338033 1px solid;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}

.checkform {
	display: none;
}

/* ------ CLASS/EVENT STYLES --------------------------------------- */

.events-class-box {
	padding: 15px 20px;
	border: 1px solid #dadada;
	background: #f6f6f6;
}

/* ------ SITEMAP STYLES ------------------------------------------- */

.sitemap {
	font-size: 10px;
	color: #999999;
}

.sitemap-link {
	text-decoration: underline;
	cursor: pointer;
	font-weight: normal;
	color: #999999;
}

#sitemap-content {
	margin-top: 10px;
	display: none;
}

#sitemap-content p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#sitemap-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sitemap-content li {
	font-size: 10px;
}

#sitemap-content .spacer {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ececec;
}

#sitemap-content a {
	color: #999999;
	font-weight: normal;
}