*{
	font-size: 11px;
}
body{
	text-align: center;
	background-color: #FFCC00;
	width: 100%;
	height: 100%;
	margin: 0px;		
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.cofr{
	width: 765px;
	height: 500px;
	display: table;
	background-color: #FFFFCD;
	margin: 0px auto;
	font-size: 11px;
}
input,select,textarea{
	border: 1px solid black;
	font-size: 10px;
	background-color: White;
	color: Black;
}
textarea{
	font-size: 12px;
}
a{
	color: #B33701;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: none;
}
.submit{
	width: 70px;
	background-color: Black;
	color: White;
	text-align: center;
}
.menu_button{
	background-color: #9A0000;
	background-image: url(images/menu_sep.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 80px;
	height: 20px;
	line-height: 20px;
	float: right;
}
.menu_button a{
	font-weight: normal;
	display: block;
	width: 100%;
	height: 100%;
	color: #FDCD00;	
	text-align: center;
}
.menu_button a:hover{
	color: White;
	text-decoration: none;
}
.left{
	width: 220px;
	text-align: center;
	float: left;
	vertical-align: top;
	padding-top: 20px;
}
.top{
	width:765px;height:100px;background-image:url(images/top_rep.gif)
}
.top_in{
	width:765px;
	height:100px;
	background-image:url(images/top_logo.gif);
	background-repeat:no-repeat;
	background-position: left;
	text-align: right !important;
}
.title{
	width: 700px;
	/*border-bottom: 1px solid #9A0000;*/
	color: #9A0000;
	font-size: 16px !important;
	font-weight: bold;
	text-align: left;	
	margin:0px auto;
}
.search{
	width: 700px;	
	height: 40px;
	border: 1px solid #E32B2E;
	line-height: 50px;
	background-color: #FFE09D;
	margin: 0px auto;
	vertical-align: middle;
}
.list{
	width: 700px;
	border-collapse: collapse;
	margin:0px auto;
}
.list td{
	border: 1px solid #FFEDA5;
	padding: 3px;
	font-size: 11px;
}
.list tr.top_row{
	background-color: #9A0000;	
	font-weight: bold;		
}
.list tr.top_row td{	
	color: White;
}
.list2{
	margin-left: 20px;
	width: 100%;
	border-collapse: collapse;
	margin:0px auto;
}
.list2 td{
	border: 1px solid #525252;
	padding: 3px;
	font-size: 11px;
	height: 11px;
	line-height: 11px;
}
.list2 td input{
	font-size: 10px;
	
	line-height: 11px;
}
.list2 td select{
	font-size: 10px;
	
	line-height: 11px;
}
hr{
	width: 500px;
	height: 1px;
	margin: 0px auto;
	color: #9A0000;
}
.submit{
	width: 70px;
	background-color: #E32B2E;
}
.legend{
	float: left;
	margin: 5px;
	width: 15px;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	border: 1px solid black;
}
.text{
	width:700px;text-align:left;font-weight:normal;
	margin-left: 30px;
}
.promo{
	width: 220px;
	height: 115px;
	background-color: #FFEDA5;
	margin-left: 15px; 
	float: left;
	text-align: left;
}
.promo_img{
	width: 100px;
	height: 100px;
	margin: 7px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFCC00;
	float: left;
}