body {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.text {
	border: 1px solid #975B19;
	background: #FFF;
	font-size: 11px;
	color: #000;
	font-family: Tahoma;
	width: 250px;
}
.textarea {
	border: 1px solid #975B19;
	background: #FFF;
	font-size: 11px;
	color: #000;
	font-family: Tahoma;
	width: 250px;
	height: 50px;
}
.button {
	background: #804D15;
	border: 0px;
	color: #FFF;
	font-size: 11px;
	font-family: Tahoma;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 18px; 
	font-weight: normal; 
	color: #FFF; 
	padding: 6px 0px 0px 0px;
	margin: 0px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}
hr {
	color: #CAB596;
	width: 100%;
	height: 1px;
}
small {
	font-size: 10px;
	font-family: Tahoma;
}
span {
	font-size:14px;
}
.red {
	color: #AD0000;
}
.font11 {
	font-size: 11px;
}