/* CSS Document */
@charset "gb2312";
/* CSS Document */

html, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, div {
    border: 0 none;
    margin: 0;
    padding: 0;
}

*{ padding:0; margin:0;}

img{ border:none;}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

ul, ol {
	list-style:none;
}

a{ text-decoration:none; color:#000000; }
a:hover{ text-decoration:underline; color:#e24b15; }

body{
	color:#333333;
	font-family:"", arial, sans-serif;
	padding: 0;
	margin: 0;
	font-size:13px;
	background:url(imagesbg.jpg) no-repeat center top;
	background-color: #2e597b;
	background-image: url(imagesbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.f12{ font-size:12px;}
.f14{ font-size:14px;}

.tabl_ylc_01 { float:left; margin:15px; }
