a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #336600;
	text-decoration:underline;
}
a:visited {
	text-decoration: none;
	color: #336600;
	text-decoration:underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.navtext {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
}
.navtext a:visited, .navtext a:link, .navtext a:active{
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
}
.navtext a:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	color: #C3D73C;
	text-decoration: none;
	font-weight: bold;
}
.navtext_CurrentPage a:visited, .navtext_CurrentPage a:link, .navtext_CurrentPage a:hover, .navtext_CurrentPage a:active {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	color: #C3D73C;
	text-decoration: none;
	font-weight: bold;
}

.stdText{
	font-size: 14px;
	font-style: normal;
	color: #663300;
	text-align:left;
	line-height: 1.4em;
	font-family: "Trebuchet MS";
}

h1{
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-style: normal;
	font-weight:bold;
	color: #663300;
	text-align: left;
	
}
.h1Big{
	font-family: "Trebuchet MS";
	font-size: 30px;
	font-style: normal;
	font-weight:bold;
	color: #663300;
	text-align: left;
	
}
h2{
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: normal;
	font-weight:bold;
	color: #663300;
	text-align: left;
	
}

.footer, .footer a{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #663300;
	font-weight:bold;
	background-color:#C4D73C;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	line-height: 1.8em;
	font: normal 12px "Futura";
	padding: 2px 2px 2px 2px;
	border:1px solid #663300;  /* Border of box that contains sub-links  */
	z-index: 100;
	background-color: #FFFFCC;  /* Background color of box that contains sub-links  */
	text-align:left;
	border-top: 0px solid #663300;
	border-bottom: 1px solid #663300;
}

.anylinkcss a:link, .anylinkcss a:visited, .anylinkcss a:active {
	display: block;
	line-height: 1.8em;
	font: normal 12px "Futura";
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	color: #663300;   /* Text color of sub-box that contains sub-links when not HOVER  */
	background-color: #FFFFCC;
	text-align:left;
	border-top: 0px solid #663300;
	border-bottom: 1px solid #663300;
}

.anylinkcss a:hover{
	line-height: 1.8em;
	font: normal 12px "Futura";
	padding: 2px 2px 2px 2px;
	background-color: #663300;  /* Background color of sub-box that contains sub-links when HOVER  */
	color: #FFFFCC;
	text-decoration: none;
	text-align:left;
	border-top: 0px solid #663300;
	border-bottom: 1px solid #663300;
}


/* This is really for Firefox users to make the forms look better*/
input.text, textarea, select, checkbox{
    border-top:2px solid #7c7c7c;
    border-left:2px solid #7c7c7c;
    border-right:2px solid #c3c3c3;
    border-bottom:2px solid #c3c3c3;

}

.imageFooterLeft100 {
	float: left;
	width: 100px;
	font: normal 10px "Futura";
	text-align: left;
}
.imageFooterRight100 {
	float: left;
	width: 100px;
	font: normal 10px "Futura";
	text-align: right;
}
.imageFooterLeft200 {
	float: left;
	width: 200px;
	font: normal 10px "Futura";
	text-align: left;
}
.imageFooterRight200 {
	float: left;
	width: 200px;
	font: normal 10px "Futura";
	text-align: right;
}