/* Controls the font and margins of the page */

body {
	background-color:#ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*Plain Text*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #361B02;
	font-style: normal;
	font-weight: normal;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #361B02;
	font-style: normal;
	font-weight: normal;
}
/*Small Text #2*/
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #1C0D00;
	font-style: normal;
	font-weight: normal;
}
/*Navigation states */
a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-style:bold;
	text-decoration:none;
}

a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-style:bold;
	text-decoration:none;
}
a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-style:bold;
	text-decoration:none;
}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #347BCB;
	font-style:bold;
	text-decoration:none;
}
a.nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-style:bold;
	text-decoration:none;
}
/*Sub Link states */
a.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	font-style:bold;
	text-decoration:none;
}

a.sub:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	font-style:bold;
	text-decoration:none;
}
a.sub:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	font-style:bold;
	text-decoration:none;
}
a.sub:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #347BCB;
	font-style:bold;
	text-decoration:none;
}
a.sub:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	font-style:bold;
	text-decoration:none;
}

