#body_copy {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}

#body_copy_big {
	font-family: Verdana;
	font-size: 12px;
	color: #8a9c8d;
}

#override {
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	color: #e1d6c4;
}

a:link, a:visited {
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}	

a:hover {
	font-family: Arial;
	font-size: 13px;
	color: #e1d6c4;
	text-decoration: none;
}
	
#footer {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	text-align: right;
	margin-right: 2px;
}

P {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	text-align: center;
}

table.navbar {
	font-size: 8pt;
	margin: 0px;
	padding: 0px; 
	border: 0px; 
	font-weight: bold;
}

table.menu {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

td.menu_title {
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	color: #e1d6c4;
}	

td.menuNormal {
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	color: #e1d6c4;
	background-color: #4a382a;
}

td.menuHover {
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	color: #e1d6c4;
	background-color: #4a382a;
}

div.menuNormal {
	display: none;
	position: static;
}

div.menuHover {
	border: 1px solid #4a382a;
	background-color: #ffffff;
	display: inline;
	position: absolute;
}
	
a.menuitem:link {
	text-decoration: none;
	color: black;
	background-color: #ffffff;
	display: block;
}

a.menuitem:visited {
	text-decoration: none;
	color: black;
	background-color: white;
	display: block;
}

a.menuitem:hover {
	text-decoration: none;
	color: black;
	background-color: #e1d6c4;
	display: block;
}

a.menuitem:active {
	text-decoration: none;
	color: black;
	background-color: #e1d6c4;
	display: block;
}
