/* these tags are for the navigation table - inside menuarea div */
table.navbar{
	border-collapse: collapse;
	letter-spacing: 1px;
	height: 100%;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
table.navbar td {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
table.navbar td a:link, table.navbar td a:visited {
	color: #000000;
	padding-top: 1px;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
table.navbar td a:hover, .currentarea {
	background-color: #333333;
	color: #FEE98E;
	background-image: url(../images_template/menuarrow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

p, ul, ol {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 11px;
	color: #685E3A;
	letter-spacing: 1px;
}
h1 {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #685E3A;
	letter-spacing: 1px;
	font-weight: bold;
}
img a {
	border: none;
}
a, a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FEE98E;
	text-decoration: none;
	background-color: #333333;
}
.fineprint {
	font-size: 10px;
}

/* for use in dynamic pages */
table.resultheadings {
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 11px;
	color: #685E3A;
	background-color: #FFF3BD;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
table.resultheadings td {
	padding-left: 5px;
	padding-right: 5px;
}
table.results {
	margin-bottom: 10px;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 11px;
	color: #685E3A;
	background-color: #FDF7DB;
	width: 100%;
	border-bottom: solid 1px #999999;
}
table.results td {
	padding-left: 5px;
	padding-right: 5px;
}

table.items {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 11px;
	color: #685E3A;
	background-color: #FDF7DB;
	width: 100%;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;	
}
.formobjects {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 11px;
	color: #685E3A;
	border: 1px solid #999999;
}
.formbuttons {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #333333;
	background-color: #FDF7DB;
}