﻿/* 008000, FFFFFF */

body
{
	background-color:#50B650;
	color:#FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
}

hr
{
	color:White;
	background-color:White;
	border: 0;
	height: 1px;
}

a
{
	color: #F0FFF0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}

a.nonbold
{
	font-weight: normal;
}

a.important
{
	color: #F0FF00;
	font-size:14px;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover {
	color: #000000;/*#008000;*/
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

span.nonbold
{
	color: #F0FFF0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
}


td.main
{
	padding-top: 6px;
}

#noshow 
{ display: none; }

