@charset "utf-8";
.class1 a:link {
	color: #FB9F30;
	text-decoration: none;
}
.class1 a:visited {
	text-decoration: none;
	color: #FB9F30;
}
.class1 a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.class1 a:active {
	text-decoration: none;
	color: #FB9F30;
}
.class2 a:link {
	color: #432C24;
	text-decoration: underline;
}
.class2 a:visited {
	text-decoration: underline;
	color: #432C24;
}
.class2 a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #f99f35;
}
.class2 a:active {
	text-decoration: underline;
	color: #432C24;
}
img
{  border-style: none;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #432C24;
}
.navLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FB9F30;
}
.txtField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F2A00;
	background-color: #FBA43B;
}
.leftBar {
	background-image: url(images/left_bar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.rightBar {
	background-image: url(images/right_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.navBg {
	background-image: url(images/navigation_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footerBg {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FB9F30;
}

