/* 312 champ style file */

body{
	margin: 0px;
	padding: 0px;
	background-image: url('./graf/bgr.jpg');
	background-repeat: repeat-x;
	background-color: #f2f0ea;
	color: #43371f;
	font-size: 10pt;
	font-family: sans-serif;
}
a{
	color: #000;
	font-size: 10pt;
	font-family: sans-serif;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/*a.dark{
	color: #000;
	font-size: 10pt;
	font-family: sans-serif;
	text-decoration: none;
}
a.dark:hover{
	text-decoration: underline;
}*/
h1{
	position: relative;
	top: 20px;
	left: 230px;
	color: #43371f;
}
h4{
	margin-top: 0px;
}
img{
	border: 1px solid #f90;
}
input{
	border: 1px solid #d6ceb9;
	font-size: 9pt;
	text-align: center;
	background-color: #f1ead9;
	color: #43371f;
}
select{
	border: 1px solid #d6ceb9;
	font-size: 9pt;
	text-align: center;
	background-color: #f1ead9;
	color: #43371f;
}
file{
	border: 1px solid #d6ceb9;
	font-size: 9pt;
	text-align: center;
	background-color: #f1ead9;
	color: #43371f;
}
textarea{
	border: 1px solid #d6ceb9;
	font-size: 9pt;
	text-align: left;
	color: #43371f;
	background-color: #f1ead9;
}
table.fix{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
td.center{
	width: 700px;
}
td.r{
	height: 100%;
}
table.main{
	width: 700px;
	height: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	border-top: 1px solid #DDD;
	background-color: #444;
}
td.banner{
	width: 700px;
	height: 150px;
	border: none;
	background-color: #DDD;
	border-left: 2px solid #beae8b;
	border-right: 2px solid #beae8b;
	background-image: url('./graf/banner.jpg');
	vertical-align: top;
}
td.center{
	width: 700px;
}
td.cont{
	width: 700px;
	background-color: #ece8df;
	border-right: 2px solid #beae8b;
	border-left: 2px solid #beae8b;
	padding: 20px;
	padding-right: 50px;
	padding-left: 50px;
}
td.foot{
	width: 700px;
	height: 40px;
	background-color: #beae8b;
	padding-left: 30px;
	border-right: 2px solid #beae8b;
	border-left: 2px solid #beae8b;
}
div.login{
	width: 350px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: 100px;
	margin-left: 100px;
	padding: 30px;
	text-align: center;
}
fieldset.login{
	background-color: #ece1c7;
	border: solid 1px #ecd8ab;
	padding: 10px;
}
span.hint{
	font-size: 8pt;
}
table.uform{
	border-collapse: separate;
	width: 100%;
}
td.ufl{
	text-align: left;
	vertical-align: top;
}
td.ufr{
	text-align: left;
}
br.low{
	line-height: 50%;
}
div.down{
	background-color: #ece1c7;
	border: solid 1px #ecd8ab;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 500px;
}
