body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-position: center top;
	font-family: "Helvetica Neue", Helvetica, Arial;
}
.centering_box {
	text-align:center;
}
.main_container {
	height: 800px;
	width: 610px;
	margin: 0 auto;
	text-align: left;
}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24pt;
	font-weight: bold;
	line-height: 30pt;
}
a:link {
	color: #3399CC;
	text-decoration: none;
}
a:visited {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	color: #3399CC;
	text-decoration: underline;
}
a:active {
	color: #3399FF;
	text-decoration: none;
}
.line {
	background-color: 3399CC;
	height: 8px;
	width: 100%;
}
.image_style {
	background-color: #3399CC;
	margin: 4px;
	color: #3399CC;
	font-size: 9px;
}
.image_style_left {
	background-color: #3399CC;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	font-size: 9px;
	color: #3399CC;
}
.image_style_right {
	background-color: #3399CC;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	color: #3399CC;
	font-size: 9px;
}
.footer {
	width: 610px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #0099CC;
	text-align: center;
	padding-top: 300px;
	padding-bottom: 10px;
}
