@charset "utf-8";
/* CSS Document */
html {
padding:0px;
margin:0px;
}
body {
	font-size: 13px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#434343;
	text-align:center;
	margin:0px;
	padding:0px;
	background-image:url(img/bg_4.jpg);
	background-position: center 127px;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}
.topbg {
	background-image:url(img/bg_3.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
.banner {
	background-repeat: no-repeat;
	background-position: center top;
	}
.submenu {
    color:#FFFFFF;
	background-color:#537dc7;
	}
.submenu a {text-decoration: underline;}
.submenu a:link {color: #FFF;text-decoration: underline;}
.submenu a:visited {color: #FFF;text-decoration: underline;}
.submenu a:hover {color: #FFF;text-decoration: none;}
.submenu a:active {	color: #FFF;text-decoration: underline;}

.mainbg {
    background-image:url(img/bg_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
.bottombg {
    background-image:url(img/bg_5.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	}

.bottombg2 {
    background-image:url(img/bg_2.jpg);
    background-repeat: no-repeat;
	background-position: center bottom;
	height:180px;
	width:830px;
	}
.bottombg2 a {text-decoration: underline;}
.bottombg2 a:link {color: #434343;text-decoration: underline;}
.bottombg2 a:visited {color: #434343;text-decoration: underline;}
.bottombg2 a:hover {color: #e5004f;text-decoration: none;}
.bottombg2 a:active {	color: #434343;text-decoration: underline;}

.title {
	background-image:url(img/f_1.jpg);
    background-repeat: no-repeat;
	background-position: right top;
	height:71px;
	text-align:left;
	}
.title_txt {
	padding:26px 0px 0px 50px;
	font-size:16px;
	font-weight: bold;
	}
.right {
    background-image:url(img/f_2.jpg);
    background-repeat: repeat-y;
	background-position: right top;
	text-align:left;
	}
.right_txt {
    padding:0px 40px 20px 50px;
	line-height:200%;
	font-size:15px;
	}
.right_txt ul { margin: 0px 0px 0px 10px;
        	padding: 0px;
			} 
.right_txt li {
	        list-style-position: outside;
			list-style-image: url(img/icon_2.jpg);
			list-style-type: disc;
			margin: 0px 0px 10px 5px;
			} 
.right_txt a {text-decoration: underline;}
.right_txt a:link {color: #434343;text-decoration: underline;}
.right_txt a:visited {color: #434343;text-decoration: underline;}
.right_txt a:hover {color: #e5004f;text-decoration: none;}
.right_txt a:active {	color: #434343;text-decoration: underline;}

.txt { margin:10px 40px 20px 50px;}
.txt2 {color: #e5004f;}