/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background:url(../images/back.gif) left top repeat-x #D3C486;
	scrollbar-base-color: 8E7456; 
	scrollbar-arrow-color: F0DF98;
	scrollbar-Track-Color: 000000;
	scrollbar-border-Color: 000000;
}
.box_top_line
{
background:url(../images/top_line.gif) left top repeat-x;
height:9px;
}
.box_left_line
{
background:url(../images/left_line.gif) left top repeat-y;
width:9px;
}
.box_right_line
{
background:url(../images/right_line.gif) left top repeat-y;
width:9px;
}
.box_bottom_line
{
background:url(../images/bottom_line.gif) left top repeat-x;
height:9px;
}


/* CSS Text Document */
body, td {
	font-family: Georgia, Verdana;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.highlight
{
color:#5D5537;
font-size:14px;
text-decoration:none;
font-weight: bold;
background-color:inherit;
}
.main_links {
	font-family: Georgia, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F0DF98;
	background-color:inherit;
	text-decoration: none;
}

a {
	font-family: Georgia, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8E7456;
	text-decoration: none;
}
a:hover
{
text-decoration:underline;
}
.black_border {
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

