@charset "utf-8";
/* CSS Document */

.body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-image:url(lyt_img/bg.jpg);
	background-repeat:repeat-x;
	
}

p,span,div,li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#1e1e1e;
}

h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	line-height:16px;
	color:#1e1e1e;
}

h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	line-height:16px;
	color:#1e1e1e;
}

h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height:16px;
	color:#1e1e1e;
}

h4{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	line-height:16px;
	color:#1e1e1e;
}

.leftBar{
	position:absolute;
	margin:100px 0px 0px 70px;

}

a{
	color:#1a4d87;
	text-decoration:none;
}

.bottomTxt{
	font-size:10px;
}