body {
	background-color: #FFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
}
.footer:hover {
	text-decoration:none
}
.main_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	line-height: 16px;
}
.main_text_emphasize {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #004B9E;
	line-height: 17px;
	font-weight: bold;
}
#main_text_area {
	padding-top: 12px;
	padding-right: 20px;
	padding-left: 0px;
}
