/* CSS Document */
body
{
	font-family:tahoma;
	font-size:12px;
}

h1{
font-family:Tahoma;
font-size:12pt;
color:#545F46;
}
.scroll {
	scrollbar-3dlight-color:#B7F16C;
	scrollbar-arrow-color:#56635A;
	scrollbar-track-color:#B7F16C;
	scrollbar-darkshadow-color:#B7F16C;
	scrollbar-face-color:#B7F16C;
	scrollbar-highlight-color:#56635A;
	scrollbar-shadow-color:#56635A;
}
.text {
	font-family:tahoma;
	font-size:10px;
	color:#5A5A5A;
	text-decoration:none;
}
.text:hover {
	text-decoration:underline;
}
li {
color:#FFFFFF;
}
li a{
	font-family:tahoma;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
li a:hover{
text-decoration:underline;
color:#569C37;
}
a {
	font-family:tahoma;
	font-size:10px;
	color:#569C37;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
.hr {
	font-family:tahoma;
	font-size:10px;
	color:#627991;
	text-decoration:underline;
	font-weight:bold;
}
.hr:hover {
	text-decoration:none;
}
.bottom {
	font-family:tahoma;
	font-size:10px;
	text-decoration:none;
	color:#9FA4A0;
	font-weight:bold;
}
.bottom:hover {
	text-decoration:underline;
}

.nav a
{
color:#CDD3CF;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-decoration:none;
}
.nav a:Hover{
color:#FFFFFF;
text-decoration:underline;
}
.nav a:ACTIVE{
color:#FFFFFF;
text-decoration:underline;
}
.faq a{
color:#569C37;
font-family:Tahoma;
font-size:13px;
text-decoration:none;
}
.faq a:hover{
text-decoration:underline;
}

div#myToggledDiv {display: none;}
