	/* this be some css! */
 body {
 		background-color : #ffffff;
 		margin : 0;
		color: inherit;
      }
 a {	
 		color : #006600;
      }
 a:hover {	
 		color : #333333;
		text-decoration : underline;
		
      }
 a:link {	
 		text-decoration : none;
		
      }
 a:visited {
 		text-decoration : none;
		
      }
	  
 .imgright {float:right; padding-left:4px; padding-bottom:4px;
 	  }

 .imgleft {float:left; padding-right:4px; padding-bottom:4px;
 	  }

	/*index page only*/	  
 .teaser_menu {
 		font-size : 12px;
		font-family : arial, helvetica;
		color : #000000;
		background-image : url(images/BottomL.jpg);
		background-color : inherit;
      }
 .teaser_main {
 		font-size : 14px;
		font-family : arial, helvetica;
		color : #272727;
		font-weight : bold;
		padding-left : 5px;
		padding-top : 5px;
		background-image : url(images/MidR.jpg);
		background-color : inherit;
      }
 .copyright {
 		font-size : 10px;
		font-family : arial, helvetica;
		color : #000000;
		padding-left : 5px;
		padding-top : 5px;
		background-image : url(images/Links.jpg);
		background-color : inherit;
      }

	/*inner pages only*/
 .header {
 		font-size : 24px;
		font-family : arial, helvetica;
		color : #000000;
		font-weight : bold;
      }
 .main {
 		font-size : 12px;
		font-family : arial, helvetica;
		color : #272727;
		background-color : inherit;
      }
 .indent {padding-left:25px;
      }	  
	  
 .maincell {
 		padding-left : 5px;
		padding-top : 5px;
		font-size : 12px;
		font-family : arial, helvetica;
		color : #272727;
		background-color : inherit;
      }
 .copyright2 {
 		font-size : 10px;
		font-family : arial, helvetica;
		color : #000000;
		background-color : inherit;
      }
/* Tables for forms */
 table.tableForm {
  border-top: 1px solid #336633;
  border-left: 1px solid #336633;
 }
 table.tableForm td{
  border-right: 1px solid #336633;
  border-bottom: 1px solid #336633;
 }
 table.tableForm input,table.tableForm select{
  border: 1px solid #336633;
 }
 tr.tableFormHead {
  background-color: #336633;
	color: #fff;
	font-weight: bold;
  text-align: center;
 }
 table.tableForm table td { border: 0px; } /* Don't add borders to td of imbedded tables of tableForms */
/* End tables for forms */
 
/* No Image W3C Validation buttons */
.w3cbutton {
  margin: 5px;
  width: 9em;
  font-family: helvetica,arial,sans-serif;
  font-size: 84%;
  font-weight: bold;
	text-align: left;
	float:left;
}
.w3cbutton a {
  display: block;
  width: 100%;
}
.w3cbutton a:link,
.w3cbutton a:visited,
.w3cbutton a:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
.w3cbutton a:link,
.w3cbutton a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.w3cbutton a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
.w3cbutton span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}
.w3cbutton span.spec {
 padding-left: 4px;
}
/* END Validation buttons */