.home_body {
	background-image: url(images/home_bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c6c6c;
}
.footer_text {
	font-size: 11px;
}
.header_text {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.header_title {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #0480c4;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}

.sub_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0480c4;
}
.inner_body_bg {
	background-image: url(images/inner_bg.jpg);
	background-repeat: repeat-x;
}
