body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #483318;
	text-align: left;	
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Use this section of code to control the look of links that are not defined by a specific tag */

a:link {	
	color: #FFFFCC;
	text-decoration: none;
}

a:visited {
	color: #FFFFCC;
	text-decoration: none;
}

a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

a:active {
	color: #FFFFCC;
	text-decoration: none;
	}
	
/* End of code to control the look of links */

/* Use this section of code to control the sub-navigation */

#nav_sub {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #330000;
}

#nav_sub a:link {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}

#nav_sub a:visited {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}

#nav_sub a:hover {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}

#nav_sub a:active {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}

/* End of code to control the sub-navigation */

/* Use this section of code to control the navigation within the footer bar */

#nav_footer {
	font-size: 11px;
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
}

#nav_footer a:link {
	font-size: 11px;
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#nav_footer a:visited {
	font-size: 11px;
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#nav_footer a:hover {
	font-size: 11px;
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#nav_footer a:active {
	font-size: 11px;
	color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* End of code to control the footer bar */

/* Use this section of code to control the navigation at the very bottom of the page */

#nav_pagebtm {
	font-size: 10px;
	color: #FFFFCC;
}

#nav_pagebtm a:link {
	font-size: 10px;
	color: #FFFFCC;
	text-decoration: none;
}

#nav_pagebtm a:visited {
	font-size: 10px;
	color: #FFFFCC;
	text-decoration: none;
}

#nav_pagebtm a:hover {
	font-size: 10px;
	color: #FFFFCC;
	text-decoration: underline;
}

#nav_pagebtm a:active {
	font-size: 10px;
	color: #FFFFCC;
	text-decoration: none;
}

/* End of code to control the navigation at the very bottom of the page */

/* Use this section of code to control the appearance of the header tags */


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

