	.content_table_bg {
	background-image:    url("/images/content_background.jpg");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F6F7FC;
	}
	
	body
	{
	margin: 0;
	background-color: #FDFDFD;
	}
	
	.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	line-height:18px;
	}
	
	.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	}
	
	.footer_link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	}
	
	.footer_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	}
	
	.footer_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
	}
	
	.footer_link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	}