body {
	padding: 0px;
	margin: 0px;
}
div, td, p, body {
	color: #000000;
	font: 100 8pt Tahoma;
	margin: 0;
	padding: 0;
}
textarea, input, select {
	font: 100 8pt Tahoma;
	border: #c0c0c0 1px solid;
	background-color: #fdfef5;
	color: #333333;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
img {
	border-width: 0px;
}
form{
	margin: 0px;
}
.clear{
	clear: both;
	font: 100 1px/1px Tahoma;
	height: 1px;
}
/**/
.button{
	background: #b90706;
	border: 1px solid #A3A3A3;
	font: 700 8pt/16px Verdana;
}
/**/
.main_container{
	width: 770px;
	padding: 15px 10px;
}
.base{
	clear: both;
	width: 750px;
	background: #FFFFFF;
}
.base_middle{
	float: left;
	padding: 10px 0px 10px 10px;
}
.base_middle_inner{
	width: 600px;
	overflow: hidden;
}
.base_left{
	float: left;
	padding: 5px 0px;
	background: url(../images/base_left_bck.jpg) repeat-y;
}
.base_left_inner{
	width: 140px;
	overflow: hidden;
}
/**/
.top{
	width: 750px;
	height: 97px;
	position: relative;
	background: url(../images/top_bck.png) repeat-x;
}
.top .logo{
	position: absolute;
	top: 25px;
	left: 0px;
	background: url(../images/logo.png) no-repeat;
}
.top .logo img{
	width: 375px;
	height: 72px;
	border: 0px;
}
.top .today{
	position: absolute;
	top: 0px;
	left: 10px;
	font: 700 7.5pt/25px Verdana;
	color: #ffffff;
}
.top .caption{
	position: absolute;
	top: 25px;
	left: 375px;
	width: 375px;
	font: 700 24pt/72px Verdana;
	color: #ffff40;
	text-align: center;
}
/**/
.bottom{
	clear: both;
	width: 750px;
	height: 48px;
	background: url(../images/bottom_bck.jpg) repeat-x;
}
.bottom .inner{
	padding: 20px 0px 0px 188px;
}
.bottom .links{
	font: 100 7pt/18px Tahoma;
	color: #000000;
}
.bottom .links a{
	font-weight: 700;
	color: #000000;
}
.bottom .info, .bottom .info a{
	font: 100 7pt/14px Tahoma;
	color: #787878;
}
/**/
.middle_page_title {
	width: 100%;
	height: 20px;
	font: 700 12pt/20px Arial;
	color: #545454;
	background: url(../images/middle_page_bck.png) repeat-x;
	margin-bottom: 5px;
}
.middle_page_title span{
	margin-left: 15px;
}
.middle_sub_page_title {
	background: url(../images/middle_sub_page_bck.png) repeat-x;
	width: 100%;
	height: 25px;
	margin-bottom: 5px;
}
.middle_sub_page_title span, .middle_sub_page_title a{
	margin-left: 10px;
	font: bold 11px/25px Tahoma;
	color: #FFFFFF;
}
/**/
.left_menu{
	margin-bottom: 22px;
}
.left_menu .item{
	background: url(../images/left_menu_item_bck.jpg) no-repeat;
	width: 140px;
	height: 27px;
	font: 700 9pt/22px Tahoma;
}
.left_menu .item a{
	padding-left: 10px;
	color: #ffffff;
}
