body {
	background-image: url(../images/main_bg.jpg);
}
.footerlink_text {
	color: #656565;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #656565;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #656565;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.normal_text {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.redtext {
	color: #D43532;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.titletext {
	color: #7D7D7D;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
}
.red_titletext {
	color: #D43532;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
}