td
{
	margin:0;
	padding:0;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

/* This is the main header in WHITE */
h1 {color: #FFFFFF; 
	font-size: 14px; 
}

h2 {color: #000000;
	font-size: medium

}



/* This is the main copy in DARK BROWN */
p {color: #886d00; 
	font-size: small
}

/* Horizontal rule that is tan*/
hr {
	color: #97865B
}

/* These are the styles for links*/
a:link {
	color: #886d00;
	text-decoration: none;
}

a:visited {
	color: #886d00;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #3366FF;
}

.style1 {font-size: 14px; color: #000000}
.style2 {font-size: x-small; color: #000000}
.style3 {color: #999999}
.style4 {font-size: x-small; color: #999999}
.style5 {color: #000000;}
.style6 { font-size:10pt; font-family:Arial; color:Black}