@charset "utf-8";
/* CSS Document */
body{	
	background-color: #F7FDFE;
	font-family: Georgia, "Times New Roman", Tahoma;
	color: #52C9E6;
	text-align: center;
}

#contBox{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -95px;
	margin-top: -50px;
	text-align: left;	
}

h1{
	font-weight: normal;
	font-size: 10pt;
}

h2{
	font-weight: normal;
	font-size: 14pt;
	padding-bottom: 10px;
}
