/* CSS Document */
body { 
	font-family: Georgia, Times New Roman, Times, serif;
	font: 11pt/16pt georgia; 
	color: #555753; 
	background-image: url(/0images/bkgd_gradient.jpg); 
	margin: 0px; 
	}
p { 
	font-family: Georgia, Times New Roman, Times, serif;
	font: 10pt/16pt georgia; 
	color: #3A3422; 
	bgcolor="#FFFFFF"; 
	margin: 0px; 
	}
h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	margin-top: 0px;
	margin-bottom: 3px;
	text-indent: 3px;
	color: #CAF0ED;
	font-weight: bold;
	}
h2 { 
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	margin-bottom: 2px; 
	color: #990000;
	}
h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font: 14pt/16pt georgia;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
h4 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font: 11pt/16pt georgia;
	margin-bottom: 0px; 
	color: #990000;
	}
h5 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 5px; 
	color: #9c8d6c;
	}
h6 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #9c8d6c;
	}
ul { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font: 10pt/16pt georgia; 
	color: #3A3422; 
	bgcolor="#FFFFFF"; 
	margin-top: 0px; 
	}
	
li { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font: 10pt/16pt georgia; 
	color: #3A3422; 
	margin-top: 0px;
	text-indent: 20px;
}
	
a:link { 
	text-decoration: none; 
	color: #67604a;
	}
a:visited { 
	text-decoration: none; 
	color: #149489;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #42b6a4;
	}


