body {
	background-color: #606B31;
}

body, td, p, input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #3C470D;
}

td.content {
	background-color: White;
	padding: 2px;
}

td.menu {
	width: 171px;
	height: 32px;
	background-image: url(images/navigation_default.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
}

td.menu_active {
	width: 171px;
	height: 32px;
	background-image: url(images/navigation_active.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
}

td.menuwelcome {
	width: 171px;
	height: 32px;
	background-image: url(images/navigation_welcome.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
}

td.menuwelcome_active {
	width: 171px;
	height: 32px;
	background-image: url(images/navigation_welcome_active.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
}

a.menu {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover, a.menu_active {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

td.copyright {
	padding: 10px;
	color: white;
	font-size: 10px;
	text-align: center;
}

td.menucell {
	background-image: url(images/menu_bg.gif);
	background-position: right;
	background-repeat: repeat-y;
}

td.white {
	background-color: White;
	text-align: center;
}

p {
	color: #666666;
	margin: 0px 0px 10px 0px;
	line-height: 16px;
}

