body {
	text-align: left;
	margin: 0px;
	background: #FFFFFF url(../images/body_bck.png) repeat-x 0px 1px;
	height: 100%;
}
*{
	color: #000000;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
form{
	margin: 0px;
	padding: 0px;
}
input {
	border-style: groove;
}
img{
	border-width: 0px;
}
.radio{
	border: 0px;
}
.button{
	border: #474747 1px solid;
	font-family: tahoma;
	background-color: #D60202;
	color: #ffffff; 
}
.page_container {
	width: 772px;
	background: #FFFFFF;
}
.page_container_inner {
	border-top: 1px solid #FFFFFF;
}
/**/
.top{
	position: relative;
	width: 772px;
	height: 156px;
	background: transparent url(../images/logo.png) no-repeat;
}
.top .logo{
	position: absolute;
	top: 25px;
	left: 0px;
	width: 220px;
	height: 120px;
}
.top_link{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 221px;
	height: 23px;
	overflow: hidden;
	text-align: center;
}
.top_link_inner{
	float: right;
	padding-right: 6px;
}
.top_link_inner div{
	float: left;
	margin-left: 6px;
}
.top_link_inner .home{
	background: url(../images/icon_home.gif) transparent 0px 50% no-repeat;
}
.top_link_inner .email{
	background: url(../images/icon_email.gif) transparent 0px 50% no-repeat;
}
.top_link_inner div a{
	padding-left: 16px;
	color: #0232A7;
	font: 100 8pt/23px Tahoma;
}
.top_image_gallery{
	position: absolute;
	top: 0px;
	left: 221px;
	width: 550px;
	height: 150px;
	overflow: hidden;
	z-index: 100;
}
.top_image_gallery div{
	z-index: 100;
}
.top_menu{
	width: 772px;
	height: 30px;
	background: url(../images/top_menu_bck.png);
}
/**/
.base{
	clear: both;
	width: 772px;
	text-align: left;
	overflow: hidden;
}
.base_detail .base_middle{
	float: left;
	width: 772px;
	overflow: hidden;
}
/**/
.middle_page_title{
	margin-top: 10px;
	background: url(../images/middle_page_title_bck.png) repeat-x bottom;
	width: 772px;
	height: 30px;
	text-align: left;
}
.middle_page_title span{
	font: 700 9pt/25px Tahoma;
	color: #E70101;
	padding-left: 32px;
}
.middle_content{
	padding: 10px 0px 10px 0px;
}
.middle_sub_page_title{
	background-color: #CBCBCB;
	text-align: left;
}
.middle_sub_page_title span{
	font: 700 9pt/21px Tahoma;
	color: #000000;
	padding-left: 10px;
}