html, body {
	overflow: hidden;
	width:100%;
	height:100%;
	padding: 0;
	margin: 0px;
	background-color:#F1F1F1;
	font-size:16px;
	letter-spacing:0px;
	color:#202022;
}
* {
	margin: 0;
	padding: 0;
	font-family: Corbel, "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", "Segoe UI", Tahoma, sans-serif;
}
p {
	padding-top:10px;
	padding-bottom:10px;
}
p span {
	font-size: 26px;
}
p span.subtitle {
	color:#666666;
}
p span.smalltitle {
	font-size:12px;
	font-weight:bold;
	color:#666666;
}
hr {
	border-top: solid 1px #F1F1F1;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #F1F1F1;
	border-right: solid 1px #F1F1F1;
	width:100%;
	height:1px;
	margin: 20px 0 20px 0;
}
h2 {
	font-size:20px;
}
a:link {
	color: #0066CC;
	text-decoration:none;
}
a:visited {
	color: #0066CC;
	text-decoration:none;
}
a:hover {
	color: #0066CC;
	text-decoration:none;
}
a:active {
	color: #0066CC;
	text-decoration:none;
}
.full {
	width:100%; clear:both; display:table;
}
.main {
	width: 497px; margin: 0 auto 0 auto; padding-top:40px; padding-bottom:100px;
}
.box2 {
	width: 240px;
	float: left;
	margin-right: 0;
	margin-left: 0;
}
.clear{clear: both;}