		BODY {
			background-color: #e6dcce;
		}

		TABLE {
			background-color: #e6dcce;
		}
		
		IMAGE.photo {
			border-color: #000000; 
			border-top: 1px solid #000000; 
			border-left: 1px solid #000000; 
			border-right: 1px solid #000000; 
			border-bottom: 1px solid #000000;
		}
		
		P {
			color: #000000; 
			font-size: 10pt; 
			line-height: 13pt; 
			font-family: "Arial","Helvetica","Verdana","Sans-serif"; 
		} 
		
		
		FORM {
			color: #000000; 
			font-size: 10pt; 
			line-height: 13pt; 
			font-family: "Arial","Helvetica","Verdana","Sans-serif"; 
		}
		
		H1 {
			color: #cc1000; 
			font-size: 20pt; 
			line-height: 40pt;
			font-family: "Georgia","Times","Times New Roman","Serif";
			font-style: italic;
		}
		
		H2 {
			color: #1a3c18; 
			font-size: 13pt; 
			line-height: 30pt;
			font-family: "Georgia","Times","Times New Roman","Serif";
			text-transform: uppercase;
		}
		
		H3 {
			color: #000000;
			font-size: 10pt;
			line-height: 13pt;
			font-weight: bold;
			font-family: "Georgia","Times","Times New Roman","Serif";
			font-style: italic;
		}
		
		UL {
			color: #000000; 
			font-size: 10pt; 
			line-height: 13pt; 
			font-family: "Arial","Helvetica","Verdana","Sans-serif";
 			list-style-position: outside;
 			list-style-type: square;
		}
		
		A:link { text-decoration: underline; color: #cc1000 }
		A:active { text-decoration: none; color: #cc1000 }
		A:visited { text-decoration: underline; color: #1a3c18 }
		A:hover { text-decoration: none; background-color: #837157; color: #ffffff }
		
		TD.borderAll {
			background-color:#ffffff;
			border-color: #000000; 
			border-top: 1px solid #000000; 
			border-left: 1px solid #000000; 
			border-right: 1px solid #000000; 
			border-bottom: 1px solid #000000;
			padding: 4px;
		}
		
		TD.nav {
			background-color:#1a3c18;
			border-color:#ffffff; 
			border-top: 1px solid #ffffff; 
			border-right: 1px solid #ffffff; 
			border-left: 1px solid #ffffff; 
			border-bottom: 1px solid #ffffff;
			padding: 4px;
		}
		
		TD.form {
			background color:#B8C9A8;
			border-width: 0px;
			padding: 4px;
		}
	
		A.nav:link { font-size: 8pt; font-weight: bold; text-decoration: none; color: #ffffff }
		A.nav:active { font-size: 8pt; font-weight: bold; text-decoration: none; color: #ffffff }
		A.nav:visited { font-size: 8pt; font-weight: bold; text-decoration: none; color: #ffffff }
		A.nav:hover { font-size: 8pt; font-weight: bold; text-decoration: none; color: #b8c9a8; background-color: #1a3c18 }