@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #5D503D;
	background-color: #524839;
}
a:link {
	color: #524839;
	text-decoration: none;
}
a:visited {
	color: #524839;
}
a:hover {
	color: #524839;
	text-decoration: underline;
}
.footer {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #E0DDD7;
}
.footer a {
	color: #E1DED8;
	text-decoration: underline;
}
.footer a:hover {
	color: #E1DED8;
	text-decoration: none;
}
.footer a:visited {
}
.td_menu_bkgnd {
	background-color: #E1DED8;
	background-image: url(../images/buttons/btn_bar_fill.jpg);
}
.td_right_bkgnd {
	background-image: url(../images/headers/right.jpg);
}.td_left_bkgnd {
	background-image: url(../images/headers/left.jpg);
}
.header1 {
	font-size: 22px;
	font-style: italic;
	line-height: 28px;
	font-weight: bold;
	color: #3E362A;
	text-align: left;
}
.required {
	font-weight: bold;
	color: #DF0202;
}
.header2 {
	font-size: 16px;
	font-weight: bold;
}
.copyright {
	font-size: 11px;
}
.backto {
	font-size: 11px;
	font-weight: bold;
	color: #524839;
	text-decoration: underline;
	padding-right: 10px;
}

