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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #6A3A8F;
	background-color: #EEB271;
	background-image: url(images/headers/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
.footer {
	font-size: 12px;
	color: #7F51A1;
	text-decoration: none;
}
.td_left_bkgnd {
	background-image: url(images/headers/left.jpg);
}
.td_right_bkgnd {
	background-image: url(images/headers/right.jpg);
}
.td_sidemenu_bkgnd {
	background-image: url(images/buttons/btn_bar_bkgrnd.jpg);
}
a:visited {
	color: #9966CC;
	text-decoration: none;
}
a:link {
	color: #7F51A1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 22px;
}
h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 20px;
}
.copyright {
	font-size: 10px;
	color: #7F51A1;
	text-decoration: none;
}
#td_main_text {
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}
.textbold {
	font-weight: bold;
	font-size: 13px;
}
#td_main_text a:link {
	text-decoration: underline;	
}
