.body_background {
background-color: #F4E8B8;
background-image: url(images/gradient_bkg.jpg);
background-repeat: repeat-x;
}
.body_background_long {
background-color: #F4E8B8;
background-image: url(images/gradient_bkg_long.jpg);
background-repeat: repeat-x;
}
.footer_background {
background-color: #F4E8B8;
background-image: url(images/gradient_footer_bkg.jpg);
background-repeat: repeat-x;
}
.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #D3C9DC;
	font-weight : bold;
}
.title_nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #F4E8B8;
	font-weight : bold;
	text-decoration : none;
}
.main_nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #48375A;
	font-weight : bold;
	text-decoration : none;
}
.content_bkg {
	background-color: #FFFFFF;
	background-image: url(images/gradient_content_bkg.jpg);
	background-repeat: repeat-x;
}
.copy_bkg {
	background-image: url(images/bkg_pattern.jpg);
	background-repeat: no-repeat;
}
.copy {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #3D2E4C;
	line-height : 13px;
	padding-right : 22px;
	text-decoration : none;
}
.copy_link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #3D2E4C;
	line-height : 13px;
	text-decoration : none;
}
.copy_padd {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #3D2E4C;
	line-height : 15px;
	padding-left: 10px;
}
.highlight {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #6E338D;
	line-height : 13px;
	text-decoration : none;
}
.subhead {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #6E338D;
	text-decoration : none;
	line-height : 16px;
}
.heading {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	color : #FFFFFF;
	font-weight : normal;
}
.heading1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	color : #6E338D;
	font-weight : normal;
}
.input {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #3D2E4C;
	border : 1px solid Gray;
}
.button {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : white;
	background-color : #50346B;
	font-weight : bold;
}
.footer {
	font-size : 11px;
	line-height : 18px;
	color : #674E81;
	padding-left : 6px;
	padding-right : 6px;
	font-family : Arial, Helvetica, sans-serif;
}
.footer_link {
	font-size : 11px;
	color : #674E81;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}
.copyright {
	font-size : 10px;
	line-height : 18px;
	color : #BC9E25;
	font-family : Arial, Helvetica, sans-serif;
}
.footer_bkg {
	background-color: #F4E8B8;
	background-image: url(images/gradient_footer_bkg.jpg);
	background-repeat: repeat-x;
}