body {
	margin: 0px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #a2a8be;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #030408;
}
td {
	font-size: 11px;
}
h3 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	color: White;
}
.arr {
	margin-right: 6px;
	margin-bottom: 1px;
}
li {
	list-style-image: url(../images/arr.gif);
}
hr {
	color: #292d3c;
}
.header {
	position: absolute;
	margin-top: 100px;
	margin-left: 165px;
}
.logo {
	margin-top: 0px;
	margin-left: 200px;
	position: absolute;
	z-index: 3;
}
.ml {	
	position: absolute;
	margin-left: 1px;
	margin-top: 146px;
}
.mr {	
	position: absolute;
	margin-left: 675px;
	margin-top: 146px;
}
.menu {
	position: absolute;
	margin-left: 620px;
	margin-top: 29px;
	width: 200px;
	z-index: 3;
	padding-bottom: 40px;
}
.menu_in {
	padding: 10px 8px 20px 12px;
	background-color: #3f372f;
}
.tit {
	color: #fce7a9;
	padding: 6px 8px 8px 8px;
	background-image: url(../images/bgc.gif);
}
.cont {
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 40px;
}
.cont_in {
	text-align: justify;
	padding: 10px 8px 20px 12px;
	background-color: #080a12;
	margin-top: 1px;
	margin-right: 240px;
	margin-bottom: 40%;
}
.bg {
	width: 100%;
	height: 100%;
	background-color: #030408;
}
.c1 {
	width: 840px;
	text-align: left;
	height: 365px;
}
.c2 {
	width: 840px;
	text-align: left;
}
.c3 {
	width: 840px;
	text-align: left;
	position: relative;
	z-index: 2;
}
a:active, a:focus, a:link, a:visited {
	text-decoration: none;
	color: #d6c7b8;
}
a:hover {
	color: #6474c3;
	text-decoration: underline;
}
textarea {
	font-size: 12px;
	scrollbar-3dlight-color: #656776;
	scrollbar-arrow-color: #656776;
	scrollbar-base-color: #FFFEFC;
	scrollbar-face-color: #FFFEFC;
	scrollbar-highlight-color: #FFFEFC;
	scrollbar-shadow-color: #FFFEFC;
	scrollbar-track-color: #FFFEFC;
	scrollbar-darkshadow-color: #656776;
	border: 1px inset;
}
input {
	font-size: 12px;
	border: 1px inset;
}
input.but {
	border: 1px outset;
	font-weight: bold;
}
select {
	border: 1px inset;
	font-size: 12px;
}