@CHARSET "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	/*background-image:url(img/bg_yellow.gif);
	background-repeat:repeat-x;
	background-color:#CCC837;
	background-color:#7EA36F;*/
	background-color:#B3BFB5;
	border:0px;
	margin:0px;
	}
.submenulist li {
	padding-bottom: 8px;
	list-style: none;
	margin-left: 0;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	letter-spacing:-1px;
	}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#009900;
	vertical-align:top;
	}
table {
	background-color:#fff;
	}
.header1 {
	background-color:#fff;
	height:200px;
	}
.menu {
	}
.menu a{
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Georgia;*/
	font-size: 13px;
	letter-spacing: 0;
	/*text-align: left;*/
	word-spacing: normal;
	text-decoration: none;
	color: #fff;
	padding: 10;
	text-align: center;
	}
.menuItems {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Times New Roman, Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	color: #018000;
	text-decoration: none;
	}
.datatable tr td {
	font-size: 13px;
	}
.datatable tr th {
	background-color: #B3BFB5;
	text-align: left;
	}
/*
.datatable tr.alt1 td {
	background-color: #ddd;
	}
.datatable tr.alt2 td {
	background-color: #eee;
	}
	*/
.datatable tr:nth-child(even) {background-color: #ddd}
.datatable tr:nth-child(odd) {background-color: #eee}
a.menuItems:visited{
	text-decoration: none;
	}
a.menuItems:hover{
	text-decoration: none;
	}
a {
	color: #444;
	}
a:hover {
	color: #7EA36F
	}
a.bigTitles:hover {
	color: #7EA36F;
	}
a.bigTitles:active {
	color: #7EA36F;
	}
a.bigTitles:visited {
	color: #7EA36F;
	}

.pageheader {
	font-size: 18px;
	font-weight: bold;
	color: #3B6E45;
	}
.sectionheader {
	text-align: left;
	background-color: #ddd;
	}


/* slideViewer */
/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 1px solid #000;   
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #000; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #cccc00; 
color: #000; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
}