BODY, TABLE, TD, TH, LI, PRE {
   font-family: Arial;
   font-size: 13px;
   color: 333333;
 }

hr { 
   height:1px;  
   width:100%;
   background-color: #333333;
   border:0px; 
 }

.BiggerFont{
   font-family: Verdana;
   font-size: 14px;
   font-weight: bold;
 }

.BlueHeaderFont{
   font-family: Verdana;
   font-size: 14px;
   color: #1F4262;
   font-weight: bold;
 }

.OrangeFont{
   font-family: Verdana;
   font-size: 12px;
   font-weight: bold;
   color: #E23F36;
 }

.GreenFont{
   font-family: Arial;
   font-size: 12px;
   color: #699200;
 }

.GreenHeaderFont{
   font-family: Arial;
   font-size: 14px;
   color: #699200;
   font-weight: bold;
 }
.smallGreyFont{
   font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
   font-size: 10px;
   color: 666666;
}


.SmallerFont{
   font-family: Verdana;
   font-size: 12px;
 }

.NoLine{
   decoration: none;
}

.IndexFont{
   line-height: 2; 
}


