a:link     {  text-decoration: none; color: #31FF00}
a:visited  {  text-decoration: none; color: #31FF00}
a:hover    {  text-decoration: none; color: #FFFFFF} 

.main      {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF}
.mainsm    {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF}
.mainsmgray      {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #6B6B6B}
.author    {  font-family: Arial, Helvetica; color:#868667; font-size:8pt}
.title     {  font-family:Arial; font-size:10.5pt; color: #31FF00}
.headline     {  font-family:Arial; font-size:15pt; color: #31FF00}

.button {
	background:#000000; 
	color:#31FF00; 
	font-family:Arial; 
	font-size:8pt;
	font-weight: bold;
}

.form {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #FFFFFF;
	border : 1px solid #31FF00;
	background-color : #000000;
	
}

.formOn{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #000000;
	border : 1px dotted #31FF00;
	background-color : #FFFFFF;
}

