body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg.jpg);
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
td {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
a {
	color: #014BA6;
	text-decoration: none;
}
a:link {
	color: #014BA6;
	text-decoration: none;
}
a:hover {
	color: #014BA6;
	text-decoration: underline;
}
h1 { font:18px Arial, Helvetica, sans-serif; color:#CC0000; }
.bg_top {
	background: url(images/bg_body.jpg) top repeat-x;
}
.black_links {
	color:#000000;
	text-decoration: none;
}
.black_links:link {
	color:#000000;
	text-decoration: none;
}
.black_links:hover {
	color:#000000;
	text-decoration: underline;
}
.nav a {
	color: #014BA6;
	text-decoration: none;
}
.nav a:link {
	color: #014BA6;
	text-decoration: none;
}
.nav a:hover {
	color: #014BA6;
	text-decoration: underline;
}

/*----form-----*/
.required {
	color: #FF0000;
}
.field_title {
	font-size: 11px;
	width: 200px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 11px;
	width: 200px;
}
.textarea {
	font-size: 11px;
	width: 200px;
	height: 100px;
}
.field_heading {
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 11px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 11px;
	width: 200px;
}
