body {
  font-family: "Times New Roman", "Arial Black", Arial, Helvetica, Serif;
  font-weight: bold;
    background-color: #006633;
    color: #000000;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    scrollbar-base-color: #006633; 
    scrollbar-arrow-color: red;
    scrollbar-track-color: #ffffff;
  
 } 
 
 a:link {
    color: red;
    text-decoration: none;
  }
  
  a:active {
    color: #A52A2A;
    text-decoration: none;
  }
  
  a:visited {
    color: 339900;
    text-decoration: none;
  }
  
  a:hover {
    color: #A52A2A;
   text-decoration: none;
   
 }  
 
 .large {
 	background-color: #006633;
 	color: #000000;
 	width: 100%;
 	float: left;
 }	

 
 .main {
 	background-color: #ffffff;
 	color: #000000;
 	font-weight: bold;
 	width: 80%;
 	border:5px solid red;
 }
 
 .main a:link {
 	color: #89784C;
 	text-decoration: none;
 	font-weight: bold;
 }
 
 .main a:active {
 	color: #CAA763;
 	text-decoration: none;
 	font-weight: bold;
 }
 
 .main a:visited {
 	color: #000000;
 	text-decoration: none;
 	font-weight: bold;
 }
 
 .main a:hover {
 	color: #CAA763;
 	text-decoration: none;
 	font-weight: bold;
 }  
 
 .small {
 	font-size: x-small;
}
 
 Table.dashed {
    border-style: dashed;
    border-color: #339900;
    border-width: 5px;
 
 } 
 
 h2 {
 	font-style: italic;
 	text-decoration: underline;
 }	
 
 hr {
 color: #FFB950;
 }
 
 .small {
 font-size: x-small;
 
 }
 
 .mleft {
 	background-color: #ffffff;
 	color: #000000;
 	width: 32%;
 	vertical-align: middle;
 	float: left;
 	padding-left: 5px;
 	text-align: left;
 	
 }
 
 .mright {
 	background-color: #ffffff;
 	color: #000000;
 	width: 32%;
 	float: left;
}	


.mcenter {
	background-color: #ffffff;
 	color: #000000;
 	width: 32%;
 	vertical-align: middle;
 	float: left;
 	padding-left: 10px;
 	text-align: left;
 	
 }	
 
 .green {
   background-color: #ffffff;
   background-image: url(images/grnbg.gif);
   background-repeat: no-repeat;
   background-position: top center;
   color: #ffffff;
   padding-left: 16px;
   padding-right: 10px;
   font-weight: bold;
    
  }
 

