
body
	{ background: url(images/MuddyFeet2.gif) repeat-y top left; 
	margin-left: 100; 
	max-width: 800px
	}
	
.indent1     { margin-left: 20 }
h3           { font-family: Arial Narrow, Helvetica, Sans-Serif; font-size: 12pt; font-weight: bold }
h2           { font-family: Arial, Helvetica, Sans-Serif; font-size: 14pt; font-weight: bold }
h1           { font-family: Arial, Helvetica, Sans-Serif; text-decoration: underline; font-size: 24pt; font-style: 
               italic; font-weight: bold }
               
a:link			{ color: #7A6312 }
a:visited		{ color: #177A12 }
a:hover			{ color: #4359FD }


/*

CSS for tables 

codename: chocolate

copyright 2005 Phil Thompson http://www.doubleonegative.com
phil@doubleonegative.com

*/

table{
	border-collapse: collapse;
	margin: 1em auto;
	clear: left;
	font: 100%/130% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

table caption{
	background: #F6F4F1;
	color: #110;
	border: 1px solid #F2EDDA;
	font-size: 110%;
	letter-spacing: .1em;
	padding: .5em;
}

th{
	background: #A58F6C;
	border: 1px solid #F2EDDA;
	color: #F5F4F0;
	font-weight: normal;
	padding: .4em;
	text-align: left;
	text-transform: capitalize;
}

th[scope="col"]{
background: #110;
}


th[scope="row"]{
background: #A58F6C;

}

th[scope="row"] a{
color: #F5F4F1;

}

td a:link{
color: #A58F6C;
}
th a:visited, td a:visited{
color: #110;
}

th a:hover, td a:hover{
text-decoration: none;
}


td{
	background: #F6F4F1;
	color: #110;
	border: 1px solid #F2EDDA;
	padding: .4em;
}

tr.odd td{
	background: #FFF;
}

tfoot th, tfoot td{
	background: #110 !important;
	color: #F5F4F1;
}