body, td, th 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #42481C;
	}

h1 
	{
	font-size: large;
	font-weight: bolder;
	color: #707A2C;
	}

h2 
	{
	font-size: medium;
	font-weight: bold;
	color: #707A2C;
	}

h3 
	{
	font-size: small;
	color: #707A2C;
	}
	
h4 
	{
	}

h5, h6 
	{
	}

form 
	{
	}
 
A:link 
	{
	color: #707A2C;
	}
 
A:visited 
	{
	color: #AB4F32;
	}
 
A:hover 
	{
	text-decoration: none;
	color: #707A2C;
	}
 
A:active 
	{
	color: #FF3C00;
	}

.nav 
	{
	text-decoration: none;
	font-weight: bold;
	}

.nav:link
	{
	color: #3A3F19;
	}

.nav:visited
	{
	color: #3A3F19;
	}

.nav:hover
	{
	color: #AB4F32;
	}

.nav:active
	{
	}

.footer
	{
	font-size: 65%;
	}

.header
	{
	text-decoration: none;
	color: #FFFFFF;

	}
	
.header:link
	{
	text-decoration: none;
	}
	
.header:active
	{
	}
	
.header:hover
	{
	}	

.header:visited
	{
	}

.top 
	{
	color: #FFFFFF;
	}

.top:link
	{
	color: #FFFFFF;
	text-decoration: none;
	}

.top:visited
	{
	color: #FFFFFF;
	text-decoration: none;
	}

.top:hover
	{
	color: #99CCFF;
	text-decoration: none;
	}

.top:active
	{
	color: #FFFFFF;
	text-decoration: none;
	}


