@charset "UTF-8";
/* CSS Document */

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #F2F1E8;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #9d9774;
	text-decoration: none;
}
.container {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.header {
	position: relative;
	margin-top: 20px;
	margin-left: 40px;
}
.logout a:link {
	color: #bbb;
}
.logout a:visited {
	color: #bbb;
}
.content {
}
.success {
	color: #005704;
	text-align: center;
}
.eor {
	color: #9d0000;
	text-align: center;
}
.conleft {
	float: left;
	width: 445px;
	padding-top: 50px;
	padding-left: 15px;
	margin-right: 120px;
	font-size: 12px;
}
.conright {
	float: left;
	width: 356px;
	margin-top: 90px;
	font-size: 12px;
	font-weight: bold;
}
.concenter {
	margin-top: 120px;
	font-size: 12px;
	width: 444px;
	margin-right: auto;
	margin-left: auto;
}
.conlong {
	float: left;
	margin-top: 40px;
	padding-left: 299px;
	font-size: 12px;
	margin-bottom: 20px;
}
.conlarge {
	max-width: 1600px;
	font-size: 12px;
	padding-top: 70px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.center {
	text-align: center;
	color: #6a2b0c;
}
.tableline {
	position: relative;
	padding: 20px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 1px 1px 2px 1px #808080;
	-moz-box-shadow: 1px 1px 2px 1px #808080;
	box-shadow: 1px 1px 2px 1px #808080;
	border: 1px solid #fff;
	background: #f5f4ef;
	z-index: 89;
	margin-bottom: 40px;
}
.rightbtn{
	position: absolute;
	right: 9px;
	top: 7px;
	color: #f4f3ee;
}
#smallfont {
	font-size: 10px;
}
.backbtn{
	float: left;
	margin-right: 25px;
}
.footnote{
	font-size: 10px;
	font-weight: lighter;
	position: absolute;
	right: 31px;
	bottom: 5px;
}
.footedit{
	position: absolute;
	right: 4px;
	bottom: 3px;
}
.footer {
	position: relative;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 52px;
	width: 872px;
	margin-top: 320px;
	margin-left: auto;
	margin-right: auto;
}
.textfooter {
	position: absolute;
	top: 13px;
	left: 308px;
	color: #FFF;
	text-align: center;
	width: 236px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.menu {
	height: 100px;
	position: absolute;
	top: 15px;
	right: 150px;
	font-size: 14px;
}
.buttons {
	float: left;
	margin-left: 40px;
}
.logout {
	position: absolute;
	font-size: 12px;
	right: 40px;
	top: 0px;
}
h2{
	font-variant: small-caps;
	text-decoration: underline;
}
tr.b1 td {
}
tr.b2 td {
	background-color: #FFF;
}
.submenu {
	float: right;
	margin-top: -20px;
}
.subbtn {
	float: left;
	margin-left: 20px;
}