@charset "utf-8";
body{
	margin:0px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	background:url(../images/bg.gif) repeat;
	color:#666666;
}

.gray{
	color:#666666;
}

a{
	color:#e38722;
	font-weight:bold;
	text-decoration:none;
}a:hover{

	text-decoration:underline;
}
.orrange_title{
	
	background:url(../images/orrange_title_right.gif)  no-repeat right #ffa01c;
	height:28px;
	color:#FFFFFF;
	padding-left:5px;
	font-weight:bold;
	font-size:12px;
}.brown_title{	
	background:url(../images/brown_title_right.gif)  no-repeat right #7c5839;
	height:28px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding-left:5px;
}.brown_title a{
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}.brown_title a:hover{
	color:#ffa01c;
}
.block_top{
	background-image:url(../images/top.gif);
	background-repeat:repeat-x;
	/*border-top:1px #CCCCCC solid;*/
	height:7px;
}
.block{
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	padding-left:8px;
	padding-right:8px;
}
.block_bottom{
	background-image:url(../images/botom.gif);
	background-repeat:repeat-x;
	height:7px;
}

.field{
	background:#f4f4f4;
	border:1px solid #cecece;
	padding-left:4px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}



.left_menu {
	border-bottom:1px dashed #999;
	background:url(../images/bullit.gif) left no-repeat;
	height:24px;
	padding-left:24px;
	color:#666666;
}.left_menu a{
	color:#666666;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}.left_menu a:hover{
	color:#ffa01c;
}

.left_menu2 {
	border-bottom:1px dashed #999;
	padding-top:5px;
	padding-bottom:5px;
}
.image{
	border:#CCC 1px solid;
	padding:2px;
}
.red{
	color:#F30;
	font-size:12px;
	font-weight:bold;
}
.error{
	color:#F30;
	font-size:12px;
	font-weight:bold;
}

.heading_orrange{
	color:#ffa01c;
	font-size:12px;
	font-weight:bold;
	
}

.heading_blue{
	color:#6e8ea2;
	font-size:12px;
	font-weight:bold;
}
.footer{
	height:77px;
	border-top:1px solid #cdcdcd;
	background:url(../images/footer.gif) repeat-x top;
	padding-left:15px;
	line-height:17px;
}.footer a{
	color:#666666;
	text-decoration:underline;
}.footer a:hover{
	text-decoration:none;
}.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5D5D5D;
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
	border: solid 1px #CECECE;
	height: 21px;
	cursor:pointer;
}
.green {
	color: #009900;
}
