h1 { font-size:10px; }
a:link {
	text-decoration: none;
}
a:visited {

	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}
a.nolink:hover {
	text-decoration: none;

}

a:active {text-decoration: none;}

body {
	margin: 0;
	padding:0;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 13px;
	line-height: 130%;
}

.shadow{
	background: url(../material/line.gif) repeat-y ;
	 width:16px; 
}

#area_nav{
	margin:0;
	padding:0 10px;
	width:684px;
	height:40px;
	background: url(../material/areanav_bg.gif) repeat-x ;
	
}

#area_nav ul{
	margin:0 10px 0 0;
	padding:0px;
	list-style-type: none; 
	float: left; 
	text-align:center;
}

#area_nav li{
	margin:0 10px 0 0;
	padding:0px;
	list-style-type: none; 
	float: left; 
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
}

#area_nav .on a{
	margin:0;
	padding:10px 40px;
	display: block;
	position: relative;
	background: url(../material/areanav_bg_on.gif) repeat-x ;

}

#area_nav .off a{
	margin:0;
	padding:10px 40px;
	display: block;
	position: relative;
	background: url(../material/areanav_bg_off.gif) repeat-x ;
}


.footer{
	background: #FACA82;
	padding:10px;
	text-align:center;
}

.font10130{
	color: #333333;
	font-size: 10px;
	line-height: 130%;
}
.font12130{
	color: #333333;
	font-size: 13px;
	line-height: 130%;
}
.font12130_red{
	color: #DE1B1B;
	font-size: 12px;
	line-height: 130%;
}
.font12130_blue{
	color: #36C;
	font-size: 12px;
	line-height: 130%;
}
.font12131_blue{
	color: #36C;
	font-size: 15px;
	line-height: 130%;
}
.font14130{
	color: #333333;
	font-size: 14px;
	line-height: 130%;
}
.font14130_bold{
	color: #333333;
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
}
.font14130_bold_red{
	color: #DE1B1B;
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
}
.font14130_title{
	color: #333333;
	font-size: 25px;
	line-height: 130%;
}
.font16130_bold{
	color: #333333;
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
}
.partber{
	background-color:#FFFAF3;]
	font-size:12px;
	color:#333333;
	padding:2px 5px 2px 10px;
}