/* CSS Document */

body {
	color: #333333;
	background-color: #d9caa3;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 9.5pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	/*line-height: 12pt;*/
	
}

h1 {
	color: #2b4b20;
	font-size: 14pt;
	font-weight:bold;
	line-height: 25pt;
}


a:link {
	color: #000000;


}

a:visited {
	color: #000000; 
	
}

a:hover {
	color: #2b4b20;
	
}

.green {
	color: #2b4b20;
	font-size: 10pt;
}

