body, td, input, select, textarea, pre, div{
	color: #043d0f;
	font-family: verdana, sans;
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 13px;
}

body{
	background: #ffffff url('../face/_face4.png') repeat-y center top;
	text-align: center;
}

#root{
	position: relative;
	width: 764px;
	margin: 0px auto;
}

#head1{
	width: 100%;
	height: 28px;
	padding-top: 4px;
	background: #ffffff url('../face/_face1.png') no-repeat center bottom;
}

#head2{
	width: 100%;
	height: 24px;
	background: url('../face/_face2.png') no-repeat;
}

#head3{
	width: 100%;
	height: 24px;
	background: url('../face/_face3.png') no-repeat;
}

#content{
	width: 580px;
	float: left;
	padding-left: 15px;
	padding-top: 15px;
}

#menu{
	width: 140px;
	float: right;
	padding-left: 10px;
	padding-top: 15px;
}

#menu div{
	margin-bottom: 5px;
}

#bottom{
	width: 100%;
	height: 8px;
	background: url('../face/_face5.png') no-repeat;
}

small{
	font-size: 9px;
}

img, tr, td, th{
	border: none 0px;
	margin: 0px;
	padding: 0px;
}

table{
	border: none 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

table.table{
	margin: 3px;
	margin-bottom: 7px;
}

th.clean{
	padding: 5px;
	font-weight: bold;
	font-size: 9px;
	text-align: center;
}

td.clean{
	padding: 5px;
}

th.cell{
	padding: 5px;
	border: 1px solid #999999;
	font-weight: bold;
	font-size: 9px;
	text-align: center;
}

td.cell{
	padding: 5px;
	border: 1px solid #999999;
}

h1{
	font-size: 15px;
	font-family: trebuchet ms, sans;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #bf8e00;
}

h2{
	font-size: 12px;
	font-family: trebuchet ms, sans;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 7px;
	color: #bf8e00;
}

a, a:hover{
	color: #ea6a3d;
	text-decoration: none;
}

a:hover{
	color: #eaa347;
}

a.menu{
	font-weight: bold;
	color: #376F30;
}

a.menu:hover{
	font-weight: bold;
	color: #73AB57;
}

p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 7px;
	text-indent: 0px;
	text-align: justify;
}

ul, ol{
	margin: 2px;
	margin-bottom: 7px;
	padding: 0px;
	padding-left: 38px;
}

li.menu{
	margin-bottom: 5px;
}

.button{
	font-size: 9px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #ffffff;
	background: #6A7A94;
	margin: 7px;
	border: 1px solid #6A7A94;
	padding: 1px;
	text-align: center;
}

input, textarea, select{
	color: #4d4f70;
	background: #ffffff;
	margin: 2px;
	margin-bottom: 6px;
	border: 1px solid #6A7A94;
	padding: 2px;
}

pre, .mono{
	font-family: courier new, courier, monospace;
	color: #293d52;
}