@charset "utf-8";
/* CSS Document */

html {
height: 100%;
}
body {
	background-color: #663300;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
}
table {
	height: 100%;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	font-weight: bold;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E3C98F;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C5A260;
	font-weight: bold;
	text-decoration: none;
}
.current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
#content {
	font-family: "Times New Roman", Times, serif;
	color:#330000;
	font-size:10pt;
}
#content a {
	font-family: "Times New Roman", Times, serif;
	color:#663300;
	font-size:11pt;
	text-decoration:none;
}
#content a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
}
#footer a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #000000;
		text-decoration: underline;
}
#footer a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #663300;
		text-decoration: underline;
}
.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-weight: bold;
	color:#663300;
}
.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: bold;
	color:#333333;
}
.italic {
	font-style:italic;
}
#bgtable {
	background-image:url(images/bg_01.jpg);
	background-repeat:no-repeat;
	background-color:#E3C98F;
}