.medium_black {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: medium;
	color: #000000;
}
.small_black {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: small;
	color: #000000;
}
.x-small_black {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: x-small;
	color: #000000;
}
.xx-small_black {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: xx-small;
	color: #000000;
}
.header_green {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: large;
	color: #007000;
	font-weight: bolder;
}
.medium_green {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: medium;
	color: #007000;
}
.small_green {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: small;
	color: #007000;
}
.x-small_green {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: x-small;
	color: #007000;
}
.xx-small_green {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: xx-small;
	color: #007000;
}
.small_yellow {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: small;
	color: #FFFF00;
}
.x-small_yellow {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: x-small;
	color: #FFFF00;
}
.xx-small_yellow {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: xx-small;
	color: #FFFF00;
}
.medium_white {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
.small_white {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.x-small_white {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.xx-small_white {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
}
.header_white {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: large;
	color: #FFFFFF;
	font-weight: bolder;
}

body {
	background-color: #FFFFFF;
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: x-small;
	color: #000000;
	scrollbar-face-color:#006000;
	scrollbar-arrow-color:#FFFF00;
	scrollbar-track-color:#337033;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#009900;
	scrollbar-3dlight-color:666666;
	scrollbar-darkshadow-Color:#000000;	
}

a {
	color: #007000;
}

a:active {
	color: #007000;	
}
a:focus {
	color: #00FFFF;
}
a:link {
	color: #007000;	
}
a:visited {
	color: #004000;
}
ul {
		list-style-image: url(images/square_green.gif);
}
.tableTitle {
	background-color: #007000;
	width: 100%;
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
}
.tableSubTitle {
	background-color: #007000;
	width: 100%;
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
}
.tableSubTitle2 {
	background-color: #007000;
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: xx-small;
	text-indent: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	margin-left: 5px;
	width: 50%;
}
.tdTitle {
	text-align: center;
}
.tdSubTitle {
	text-align: center;
}
.but_forms {
	background-color: #007000;
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: x-small;
	color: #FFFFFF;	
}