/* CSS Document */
<style>
	body {
		font-size: 11px;
		font-family: arial, sans-serif;
		color: #702400;
		}
	
	p {color: #000000}

	.body a:link {
	color: #b90000;
	text-decoration: none;
	}
	.body a:visited {
	color: #b60000;
	text-decoration: none;
	}
	.body a:hover {
	text-decoration: underline;
	color: #b60000;
	}
	.body a:active {
	color: #b60000;
	text-decoration: underline;
	}
	.body  {
	color: #000000;
	margin: 0000px;
	}
	.tagline {
	color: #b60000;
	}
	h3 {color: #000000}
	.foot a:link {
	color: #b90000;
	text-decoration: none;
	}
	.foot a:visited {
	color: #b60000;
	text-decoration: none;
	}
	.foot a:hover {
	color: #b60000;
	text-decoration: underline;
	}
	.foot a:active {
	color: #b60000;
	text-decoration: underline;
	}
	.foot  {
	color: #b60000;
	font-size: x-small;
	}

</style>
.style2 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #b60000;
}
.style1 {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #b60000;
}
