@charset "UTF-8";
/* CSS Document */
	body {font-family:Arial;padding:0px;margin:0px;}
	
	h1 {padding:0px;margin:0px;font-family: 'HelveticaLTStdLight';font-size:52px;font-weight:normal;color:#006699;}
	h2 {padding:0px;margin:0px;font-family: 'bebas_neueregular';font-size:26px;font-weight:normal;color:#333333}    
	h3{ padding:0px;margin:0px;font-family: 'HelveticaLTStdLight'; font-size:18px;font-weight:normal;color:#333333;}   
	
		h4{font-family: 'HelveticaLTStdLight'; font-size:16px;font-weight:normal;color:#cc002b;}   



	.up_head{width:100%;height:119px;float:left;text-align:center;background-color:#000;}
	.cos_head{width:100%;height:400px;padding-top:30px;float:left;text-align:center;

background-image: linear-gradient(bottom, rgb(162,202,202) 23%, rgb(213,233,232) 46%);
background-image: -o-linear-gradient(bottom, rgb(162,202,202) 23%, rgb(213,233,232) 46%);
background-image: -moz-linear-gradient(bottom, rgb(162,202,202) 23%, rgb(213,233,232) 46%);
background-image: -webkit-linear-gradient(bottom, rgb(162,202,202) 23%, rgb(213,233,232) 46%);
background-image: -ms-linear-gradient(bottom, rgb(162,202,202) 23%, rgb(213,233,232) 46%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.23, rgb(162,202,202)),
	color-stop(0.46, rgb(213,233,232))
);
}
.corb_head{width:100%;height:100px;float:left;text-align:center;background-color:#385b85;}
.rest_head{width:100%;float:left;text-align:center;background-color:#ffffff;padding-top:20px;}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue_0-webfont.eot');
    src: url('../fonts/bebasneue_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_0-webfont.woff') format('woff'),
         url('../fonts/bebasneue_0-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_0-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaLTStdLight';
    src: url('../fonts/helveticaltstd-light-webfont.eot');
    src: url('../fonts/helveticaltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaltstd-light-webfont.woff') format('woff'),
         url('../fonts/helveticaltstd-light-webfont.ttf') format('truetype'),
         url('../fonts/helveticaltstd-light-webfont.svg#HelveticaLTStdLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaRoundedLTStdBold';
    src: url('../fonts/helveticaltstd-extracomp-webfont.eot');
    src: url('../fonts/helveticaltstd-extracomp-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaltstd-extracomp-webfont.woff') format('woff'),
         url('../fonts/helveticaltstd-extracomp-webfont.ttf') format('truetype'),
         url('../fonts/helveticaltstd-extracomp-webfont.svg#HelveticaRoundedLTStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


a.yeslink{color:#000;font-weight:normal;text-decoration:none;}
a:hover.yeslink{color:#000;font-weight:normal;text-decoration:underline;}