@charset "utf-8";
* {
	padding:0px;
	margin:0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:21px;	
}

.top {
	width:100%;
	height:5px;
	background-color:#282828;
}

.top-text {
	width:960px;
	color:#ffffff;
	margin:0px auto;
	padding:10px 0px;
}

.containt {
	width:960px;
	margin:0px auto
}

.logo {
	widows:393px;
	float:left;
}

.login-top {
	width:500px;
	float:right;
	text-align:right;
	font-size:14px;
	padding:35px 10px 0px 0px;
}


.logo img{
	padding:20px 0px;
}

.bannerbg {
	width:100%;
	background-color:#f6f6f6;
}

.banner {
	width:960px;
	margin:0px auto;
}

.linkbg {
	background-image:url(img/link-bg.gif);
	background-repeat:repeat-x;
	height:46px;
	border-top: 1px solid #cecece;
}

.link {
	width:960px;
	margin:0px auto;
}

.link ul{
	margin:0px auto;
	padding:0px 90px;
}

.link li{
	float:left;
	list-style:none;
	padding:13px 10px;
	border-right:1px solid #cecece;
	font-size:13px;
	font-weight:bold;
}

.link li a{
	text-decoration:none;
	color:#333333;
}

.link li a:hover{
	text-decoration:underline;
	color:#333333;
}

.welcome {
	width:960px;
	background-image:url(img/welcome-bg.png);
	background-repeat:no-repeat;
	background-position: top center;
}

.welcome-left {
	width:739px;
	float:left;
	border-right: 1px solid #cecece;
	padding-top:30px;
}

.welcome-right {
	width:220px;
	float:right;
	padding-top:30px;
}

.welcome h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#a6ce39;
	font-weight:normal;
	text-align:center;
	padding:60px 0px 10px 0px;
}

.welcome h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#a6ce39;
	font-weight:normal;
	text-align:left;
	padding:15px 0px 5px 10px;
}

.welcome h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#333333;
	font-weight:normal;
	text-align: center;
	padding:15px 0px 5px 10px;
}

.welcome h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#333333;
	font-weight:normal;
	text-align: left;
	padding:15px 0px 5px 10px;
}

.welcome h5{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#a6ce39;
	font-weight:normal;
	text-align: center;
	padding:5px 0px 5px 10px;
}

.welcome h6{
	background-image:url(img/pdf.gif);
	background-repeat:no-repeat;
	background-position:20px 15px;
	font-size:13px;
	color:#333333;
	font-weight:normal;
	text-align: left;
	padding:15px 0px 5px 55px;
}

.welcome h6 a{
	text-decoration:none;
	color:#333333;
}

.welcome h6 a:hover{
	text-decoration:none;
	color:#a6ce39;
}

.welcome p{
	padding:10px;
	text-align:justify;
}

.welcome ul{
	padding:10px;
}

.welcome li{
	list-style:none;
	padding:7px 10px;
	border-bottom: 1px solid #cecece;
	color:#a6ce39;
}

.welcome li span{
	color:#333333;
}

.welcome li a {
	text-decoration:none;
	color:#333333;
}

.welcome li a:hover {
	text-decoration:underline;
	color:#a6ce39;
}

.hometab1 {
	width:270px;
	float:left;
	margin:30px 30px;
}

.hometab1 p{
	text-align:left;
	text-align:justify;
}

.hometab2 {
	width:300px;
	float:left;
	margin-top:30px;
}

.hometab3 {
	width:270px;
	float:right;
	margin:30px 30px;
}

.hometab3 p{
	text-align:left;
	text-align:justify;
}

.login {
	width:960px;
	margin:0px auto 20px auto;
	border-top: 1px solid #cecece;
	padding-top:20px;
}

.login-left {
	float:left;
	width:240px;
}

.login-right {
	float:right;
	width:240px;
}

.logintexbox {
	width:220px;
	background-image:url(img/link-bg.gif);
	background-repeat:repeat-x;
	height:27px;
	border: 1px solid #cecece;
	color:#666666;
	padding:5px;
}

.loginbutton {
	width:220px;
	height:38px;
	border: 1px solid #cecece;
	background-color:#a6ce39;
	padding:5px;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
}

.tarriff {
	width:600px;
	margin:10px auto;
	background-color:#c2c2c2;
}

.tarriff td{
	padding:10px;
	background-color:#ffffff;
}

.tarriff td span{
	color:#F00;
}

.tariff-text {
	margin-left:20px;
}


.bottom {
	width:100%;
	background-color:#282828;
}

.bottom-text {
	width:960px;
	color:#ffffff;
	margin:0px auto;
	padding:10px 0px;
}

.bottom-text a{
	text-decoration:none;
	color:#ffffff;
}

.bottom-text a:hover{
	text-decoration:underline;
	color:#ffffff;
}

.chart {
	width:540px;
	margin:10px auto;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}
