/* CSS Document */

body {
	background-image: url(../images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th, input, select, textarea {
	font-family: Trebuchet MS;
	font-size: 12px;
}
.summary {
	color: #FFFFFF;
	font-style: italic;
}
.boxed_heading {
	color: #1e6beb;
	font-weight: bold;
}

.body {
	padding-top: 18px;
	padding-left: 28px;
	padding-right: 28px;
}

.form_button {
	background-color:#F5A214;
	color:#FFFFFF;
}

.required {color: #FF0000}