
 .body
 {
 	font-family: Arial, Helvetica, Arial;
 	font-size: 13px;
	font-weight: bold;
 	text-decoration: none;
 	color: #660099;
 } 

 A.body
 {
 	font-family: Verdana, Helvetica, Arial;
 	font-size: 13px;
 	text-decoration: none;
 	color: #ff3300;
 }

 A.body:hover
 {
 	font-family: Verdana, Helvetica, Arial;
 	font-size: 13px;
 	text-decoration: underline;
 	color: #ff6600;
 }

 .foot
 {
 	font-family: Arial, Helvetica, Arial;
 	font-size: 11px;
	font-weight: bold;
 	text-decoration: none;
 	color: #660099;
 } 

 A.foot
 {
 	font-family: Verdana, Helvetica, Arial;
 	font-size: 11px;
 	text-decoration: none;
 	color: #ff3300;
 }

 A.foot:hover
 {
 	font-family: Verdana, Helvetica, Arial;
 	font-size: 11px;
 	text-decoration: underline;
 	color: #ff6600;
 }
 
  .subhead
 {
 	font-family: Arial, Helvetica, Arial;
 	font-size: 16px;
	font-weight: bold;
 	text-decoration: none;
 	color: Red;
 } 
 
  .subsubhead
 {
 	font-family: Arial, Helvetica, Arial;
 	font-size: 14px;
	font-weight: bold;
 	text-decoration: none;
 	color: Red;
 } 

 select
 {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size: 11;
 	background-color:  #F3EFE2;
 	font-weight: lighter;
 	border-bottom: 1px solid #6E623B;
 	border-left: 1px solid #6E623B;
 	border-right: 1px solid #6E623B;
 	border-top: 1px solid #6E623B;
 	margin: 0 px;
 	padding: 0 px;
 } 

 input, textarea
 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11 px;
	font-weight: lighter;
	color: #333333;
	border-bottom: 1px solid #6E623B;
	border-left: 1px solid #6E623B;
	border-right: 1px solid #6E623B;
	border-top: 1px solid #6E623B;
	margin: 0 px;
	padding: 0 px;
	background-color: #F3EFE2;
	scrollbar-base-color: #CEC5A6;
	scrollbar-arrow-color: #A49564;
	scrollbar-darkshadow-color: #746842;
	scrollbar-shadow-color: #D5CDB4;
	scrollbar-3dlight-color: #ACA17E;

 }

