HTML, BODY, TABLE {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #FFF;
}
BODY {
	background-color: #646464;
	text-align: center;
}
H1 {
	width: 300px;
	height: 80px;
	background-image: url('img/logo.jpg');
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: Bold;
	margin: 0px;
	padding-top: 70px;
	padding-left: 5px;
	text-align: left;
}
DIV.header {
	width: 290px;
	background-color: #08587c;
	border: 2px solid #FFF;
	padding: 2px;
	font-weight: Bold;
}
DIV.content {
	width: 290px;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
	background-color: #d0d0d0;
	padding: 3px;
	padding-left: 5px;
	text-align: left;
	margin-bottom: 10px;
}
TABLE {
	width: 900px;
	padding: 0px;
	margin: 0px;
}
TD {
	width: 300px;
	text-align: center;
}
a:link.promotool, a:link.visited, a:link.active {
	font-size: 8pt;
	color: #FFF;
	font-weight: Bold;
	text-decoration: none;
}
a:hover.promotool {
	font-size: 8pt;
	color: #000;
	font-weight: Bold;
	text-decoration: underline;
}
a.promotool IMG {
	border: 1px solid #FFF;
}
a:link, a:visited, a:active {
	color: #08587c;
	text-decoration: none;
	font-size: 11px;
}
a:hover {
	color: #000;
	font-size: 11px;
	text-decoration: underline;
}