/* CSS Document */


h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#7F5937;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7F5937;
	margin-bottom:2px;
}

h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7F5937;
	margin-bottom:2px;
}


p,li,a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#556c24;/*#778E46;
	margin:0px;*/
}


.footer, a.footer
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	letter-spacing:-1px;;
}


table.questions, td.questions, p.questions
{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}



a:link
{
	text-decoration:none;
	font-weight:bold;
}
a:active
{
	text-decoration:none;
	font-weight:bold;
}
a:visited
{
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
	text-decoration:underline;
	font-weight:bold;
}
