@charset "iso-8859-1";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #2A0E02;
}
body, td, th {
	font-family: Tahoma;
	font-size: 10px;
	color: #220700;
}
form {
	margin: 0px;
	padding: 0px;
}
/* Styles for text */
.txt-h {
	font-weight: bold;
	color: #A08B1E;
}
.txt-small {
	font-size: 10px;
}
.txt-1 {
	color: #A08B1E;
}
.txt-2 {
	color: #7A7A7A;
}
/* end */

/* Styles for links */
a.gray {
	color: #717171;
	text-decoration: none;
}
a.gray:hover {
	text-decoration: underline;
}
/* end */

/* Styles for forms */
.f1 {
	font-family: Tahoma;
	font-size: 9px;
	width: 134px;
	height: 13px;
	border: 0px;
	padding: 0 2px 0 2px;
}
.f2 {
	width: 176px;
}
.f3 {
	width: 231px;
}
.f4 {
	width: 231px;
	height: 40px;
	overflow: auto;
}
/* end */

/* Styles for buttons */
.b-c {
	width: 51px;
	height: 23px;
	background-image: url(images/button-clear.gif);
	border: 0px;
}
.b-s {
	width: 61px;
	height: 23px;
	background-image: url(images/button-submit.gif);
	border: 0px;
}
/* end */
