BODY{
	font-family:  arial, sans-serif;
	font-size: 13px;
	color:#515151;
	-webkit-font-smoothing: subpixel-antialiased;
}	

h1 {
	color:#2ec2ca;
	font-size: 24px;
}
.t2{
	color:#665db0;
	font-size: 20px;
	font-weight: bold;
	}

h2 {
	font-size: 28px;
	
}

h3 {
	color: #2ec2ca;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
}
.t3 {
	color:#844c4d;
	font-size: 30px;
	line-height: 28px;
	font-weight: bold;
}
a {
	outline:none;
	text-decoration:underline;
}
a:hover {
	outline:none;
	color: #bfb7f7;
	text-decoration: underline;
}
th {
	color:#FFF;
	background-color:#474747;
	padding:5px;
}
.table {
	background-color:#474747;
	border: 1px solid #474747;
	border-collapse:collapse;
}
.td {background-color:#FFFFFF; border: 1px solid black; padding:5px;}
.title{
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	height: 34px;
	}
.content{
	width:auto;
	min-width:744px;
	padding-right: 20px;
	padding-left: 20px;
	}
h4 {
	color: #11a0a8;
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	width: 800px;
}
h5{
	font-size: 14px;
	font-weight: bold;
	}
h6{
	color: #FFF;
	}
h7{
	font-size: 24px;

	}
.text2{
	font-size: 20px;
	font-weight: bold;
	color: #060;
	}
.logo_text{
	font-size: 16px;
	font-weight: bold;
	color: #11a0a8;
	font-style: normal;
	text-transform: none;
	}
.logo_text2{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	line-height: 22px;
	}
.note_text{
	color: #ff7200;
	}
.main{
	height: 165px;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	}
.bottom{
	color: #474747;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}
.btn_text{
	color: #FFF;
	text-decoration: none;
	}
.home_btn {
	background-color: #474747;
	float: right;
	width: 75px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding-top:8px;
	padding-bottom:8px;
	}
.home_btn a {	
    color: #FFF;
}
.home_btn a:hover {	
    color: #2ec2ca;
}
.to_top{
	background-image: url(../images/to_top.png);
	background-repeat: no-repeat;
	float: right;
	height: 32px;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	padding-left: 10px;
}
.next_btn{
	color: #ffffff;
	background-color: #665cb0;
	display: block;
	float: right;
	height: 30px;
	width: 120px;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	margin-right: 20px;
	font-weight: bold;
	}
