@charset "iso-8859-1";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/back.gif);
}
body, td, th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #51524C;
}
form {
	margin: 0px;
	padding: 0px;
}
/* Styles for text */
.txt-copy {
	font-size: 10px;
	color: #918C51;
}
/* end */

/* Styles for links */
a.more {
	font-weight: bold;
	color: #CF7A44;
	text-decoration: underline;
}
a.more:hover {
	text-decoration: none;
}
a.orange {
	color: #D17131;
	text-decoration: none;
}
a.orange:hover {
	text-decoration: underline;
}
/* end */

/* Styles for forms */
.f1 {
	width: 162px;
	height: 18px;
	font-family: Tahoma, Arial, sans-serif, serif;
	font-size: 11px;
	color: #51524C;
	background-color: #F7F9F3;
	border-right-color: #8B8D84;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #D8D9D5;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #52544E;
	border-left-color: #73766E;
	padding: 2px 2px 0 5px;
}
.f2 {
	height: 100px;
	overflow: auto;
}
/* end */

/* Styles for buttons */
.b-clear {
	border: 0px;
	background-image: url(images/button-clear.gif);
	width: 54px;
	height: 23px;
}
.b-send {
	border: 0px;
	background-image: url(images/button-send.gif);
	width: 54px;
	height: 23px;
}
/* end */