body {
	margin: 0px;
	text-align: center;
	background-color: #fff;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
	line-height: 18px;
}
.redfont{color:#F00}
a {
	color:#434343;
	text-decoration:none;
}
a:hover {
	color:#ec0d2c;
	text-decoration:none;
}

.font_12_black {
	font-size: 12px;
	text-decoration: none;
	color:#000;
	font-weight:bold;
}
.font_14_black {
	font-size: 14px;
	text-decoration: none;
	color:#000;
	font-weight:bold;
}
.font_14_red {
	font-size: 14px;
	text-decoration: none;
	color:#ec0d2c;
	font-weight:bold;
}
.font_12_red {
	font-size: 12px;
	text-decoration: none;
	color:#ec0d2c;
	font-weight:bold;
}
a.link_left:link {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
a.link_left:visited {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
a.link_left:hover {
	font-size: 12px;
	text-decoration: none;
	color:#ec0d2c;
}
a.link_left:active {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
a.link_nav:link {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}
a.link_nav:visited {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}
a.link_nav:hover {
	font-size: 12px;
	text-decoration: none;
	color:#ec0d2c;
	font-weight:bold;
}
a.link_nav:active {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}
a.link_red:link {
	color: #ec0c2c;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}
a.link_red:visited {
	color: #ec0c2c;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}
a.link_red:hover {
	font-size: 12px;
	text-decoration: none;
	color:#000;
	font-weight:bold;
}
a.link_red:active {
	color: #ec0c2c;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}
.bg_top{
	background-image: url(../images/index_04.jpg);
	background-repeat: repeat-x;
	background-position: bottom;	
	}
.bg_nav{
	background-image: url(../images/index_21.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
.bg_bot{
	background-image: url(../images/index_45.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
.bg_line{
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	}
.bg_line2{
	background-image: url(../images/line2.jpg);
	background-repeat: repeat-x;
	}
.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: #b6b6b6;
	border-right-color: #b6b6b6;
	border-bottom-color: #b6b6b6;
	border-left-color: #b6b6b6;	
	
	}
