body {
	margin: 0px;
	text-align: center;
	background-color: #000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#4da8d9;
	text-decoration:none;
}
.bg1{
	background-image: url(../images/index_02.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	}
.bg2{
	background-image: url(../images/index_12.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	}	
.bg3{
	background-image: url(../images/index_250.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	}
.bg4{
	background-image: url(../images/index_31.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	}
.bg_nav{
	background-image: url(../images/index_16.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	}	
.line{
	background-image: url(../images/index_28.jpg);
	background-repeat: repeat-y;
	background-position: top;	
	}
.line2{
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: top;	
	}
.font_title_12{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;	
	}	
.font_title_14{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;	
	}	
a.nav:link{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-decoration: none;
	display: block;
	width:100%;
	height:29px;
	line-height:29px;
	}
a.nav:visited{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-decoration:  none;
	display: block;
	width:100%;
	height:29px;
	line-height:29px;
	}
a.nav:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	text-decoration: none;
	display: block;
	width:100%;
	height:29px;
	line-height:29px;
	background: #656565;
	}		
a.link_blue:link {
	color: #038fd6;
	font-size: 12px;
	text-decoration: none;
}
a.link_blue:visited {
	color: #038fd6;
	font-size: 12px;
	text-decoration: none;
}
a.link_blue:hover {
	font-size: 12px;
	text-decoration: none;
	color:#fff;
}	
.border{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;	
	}