﻿/* this style sheet is left for legacy compatability */
BODY, TD,.main {
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
}

.minimain {
  color : #666666;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 10px;
  font-style : normal;
  font-weight : normal;
}

A, A:LINK {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color : Black;
  text-decoration : none;
}
A:VISITED {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color : Black;
  text-decoration : none;
}
A:HOVER {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color : Black;
  text-decoration : underline;
}
A:ACTIVE {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color : Black;
  text-decoration : none;
}

.form_items {  
  font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px; 
/*   color: #FFFFFF;  */
/*  background-color: #E01972;  */
   border: 1px #000000 solid; 
   line-height: 130%; 
   padding-top: 2px; 
   padding-right: 2px; 
   padding-bottom: 2px; 
   padding-left: 2px 
}
/* fsform is a special case, only used in the default homepage drop down
   if we don't need a special style, we need to make fsform be an alias for form_items */
.fsform {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
/*  color: #FFFFFF;  */
/*  background-color: #FF8534;  */
  border: 1px #000000 solid; 
  line-height: 130%; 
  padding-top: 2px; 
  padding-right: 2px; 
  padding-bottom: 2px; 
  padding-left: 2px
}

