* {
	margin: 0;
}
BODY {
	scrollbar-face-color: #DBD6C3;
	scrollbar-highlight-color:#9A8B74;
	scrollbar-shadow-color: #ECE8DA;
	scrollbar-3dlight-color:#ECE8DA;
	scrollbar-arrow-color: #9A8B74;
	scrollbar-track-color: #DBD6C3;
	scrollbar-darkshadow-color : #9A8B74;
	scrollbar-base-color: #DBD6C3;
	font-family: Courier New;
	color: #9A8B74;
	background-color: #DBD6C3;
	background-image: url(img/bkg.jpg);
	margin: 0px 0px 0px 0px;
}
div.text:first-letter {
	font-size: 150%;
	font-family: Palatino Linotype;
}
.f1 {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
	color: #DBD6C3;
}
.f2 {
	font-size: 14px;
}
.f3 {
	font-size: 14px;
	color: #817c67;
}
.f4 {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
}
.f5 {
	font-size: 10px;
	font-family: verdana;
}
.f6 {
	font-size: 12px;
}
.br {
	border: 1px solid #3A4C3A
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.m {
	font-size: 10px;
	font-weight: bold;
}
.m1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Courier;
}
.m2 {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
	color: #f0ecde;
	background-color: #b1ab9b;
	border: solid 1px #99958a;
}
.m4 {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
	background-color: #dcd6c7;
	border: solid 1px #c4beae;
}
.m3 {
	color: #f0ecde;
	background-color: #b1ab9b;
	border: solid 1px #99958a;
	text-decoration: underline;
}
A {
	color: #3A4C3A;
	text-decoration: none;
}
A:hover {
	color: #9932cc;
	text-decoration: none;
}
INPUT.input {
	BORDER-RIGHT: #9A8B74 1px solid; 
	BORDER-TOP: #9A8B74  1px solid; 
	BORDER-LEFT: #9A8B74 1px solid; 
	COLOR: #9A8B74; 
	BORDER-BOTTOM: #9A8B74 1px solid; 
	BACKGROUND: url(img/bkg.jpg);
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
}
INPUT.button {
	BORDER-RIGHT: #9A8B74 2px solid;
	BORDER-TOP: #F9F6E6 2px solid;
	BORDER-LEFT: 2px solid #F9F6E6;
	COLOR: #9A8B74;
	BORDER-BOTTOM: #9A8B74 2px solid;
	BACKGROUND: url(img/bkg.jpg);
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
}
TEXTAREA {
	BORDER-RIGHT: #9A8B74 1px solid; 
	BORDER-TOP: #9A8B74 1px solid; 
	BORDER-LEFT: #9A8B74 1px solid; COLOR: #9A8B74; 
	BORDER-BOTTOM: #9A8B74 1px solid; 
	BACKGROUND: url(img/bkg.jpg);
}
