@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #9AE4E8;
}
.highlightblue {
	font-weight: bold;
	color: #0000FF;
	background-color: #FFFF33;
}
.mainbox {
	background-color: #FFFFFF;
	width: 700px;
	border: thin solid #36CEFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
}
.downloadbox {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: top;
}

.splashbox {
	text-align: left;
	width: 600px;
	border: 1px dashed #666666;
	margin-left: auto;
	margin-right: auto;
}
.bluebold {
	font-size: 14px;
	text-decoration: none;
	color: #000033;
}
em {
	font-style: normal;
	text-decoration: none;
}

