body {
	background-color: #42341F;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
}
.sub {
	background-color: #52452C;
}

p { }
td { }
.t_bkg { background-image: url(images/table_bkg.jpg); background-repeat: no-repeat; }
.w_txt {
	color: white;
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

#navcontainer {width: 230px; }

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 20px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 22px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #fff;
}

#navcontainer a {
display: block;
width: 230px;
height: 22px;
}

#navcontainer a:link, #navcontainer a:visited {
background: url(images/bg_navbutton.gif);
color: #40341e;
text-decoration: none;
}

#navcontainer a:hover {
background: url(images/bg_navbutton_over.gif);
color: #ffffff;
text-decoration: none;
}

#navcontainer li a#current {
background: url(images/bg_navbutton_over.gif);
color: #ffffff;
text-decoration: none;
}
#link a:link, #link a:visited {
	color: #FFE22A;
	text-decoration: none;
}
.darka a:link, a:visited {
	color: #FFFF66;
	text-decoration: none;
}

.darka a:hover {
	color: #FFFF66;
	text-decoration: underline;
}

#link {
	color: #FBDD26;
}
#link a:hover {
	color:#52452C;
	text-decoration: none;
}
