td img {display: block;}body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	font-size: 18px;
	color: #663333;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #006600;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #663333;
}
a:active {
	text-decoration: none;
	color: #006600;
}
h3 {
	font-size: 10pt;
	color: #FF6600;
}
.header_bg {
	background-image: url(images/header.jpg);
}

h4 {
	font-size: 10pt;
	color: #015533;
	font-weight: bold;
}
h1 {
	font-size: 16pt;
	color: #006633;
}
h2 {
	font-size: 14pt;
	color: #009933;
}

			/* NAVIGATION BUTTONS */
			.cssnav	{
						position:relative;
						font-family: arial, helvetica, sans-serif;
						background-image:  url(images/overbtn.jpg);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 190px;
						height: 40px;
						margin: 0; 
						padding: 0; 
			}
			.cssnav a {
						display: block;
						color: #FFFFFF;
						font-size: 14px;
						width: 190px;
						height: 40px;
						display: block;
						float: left;
						color: white; 
						text-decoration: none;
						font-weight: bold;
			}

			.cssnav img {width: 190px; height: 40px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: absolute;
						left: 10px;
						top: 15px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 149px;
						height: 14px;
						text-align: left;
			}
			/* END OF NAVIGATION */
