/* CSS Basic Document */
body
{
	margin:0px auto;
	padding:0px;
	background-color:#586576;
}
td.off {
background: url(../images/menu_bg.gif) 0px 0px repeat-x;
height:25px;
}
td.on{
	background-color:#586576;
	height:25px;
	color:#FFFFFF;
}
td.mainoff {
	height:33px;
	background-repeat: no-repeat;
	background-position: -130px 0px;
	background-color: #E5E0DC;
}
td.mainon{
	height:33px;
	background-image: url(../images/main_menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.header_image_box
{
	padding:0px 5px 4px;
	background-color:#FFFFFF;
	color: #586576;
}
.body_text_box
{
	padding:35px 30px 15px 30px;
	background-color:#FFFFFF;
	color: #586576;
}
.body_left_bg
{
background:url(../images/body_left_bg.jpg) left top repeat-y;
width:8px;
}
.body_right_bg
{
background:url(../images/body_right_bg.jpg) left top repeat-y;
width:8px;
}
.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;
}
.input_box
{
	border:1px solid #AB9A8D;
	width:108px;
	height:18px;
	background-color:#E5E0DC;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #586576;
	text-decoration: none;
	padding-left:3px;
}
.highlight
{
	color:#AB9A8D;
	background-color:inherit;
	font-size:14px;
	text-decoration:none;
}




/* CSS Background image Document */
.menu_bg
{
	height:27px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #D8CFC8;
	color: #586576;
}
.body_left_bg
{
background:url(../images/body_left_bg.jpg) left top repeat-y;
width:6px;
}
.body_right_bg
{
	width:6px;
	background-image: url(../images/body_right_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}




/* CSS Text Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #586576;
	text-decoration: none;
}
.menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #AB9A8D;
	background-color:inherit;
	text-decoration: none;
}
.menu_link:hover
{
color:#FFFFFF;
background-color:inherit;
}
.left_menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 33px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color:inherit;
	text-decoration: none;
	color: #586576;
}
.left_menu_link:hover
{
text-decoration:underline;
background-color:inherit;
}
.footer_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 23px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #AB9A8D;
	background-color:inherit;
	text-decoration: none;
}
.footer_link:hover
{
	text-decoration:underline;
	color:#AB9A8D;
	background-color:inherit;
}
