/* CSS Document */
	
<STYLE TYPE="text/css">
<!--
div.header { color: black; 
			font-size: 14px; 
			font-family: "Times New Roman, Times, serif"; 
			font-weight: bold }
div.title { color: darkgreen; 
			font-size: 14px; 
			font-family: "Times New Roman, Times, serif"; 
			font-weight: bold }
div.caption { color: black; 
			font-size: 14px; 
			font-family: "Garamond"; 
			font-style: italic }
P { color: black; 
			font-size: 12px; 
			font-family: "Arial, Helvetica, sans-serif"  }
P.blue { color: blue; 
			font-size: 10px; 
			font-family: "Verdana"  }
P.beige { color: chocolate; 
			font-size: 12px; 
			font-family: "Arial, Helvetica, sans-serif"  }
P.caption { color: black; 
			font-size: 14px; 
			font-family: "Garamond"; 
			font-style: italic}
P.title { color: darkgreen; 
			font-size: 14px; 
			font-family: "Times New Roman, Times, serif"; 
			font-weight: bold }
P.header { color: black; 
			font-size: 14px; 
			font-family: "Times New Roman, Times, serif"; 
			font-weight: bold }
P.quote { color: brown; 
			font-size: 14px; 
			font-family: "Arial, Helvetica, sans-serif";
			font-weight: bold; 
			font-style: italic}
A:link.beige{
	color: chocolate;
	font-size: 12px; 
	font-family: "Arial, Helvetica, sans-serif"}
A:visited.beige{
	color: chocolate;
	font-size: 12px; 
	font-family: "Arial, Helvetica, sans-serif"}
A.main { color: chocolate; 
			font-size: 12px; 
			font-family: "Arial, Helvetica, sans-serif" }
A.blue { color: gray; 
			font-size: 10px;
			text-decoration: none;
			font-family: "Arial, Helvetica, sans-serif" }
A.bottom { color: chocolate; 
			font-size: 12px; 
			font-weight: bold;
			font-family: "Times New Roman, Times, serif" }
TD.caption { color: black; 
			font-size: 14px; 
			font-family: "Garamond"; 
			font-style: italic}

</STYLE>