/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	background:#000000;
	}

.header_bg {
	background:url(../images/header_image.jpg) no-repeat;
	width:827px;
	height:221px;
	}
	
.box_bg {
	background:url(../images/box_bg.jpg) repeat;
	padding:15px 15px 15px 15px;
	
	}
	
.pic_left_top {
	background:url(../images/pic_left_top.jpg) no-repeat left top;
	width:9px;
	height:8px;
	}	

.pic_right_top {
	background:url(../images/pic_right_top.jpg) no-repeat right top;
	width:9px;
	height:8px;
	}		
.pic_top_bg {
	background:url(../images/pic_top_bg.jpg) repeat-x;
	height:8px;
	}	

.pic_left_bottom {
	background:url(../images/pic_left_bottom.jpg) no-repeat left bottom;
	width:9px;
	height:9px;
	}	

.pic_right_bottom {
	background:url(../images/pic_right_bottom.jpg) no-repeat right bottom;
	width:9px;
	height:9px;
	}		
.pic_bottom_bg {
	background:url(../images/pic_bottom_bg.jpg) repeat-x bottom;
	height:9px;
	}

.pic_left_bg {
	background:url(../images/pic_left_bg.jpg) repeat-y left;
	width:9px;
	}
	
.pic_right_bg {
	background:url(../images/pic_right_bg.jpg) repeat-y right;
	width:9px;
	}
	
.h_text_1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:5px 0px 5px 0px;
	color:#FFFFFF;
	
	}

.h_text_1 span {
	color:#f9e000;
	
	}
	
.red {
	color:#cf1350;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.blue {
	color:#85c7ee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}






