body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	background: #d8d8d8;
	margin: 0;
	padding: 0;
}
div.box {
	position:absolute;
	left: 50%;
	top: 50%;
	margin:-60px 0 0 -125px;
	width: 250px;
	height: 120px;
	border-style: solid;
	border-color: #003366;
	border-width: 1px;
	color: #000000;
	background: #ffffff;
}
div.boxLarge {
	position:absolute;
	left: 50%;
	top: 50%;
	margin:-90px 0 0 -150px;
	width: 300px;
	height: 180px;
	border-style: solid;
	border-color: #003366;
	border-width: 1px;
	color: #000000;
	background: #ffffff;
}
.box h1, 
.boxLarge h1 {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 5px;
	background: #003366;
}
.box div.body, 
.boxLarge div.body {
	margin-top: 13px;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}
div.footer {
	position:absolute;
	top: 100%;
	margin:-20px 0 0 0;
	width: 100%;
	height: 20px;
	font-size: 10px;
	text-align: center;
}
span.bold {
	font-weight: bold;
}
a:link, 
a:active, 
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover, 
a:focus {
	color: #003366;
	text-decoration: none;
}

