body {
	background-image:url(images/new/site_bg.gif)
}

a:link {
	color: #B40026;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B40026;
}
a:hover {
	text-decoration: underline;
	color: #B40026;
}
a:active {
	text-decoration: none;
	color: #B40026;
}

.main_text {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

.main_text a:link {
	color: #B30026;
	font-size: 17px;
	text-decoration:none;
}

.main_text a:hover {
	color: #B30026;
	font-size: 17px;
	text-decoration:underline;
}

.main_text a:visited {
	color: #B30026;
	font-size: 17px;
	text-decoration:none;
}

.footer_text {
	color: #666666;
	font-size: 12px;
}

.footer_text a:link {
	color: #666666;
	font-size: 12px;
	text-decoration:none;
}

.footer_text a:homer {
	color: #666666;
	font-size: 12px;
	text-decoration:underline;
}

.footer_text a:visited {
	color: #666666;
	font-size: 12px;
	text-decoration:none;
}

.red_text {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

.red_text a:link {
	color: #000000;
	font-size: 17px;
	text-decoration:none;
}

.red_text a:hover {
	color: #B30026;
	font-size: 17px;
	text-decoration:underline;
}

.red_text a:visited {
	color: #000000;
	font-size: 17px;
	text-decoration:none;
}

.side_text {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.side_text a:link {
	color: #000000;
	font-size: 16px;
	text-decoration:none;
}

.side_text a:hover {
	color: #B30026;
	font-size: 16px;
	text-decoration:underline;
}

.side_text a:visited {
	color: #000000;
	font-size: 16px;
	text-decoration:none;
}

/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #000;
	padding: 20px; 	
	border: 15px solid #F20000;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

img.btn_close {
	float: right; 
	margin: -55px -55px 0 0;
	border-style: none;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

