body
{
	background-color:#FFFFFF;
	color:#000000;
	font-size: 8pt;
	font-family: Arial;
	padding:0px;
	margin:0px;
}

a:link 	{ color:#6db39b; }
a:visited  { color:#6db39b; }
a:hover 	{ color:#CC6804; }
a:active	{ color:#CC6804; }

img
{
	border:none;
}

.maintable
{
	WIDTH:100%;
	font-size: 8pt;
	font-family: Arial;
	border:none;
}

.nav_sect
{
	border:1px solid;
	text-align:left;
	vertical-align:top;
	padding:1px;
}

.main_sect
{
	TEXT-ALIGN:center;
	border:1px solid;
	padding:15px;
	vertical-align:top;
	font-family: Arial;
}

.top_sect
{
	HEIGHT:80px;
}


/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	font: 10px Arial;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	filter: alpha(opacity=85);
	/*filter: alpha(opacity=85);*/
}

/* level 0 outer */
.m0l0oout 
{
	font: 10px Arial;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #6db39b;
}
.m0l0oover 
{
	font: 10px Arial;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #6db39b;
	filter: alpha(opacity=85);
}

/* level 1 inner */
.m0l1iout {
	font: 10px Arial;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: bold 10px Arial;
	text-decoration: none;
	padding: 4px;
	color: #000000;
	filter: alpha(opacity=85);
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #6db39b;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #6db39b;
	filter: alpha(opacity=85);
}

/* level 2 inner */
.m0l2iover {
	font: 10px Arial;
	text-decoration : none;
	padding: 4px;
	color: #000000;
	filter: alpha(opacity=85);
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #6db39b;
	
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #6db39b;
	filter: alpha(opacity=85);
}


