/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #EBEBD8;
	}
	
html,body,p,td {
	font-family: verdana, arial, sans serif;
	font-size: 10pt;
	color: #333;
	}
	 
a:link {
	color: #996600;
	text-decoration: underline;
	}
	
a:visited {
	color: #996600;
	text-decoration: underline;
	}
	
a:hover {
	color: #006633;
	}	
	
h1 {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;

	}
	
#maintable {
	padding: 10px;
	}	
	
.foottext {
	font-size: 70%;
	color: #960;
	padding: 3px;
	}
	
.foottext a {
	text-decoration: none;
	color: #960;
	}
	
.foottext a:hover {
	text-decoration: underline;
	}
	
.restblhead {
	font-style: italic;
	font-weight: bold;
	color: #996633;
	font-size: 110%;
	}
	
.textbold {
	font-weight: bold;
	}
	
.textboldul {
	font-weight: bold;
	text-decoration: underline;
	}
	
.textsmallorange {
	font-size: 80%;
	color: #996600;
	}

.resheader {
	font-size: 80%;
	font-weight: bold;
	color: #996600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}
.textred {
	color: #FF0000;
}
.textgreen {
	color: #336633;
}
