body {
	background: #FFF url(../images/back.jpg) repeat-x top;
	margin: 0px;
	text-align: center;
	font: 80% "Trebuchet MS", Verdana, Arial, Sans-serif;
	color: #000000;
}
a {
	color: #9c8e26;
	text-decoration: none;
}
a:hover {
	color: #f6410a;
	text-decoration: none;
}

ul.back_link {
	list-style-type: none;
	margin: 0px auto;
}
div.back_link {
	background: transparent url(../images/back_link.jpg) no-repeat;
	width: 130px;
	height: 20px;
	float: left;
	padding-top: 3px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
div.back_link:hover {
	background: transparent url(../images/back_link_hover.jpg) no-repeat;
	width: 130px;
	height: 20px;
	display: inline;
}
#container {
	width: 833px;
	margin: 0px auto;
}
#header {
	background: #FFF url(../images/header.jpg) no-repeat;
	width: 833px;
	height: 75px;
	text-align: right;
}
#content_head {
	background: #FFF url(../images/content_head.jpg) no-repeat;
	width: 833px;
	height: 52px;
	margin: 0px auto;
}
#content_cont {
	background: #FFF url(../images/content_cont.jpg) repeat-y;
	width: 833px;
	overflow: hidden;
	margin: 0px auto;
}
#content_foot {
	background: #FFF url(../images/content_foot.jpg) no-repeat;
	width: 833px;
	height: 17px;
	margin: 0px auto;
}

#rt_table{
	margin-left: 30px;
	margin-right: 30px;
	width: 774px;
}

.sitename{
	font-weight: bold;
}

#rt_table tbody tr:hover{
	background-color: #EEE;
	font-size: normal;
}