 body	{ background:url(Images/page_bg.jpg);
          margin-top:0; 
 	      margin-left:0;
 	      margin-right:0;
		  margin-bottom:0;}
		  
 ul		{list-style-type:square}
 		  
 .BodyText	{font-family:Verdana,Arial; font-size: 10px;color:#4A4A4A;}
 
 .BodyTextLight	{font-family:Verdana,Arial; font-size: 10px;color:#4A4A4A;}
 
 .SmallerText {font-size: smaller}
 
 .HeaderText {font-size: medium;
	font-weight: bold;}
	
 .HeaderTextSmall {font-size: 12px;
	font-weight: bold;}

 .BlueLink	  {color:#113468; text-decoration: underline;}
 .BlueLink:hover {text-decoration: none;}

 .TextBox { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; 
   color: #385368; 
   border: #4A4A4A; 
   padding-left: 2px;
   border-style: solid; 
   border-width: 1px;
   width: 200px;
   }
  
  .TextArea { 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; 
   color: #385368; 
   border: #4A4A4A; 
   padding-left: 2px;
   border-style: solid; 
   border-width: 1px;
   width: 350px;
   }