@charset "utf-8";
/* CSS Document */

body{ background:url(../images/back_rpt.jpg) repeat-x;
		background-color:#000;
		margin:12px 0px 0px 0px;
		font-size:12px;
		font-family:arial;}
		
.header{ width:980px;
			margin:0px auto;}
.banner{ width:980px;
			margin:0px auto;}
.main{ width:980px;
			margin:0px auto;
			background:url(../images/main_rpt.jpg) repeat-y;}
			
.nav{ width:288px;
		float:left;
		}

		
.content{ width:652px;
			float:left;
			padding:10px 20px 20px 20px;}
			
.content a{ color:#ff7200;
			text-decoration:none;
			font-weight:bold;}
			
.content a:hover{ color:#ff7200;
			text-decoration: underline;
			font-weight:bold;}
			
.footer{ margin:0px auto;
		width:980px;}
.footer_inner{ background-color:#021d62;
				color:#FFF;
				text-align:center;
				font-size:11px;
				padding:3px;}
				
.footer_inner a{ color:#FFF;
				text-decoration:none;}
				
.border{border-right:2px dotted #999;
		width:170px; 
		margin-right:40px;}
		
.b{font-weight:bold;}
.red{ color:#F00;}
.title{ font-size:14px;
		font-weight:bold;}
.blue { color:#0000FF }		
		
.trailer{ font-weight:bold;
			border-bottom:1px dashed #CCC;
			padding:5px 0px 5px 10px;
			}
.trailer a{ color:#F00;
			text-decoration:none;}
			
.trailer a:hover{ color: #000;
			text-decoration:none;}
			
.mar{margin:10px 10px;}