*{
	padding: 0px;
	font-size: 11px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #404040;
	text-align: justify;
}
body,html{
	width: 100%;
	height: 100%;	
	background-color: #808080;
	text-align: center;
}
a{
	color: #B40100;
	text-decoration: none;
}
a:hover{
	color: Black;
	text-decoration: underline;
}
hr{
	margin-bottom: 10px;
	color: #808080;
}
input,select,textarea{
	background-color: #EEEEEE;
	color: Black;
	border: 1px solid black;
	font-size: 10px;
}
.cont{
	width: 765px;
	margin: 0px auto;
	background-image: url(images/header_img.jpg);
	background-repeat: no-repeat;	
	background-color: White;
}
.top{
	width: 100%;
	height: 150px;
}
.bottom{
	width: 765px;
	height: 16px;
	margin: 0px auto;
	background-image: url(images/bottom_img.gif);
	background-repeat: no-repeat;
}
.menu_button{
	width: 164px;
	height: 27px;
	background-image: url(images/menu_button.gif);
	background-repeat: no-repeat;	
	margin-bottom: 1px;
}
.menu_button a{
	display: block;
	width: 164px;
	height: 27px;
	line-height: 27px;
	color: White;
	text-decoration: none;
	font-size: 12px;
}
.menu_button a:hover{
	background-color: #D90005;
	color: White;
	text-decoration: none;
}
.box{
	width: 163px;
	margin-bottom: 20px;
}
.box_top{
	width: 100%;
	height: 34px;
	background-image: url(images/box_top.gif);
	background-repeat: no-repeat;
	line-height: 34px;
	font-size: 12px;
	color: White;
}
.box_rep{
	width: 163px;
	background-image: url(images/box_rep.gif);
	background-repeat: repeat-y;
}
.box_bot{
	width: 100%;
	height: 3px;
	background-image: url(images/box_bottom.gif);
	background-repeat: no-repeat;
	font-size: 3px;
	line-height: 3px;
}
.box_in{
	margin-left: 10px;		
	text-align:left;
}
.title{
	font-size: 20px;
	color: #B40001;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.title_bar{
	height: 15px;
	width: 100%;
	line-height: 15px;
	color: Black;
	font-weight: bold;
	vertical-align: middle;
	background-color: #EEEEEE;	
	margin-bottom: 10px;	
}
.obj{
	display: table;
	margin-top: 10px;
	height: 120px;
}
.obj_img{
	width: 130px;
	float: left;
	display: table;	
	margin-left: 5px;
}
.obj_img img{
	border: 1px solid #A6A6A6;
}
.obj_img a:hover img{
	border: 1px solid black;
}
.obj_txt{
	display: table;	
	float: left;
	margin-right: 5px;
}
.top_links{
	float: right;
	width: 300px;
	height: 20px;
	margin-top: 25px;
	margin-right: 5px;
	text-align: right;	
}
.top_links a{
	color: White;	
	margin-left: 20px;
}
.gallery{
	width: 115px;
	height: 86px;	
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid black;
	margin-bottom: 20px;
}
.gallery a{
	display: block;
	width: 100%;
	height: 100%;
}
.gallery a:hover{
	border: 1px solid #ffffff;
}
.pix{
	float: left;
	width: 20px;
}
.txt_img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #A6A6A6;
}
.subbut{
	width: 70px;
	border: 1px solid #A6A6A6;
	background-color: #B40001;
	color: White;
	text-align: center;
}
.stat{
	font-size:14px;
	font-weight:bold;
	color:#B40001;
	margin-left:10px;
}