
html, body {
	background-color: #000000;
	/*background-attachment: scroll;*/ 
	/*background-image: url(../images/left_right_bg.jpg);*/ 
	/*background-repeat: repeat-y;*/ 
	/*background-position: center;*/ 
	margin: 2;
	padding: 2;
	
	scrollbar-face-color: #999999; 
	scrollbar-shadow-color: #950B00; 
	scrollbar-highlight-color: #999999; 
	scrollbar-3dlight-color: #B99D66; 
	scrollbar-darkshadow-color: #2D2D2D; 
	scrollbar-track-color: #2D2D2D;
	scrollbar-arrow-color: #950B00
	
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C7C7C7;
	font-size: 11px;
	font-weight: bold;

}


.order_human
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}


.style4 {font-size: 10px}
		
.left_bg {
	width: 28px;
	height: 100%;
	background-attachment: scroll;
	background-image: url(../images/left_tile.jpg);
	background-repeat: repeat-y center top;

}



.mid_bg {
	width: 46px;
	height: auto;
	background-attachment: scroll;
	background-image: url(../images/mid_tile.jpg);
	background-repeat: repeat-y; 


}



.right_bg {
	width: 20px;
	height: auto;
	background-attachment: scroll;
	background-image: url(../images/right_tile.jpg);
	background-repeat: repeat-y;

}

#newsletter_bg {
	width: 288px;
	height: 67px;
	background-image: url(../images/newsletter_bg.jpg);
	background-repeat: no-repeat; 

}

#news_bg {
	width: 302px;
	height: 371px;
	background-image: url(../images/news_bg.jpg);
	background-repeat: no-repeat; 

}


.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C7C7C7;
	font-size: 10px;
	font-weight: bold;

}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C7C7C7;
	font-size: 9px;
	font-weight: bold;

}


#footer_bg {
	width: 940px;
	height: 53px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat; 

}


a:link  { text-decoration: underline; color: #4E47C5;}
a:active { text-decoration: underline; color: #5959D2;}
a:visited { text-decoration: underline; color: #5959D2;}
a:hover { text-decoration: underline; color: #7E7EDC;}

.white:link { text-decoration: underline; color: #DFEAF1;}
.white:active { text-decoration: underline;color: #F2FAFF;}
.white:visited {text-decoration: underline; color: #DFEAF1;}
.white:hover {text-decoration: underline; color: #FFFFFF;}
