BODY {
	background: #F5E6C8;
	margin: 0px auto;
	padding: 0px;	
}
a:link {
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #D95700;
}
a:visited {
	text-decoration: underline;
	color: #792800;
}
a:hover {
	text-decoration: none;
}

td {
	font: normal 11px Tahoma, Arial;
	color: #792800;
}
.black {
	color: #410405;
}
.red {
	color: #C70000;
}
.white {
	color: #FFFFFF;
}
td.title h1 {
	font: bold 12px Tahoma, Arial;
	color: #792800;
}
.title_row {
	padding: 15px 70px 0px 50px;
	font: italic bold 12px Arial, Tahoma;
	color: #D95700;
}
.title_row a {
	font: italic bold 12px Arial, Tahoma;
	color: #D95700;
	text-decoration: underline;
}
.images_left {
	float: left;
	padding: 5px;
}
a.text {
	font: normal 11px Tahoma, Arial;
	color: #FF7E00;
}
.lang, a.lang:link, a.lang:visited, a.lang:hover {
	font: bold 11px Tahoma, Arial;
	color: #FFFFFF;
}
input.search_form {
	background: #FFDEB4;
	border: 1px solid #8F5326;
	width: 180px;
	font: normal 11px Tahoma, Arial;
	color: #666666;
}
.left_nav td {
	font: normal 11px Tahoma, Arial;
	color: #FFFFFF;
}
.left_nav td.title {
	font: bold 12px Tahoma, Arial;
	color: #FFFFFF;
}


#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
.hint {
	border-bottom:1px dashed #792800;
}