body {
	background-color: #FFFFFF;
	margin: 0;
	}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C2C27;
	text-align: left;
	line-height: 150%;
	vertical-align: top;
	}

a:link {
	color: #3C2C27;
	text-decoration: underline;
	}
	a:hover {
		color: #D55500;
		text-decoration: underline;
		}
	a:active {
		color: #3C2C27;
		text-decoration: underline;
		}
	a:visited {
		color: #3C2C27;
		text-decoration: underline;
		}
	a:visited:hover {
		color: #D55500;
		text-decoration: underline;
		}

ul {
	list-style-image: url(/images/bullet.gif);
	}

form {
	margin: 0px;
	}

h1 {
	line-height: 100%;
	margin: 0px;
	padding: 10px 0px 0px 7px;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #330000;
	height: 30px;
	}

h2 {
	line-height: 100%;
	margin: 0px;
	padding: 2px 0px 0px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #F5A46D;
	height: 30px;
	font-weight: bold;
	}
h3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 100%;
	margin: 0px 0px 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}

p {
	margin: 0px 0px 10px;
	}
