
.defaultfont {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.headfont {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: 6e6953;
}
.smallfont {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.defaultfontrenk {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #66603E;
}
a:link {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8e6e2f;
	background-color: #ded7c2;
}
a:visited {	
	font-family: Trebuchet MS;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8e6e2f;
	background-color: #ded7c2;
}
a:active {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #8e6e2f;
	background-color: #ded7c2;

}
a:hover {
	font-family: Trebuchet MS;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	background-color: #6b665b;	
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #e8e1cf;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px dotted #333333;
font:normal 11px Tahoma;
line-height:18px;
z-index:100;
visibility: hidden;
padding:10px;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
