
/* MAIN */

.skank, td, textarea, input, file, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #666666;
}

/* LINKS */

a:link    {

	/*color:#666666;
	text-decoration: none;*/
	color: #006633;
	text-decoration: underline;

}

a:visited    {
	/*color:#666666;
	text-decoration: none;*/
	color: #006633;
	text-decoration: underline;
}

a:hover    {
	color:#4CA76C;
	text-decoration: none;
}

/* GENERAL STUFF */

.main_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}

.sub_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

/* bm = Bottom Menu */

a.bm:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 7pt;
}
a.bm:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 7pt;
}
a.bm:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4CA76C;
	text-decoration: none;
	font-size: 7pt;

}

.font9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	/*line-height: 16px;*/
	text-align: justify;
	margin: 0 1em;
}

p {
	/*line-height: 16px;*/
	text-align: justify;
	margin: 0 1em;
}

.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #001390;
	background: White;
	border: 1px solid;
	}

/*begin Paragraph Space css*/
.Pspace0e
{
	margin-top:0em;
	margin-bottom:0em;
}
.Pspace025e
{
	margin-top:0.25em;
	margin-bottom:0.25em;
}
.Pspace05e
{
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.Pspace075e
{
	margin-top:0.75em;
	margin-bottom:0.75em;
}
.Pspace10e
{
	margin-top:1em;
	margin-bottom:1em;
}
.Pspace15e
{
	margin-top:1.5em;
	margin-bottom:1.5em;
}
.Pspace20e
{
	margin-top:2em;
	margin-bottom:2em;
}
/*end Paragraph Space css*/