/* CSS Document */

body{
	background-color: #E6F0E7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: 0px;
	background-image: url(back.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	scrollbar-face-color : #7BB27B;
	scrollbar-arrow-color : #eeeeee;
	scrollbar-track-color : #666666;
	scrollbar-shadow-color : #eeeeee;
	scrollbar-highlight-color : #eeeeee;
	scrollbar-3dlight-color : #7BB27B;
	scrollbar-darkshadow-Color : #eeeeee;
    }
A:link{
color: #33CC33; 
text-decoration: none; 
font-weight: bold;
}
A:visited{
color: #33CC33; 
text-decoration: none;
font-weight: bold;
}
A:active{
color: #33CC33; 
text-decoration: none; 
font-weight: bold;
}
A:hover 
{
color: #6BD66B;
text-decoration: none; 
font-weight: bold;
}
.header{
	font-size: 11pt;
	color: #56A156;
	font-weight: bold;
	text-transform: uppercase;
	}
.header_light{
	font-size: 11pt;
	color: #E6F0E6;
	font-weight: bold;
	text-transform: uppercase;
	}
.main_text
	{
	font-size: 12px;
	color: #406F40;
	}
.dark_bold
	{
	font-size: 12px
	font-weight: bold;
	color: #50864F;
	}
.dark
	{
	font-size: 12px;
	color: #50864F;
	}	
.light
	{
	font-size: 12px;
	color: #E6F0E6;
	}
.small
	{
	font-size: 9px;
	color: #56A156;
	}
.small_light
	{
	font-size: 9px;
	color: #E6F0E6;
	}
INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 11px;
	color: #92C192;
	background-color: #F6F9F6;
	border: inset 1px #7ab17a;
} 
#top{
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	background-color: #C7DDC6;
	}
#main_table{
	position: absolute;
	left: 0px;
	width: 100%;
	top: 125px;
	height: auto;
	}
#bottom{
	position: absolute;
	left: 0px;
	width: 100%;
	top: 1200px;
	z-index: 2;
	}
#bottom_back{
	position: absolute;
	left: 0px;
	width: 100%;
	top: 1200px;
	background-color: #C7DDC6;
	FILTER: alpha(opacity=30);
	z-index: 1;
	height: 30px;
	}
tr.header{
	background-color: #56A156;
	font-size: 10pt;
	color: #E6F0E6;
	font-weight: bold;
	text-transform: uppercase;
	}
tr.darkest{
	background-color: #75AF74;
	font-size: 10pt;
	color: #588058;
	}
tr.dark{
	background-color: #92C192;
	font-size: 10pt;
	color: #588058;
	}
tr.light{
	background-color: #A7CDA7;
	font-size: 10pt;
	color: #588058;
	}
tr.lightest{
	background-color: #BDDABD;
	font-size: 10pt;
	color: #588058;
	}
tr.footer{
	background-color: #56A156;
	font-size: 10pt;
	color: #E6F0E6;
	font-weight: bold;
	text-transform: none
	}