body {
	text-align: left;
	background-color: #0099FF;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: 40px 0px;
	margin-right: 0px;
	margin-left: 200px;
	margin-top: 40px;
	margin-bottom: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

div.banner {
	background-color: #FFFF66;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 24px;
	font-weight: bold;
	color: #3333CC;
	width: 100%;
	border-top: thick solid #3333CC;
}

div.main {
	text-align: left;
	margin-right: 40px;
	margin-top: 30px;
	background-color: #0099FF;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

div.base {
	margin-right: 30px;
	margin-left: 0px;
	position: absolute;
	left: 180px;
	top: 730px;
}

td.footer {
	background-color: #0099FF;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: top;
	white-space: nowrap;
	border-top: thin dashed #3333CC;
}

img {
	border-style: none;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #3333CC;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
		
a:link { 
	color: #FFFF66;
	text-decoration: none;
}

a:visited { 
	color: #FFFF66;
	text-decoration: none;
}

a:hover {
	color: #3333CC;
	text-decoration: none;
}