.headerbg {
	background-image:  url("../images/top_bg.jpg");
	background-repeat: repeat-x;
}
.navbg {
	background-image:  url("../images/nav_bg.jpg");
	background-repeat: repeat-x;
}
.bottombg {
	background-image:  url("../images/bottom_bg.jpg");
	background-repeat: repeat-x;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #6A49A2;
	background-color: #6A49A2;
	margin-top: 0px;
}
.contentbg {
	background-color: #FFFFFF;
}
.textlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.textlinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.textlinks a:hover {
	color: #EFB138;
	text-decoration: none;
}
.textlinks a:visited {
	color: #DBD46A;
	text-decoration: underline;
}h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F1B03A;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.copyright a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #EFB138;
	text-decoration: none;
}
.copyright a:visited {
	color: #DBD46A;
	text-decoration: underline;
}

.border {
				border: 3px solid #6a49a2;
}

.fill {
				background-color: #6a49a2;
}.orangebold {
	font-weight: bold;
	color: #F1B03A;
}

