* {
	margin: 0;
}
BODY {
	scrollbar-face-color: #7e1f13;
	scrollbar-highlight-color:#7e1f13;
	scrollbar-shadow-color: #641409;
	scrollbar-3dlight-color:#641409;
	scrollbar-arrow-color: #92836a;
	scrollbar-track-color: #7e1f13;
	scrollbar-darkshadow-color : #7e1f13;
	font-family: Times New Roman;
	color: #9e8e74;
	background-color: #7e1f13;
	background-image: url(img/bg.jpg);
	margin: 0px 0px 0px 0px;
}
p:first-letter {
	font-size: 150%;
}
.cur {
	cursor: pointer;
	cursor: hand;
}
.news {
	font-size: 14px;
	font-weight: bold;
 	border-bottom: 1px solid #9e8e74;
}
.f {
	font-size: 18px;
}
.f1 {
	font-size: 14px;
	font-weight: bold;
}
.frame { 	
	background-color: #93241b;
	padding: 10px;
	border-top: 1px solid #9e8e74;
	border-left: 1px solid #9e8e74;
	border-right: 1px solid #92836a;
	border-bottom: 1px solid #92836a;
}
.br { 	
	border-top: 2px solid #9e8e74;
	border-left: 2px solid #9e8e74;
	border-right: 2px solid #92836a;
	border-bottom: 2px solid #92836a;
}
.br1 {
 	border: 2px solid #9e8e74;
	cursor: pointer;
	cursor: hand;
}
.png {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(img/wds.png) no-repeat;
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/wds.png', sizingMethod='crop');
	width: 30px;
	height: 120px;
}
.wds {
	z-index: 2;
	position: absolute;	
	top: 0px;
	left: 0px;
}
A {
	color: #92836a;
 	text-decoration: underline; 
}
A:hover {
	color: #dddce0;
	text-decoration: underline; 
}
INPUT.input {
	border: 1px solid #641409;
	font-size: 14px;
	color: #9e8e74;
	background-color: #8e0000;
}
INPUT.button {
	border-bottom: 1px solid #5a1208;
	border-right: 1px solid #5a1208;
	border-left: 1px solid #af3636;
	border-top: 1px solid #af3636;
	color: #9e8e74;
	font-size: 10px;
	background-color: #8e0000;  
}
TEXTAREA {
	scrollbar-face-color: #8e0000;
	scrollbar-highlight-color:#7e1f13;
	scrollbar-shadow-color: #641409;
	scrollbar-3dlight-color:#641409;
	scrollbar-arrow-color: #92836a;
	scrollbar-track-color: #8e0000;
	scrollbar-darkshadow-color : #7e1f13;
	color: #9e8e74;
	border: 1px solid #641409;
	font-size: 14px;
	background-color: #8e0000;
}
