/* CSS Document */

body {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #F5DE5C;
	background-color: #6C0000;
	background-image: url(../images/1200x800_udo0060.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 5px;
}

.font-table {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #FFCC33;
}
.form-fields {
	background-color: #FB915E;
	border: 2px solid #640000;
}
.form-fields-hover {
	background-color: #F7E375;
	border: 2px solid #FFFFFF;
}
.form-fill {
	font-family: "Trebuchet MS", Palatino, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #000000;
	border: thin solid #700F01;
	height: 24px;
	width: 200px;
	background-color: #F0C8A4; }
	
.form-fill2 {
	font-family: "Trebuchet MS", Palatino, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #000000;
	border: thin solid #700F01;
	height: 24px;
	width: 60px;
	background-color: #F0C8A4; }
	
input:focus, textarea:focus, input.sffocus, textarea.sffocus {
	background-color: #F8B11F;
	border-color: #090;
}
.form-style {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	border: 2px solid #DFD171;
	background-color: #DA9F34;
}



