body,html{
	background:#e7e7e7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	width:100%;
}
input{
	background:#fff
}
a{
	color:#888c38;
	text-decoration:none;
}
a:hover{
	color:#aa3f1b;
	text-decoration:none;
}

.hb, .datacity, .tb, 
.shb, .b{
	padding:0 10px 10px 15px;
	margin:0 10px 0 15px;
}

.hb{
	background:#f4f6e0;
}

.datacity {
	color:#aa3f1b;
}

.tb, 
.b{
	line-height:1.4em
}

.hb,
.shb{
	font-size:2em;
	color:#888c38;
}

.hb a,
.shb a{
	border-bottom:1px dashed #888c38;
}

.hb a:hover,
.shb a:hover{
	border-bottom:1px dashed #aa3f1b;
}

.shb{
	font-size:1.6em;
/*	border-top:1px dashed silver; */
	padding-top:25px;
	margin-top:15px
}

/*
 * 
 * 
 * 
 * 
 */
.head{
	height:120px;
	background:url(../img/head-bg.jpg) repeat-x;
	
}
.top-menu{
	background: url(../img/top-menu.png) repeat-x;
	height:33px;
}
.top-menu a{
	display:block;
	float:left;
	color:#fff;
	font-weight:bolder;
	height:23px;
	*height:33px;
	padding:5px 15px;
	border-right:1px solid #9e3701;
	border-left:1px solid #e75102;
} 
.top-menu a:hover{
	color:#fff;
	background:#e75102
}

.menu a{
	display:block;
	padding:5px;
	background:#f4f6e0;
	margin-bottom:2px;
}

.back,.print{
	color:#aa3f1b;
	text-decoration:none;	
	padding-left:20px
}
.back:hover ,.print:hover{
	color:#aa3f1b;
	text-decoration:underline;	
	padding-left:20px
}
.print{
	background:url(../img/printer-orange.gif) no-repeat 0 0px;
}
.back{
	background:url(../img/home-icon3.gif) no-repeat 0 0px;
}
/*
 * 
 * 
 * 
 */
input, select, textarea{
	border:1px solid #aa3f1b;
	margin:5px 0
}
#EdF a{
	font-weight:bolder;
	color:#aa3f1b
} 
#EdF a:hover{
	font-weight:bolder;
	color:#aa3f1b;
	text-decoration:underline;
} 
/*
 *
 *
 */
center table,center tr,center td{
	border:none;
}
center table tr td{
	border:1px solid #fff;
	border-bottom:1px solid silver;
	padding:10px;