body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 20px 45px 20px 45px;
	background-color: #FFFFFF;
}
div#main-box {
	border: 1px dashed #FFFFFF;
	background-color: #3399CC;
 	position: relative;
	text-align: left;
	margin: auto;
	width: auto;
 	height: auto;
}
div#header-box {
	position:inherit;
	background-color: #0099FF;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 12px;
	height:100px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
div#sup {
	position:inherit;
	left:0px;
	top:0px;
	width:500px;
	height:auto;
}
div#header-image {
	position: absolute;
	top:5px;
	right:5px;
	border:0px;
}
div#lower-body {
	position:relative;
	background-color:#FFFFFF;
	height:100%;
	padding: 5px;
	color: #000000;
	font-color:#000000;
}
div#footer {
	position:relative;
	background-color:#444444;
	height:15px;
	font-size: 10px;
	text-align: center;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFF33;
}
.header-text {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
}
div#quote {
	position:relative;
	background-color:#0099FF;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	border-top: 1px dotted #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
	padding-bottom: 3px;
}