/*
 * Combined style sheet for the index pages and the slide pages.
 */


 
 .header {
	 color: #056c27;
	 font-size: 24px;
	 font-weight: normal;
	 text-align: center;
 }

 .cen {
	 color: #056c27;
	 font-size: 20px;
	 font-weight: normal;
	 text-align: center;
 }

 .left {
	 color: #056c27;
	 font-size: 20px;
	 font-weight: normal;
	 text-align: left;
 }


 
 BODY {
	background: #ffffff;
	color: #000000;
	margin-left : 10px;
	margin-top : 10px;
	margin-right : 10px;
	margin-bottom : 10px;
	font-family: Tahoma, Arial,helvetica;
	background-image : none;
	background-color : #ffffff;
 }
 .rover {background: #B2B2B2; }
 .rover A {color: #ffffff; }
