@charset "utf-8";
/* CSS Document */
html {
	overflow-x:hidden;
	overflow-y:hidden;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height:150%;
  	overflow: hidden;
	overflow-x: hidden;overflow-y: hidden;
	background: url(../images/back.jpg) center top no-repeat;
}

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight:normal;
	color:#FFFFFF;
	margin-bottom:13px;
	margin-top:5px;
}

.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:normal;
	font-style:italic;
	color:#c1e1ed;
	margin:0;
}


