/* CSS Document */

body {
	background-color:#FFFFFF;
	margin-top:0px;
	background-image:url(site_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.main_table_left {
	padding-top:10px;
	width:10px;
	vertical-align:top;
	}
.main_table_right {
	padding-top:10px;
	width:10px;
	vertical-align:top;

	}
.buttons_table {
	background-image:url(butttons_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}
.main_table_main {
	background-image:url(main_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
.tb_corners {
	height:6px;
	width:6px;
	}
.tb_top {
	height:6px;
	background-image:url(tb_t.jpg);
	background-repeat:repeat-x;
	}
.tb_right {
	width:6px;
	background-image:url(tb_r.jpg);
	background-repeat:repeat-y;
	}
.tb_left {
	width:6px;
	background-image:url(tb_l.jpg);
	background-repeat:repeat-y;
	}
.tb_bottom {
	height:6px;
	background-image:url(tb_b.jpg);
	background-repeat:repeat-x;
	}
.tb_main {
	padding:1px;
	}
.button_active {
	background-image:url(butt_active.jpg);
	width:106px;
	height:19px;
	font-size:10px;
	color:#615f59;
	}
.button_deactive {
	background-image:url(butt_deactive.jpg);
	width:106px;
	height:19px;
	font-size:10px;
	color:#7f7c76;
	}
.button_separator {
	width:6px;
	}
.butt_links {
	color:#7f7c76;
	text-decoration:none;
	}
.butt_links:hover {
	color:#a23d00;
	text-decoration:none;
	}