
<style>
.header {
	width:auto;
	margin: 7px 0px 7px 0px;
	padding: 0px 0px 0px 0px;
}

#address-bar {
 background-color:#0a55a3;
	border-top:1px solid #0a55a3;
	border-bottom:1px solid #0a55a3;
 font: normal bold 7pt arial,helvetica,arial,sans-serif;
	color:#fff;
	letter-spacing:0.1em;
	text-indent:23px;
	width:100%;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 9px;
	
}
#content {
	width:auto;
	margin: 0px 27px 0px 27px;
	padding: 0px;
	border:0px dotted #f00;
}

.title {
 font: normal bold 13pt georgia,times,times new roman,serif;
	color:#333;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 0px;;
}

.subtitle {
 font: italic normal 11pt georgia,times,times new roman,serif;
	color:#0a55a3;
}

p, td, tr, li {
 font: normal normal 8pt georgia,times,times new roman,serif;
	line-height:11pt;
	color:#333;
}

.herotext {
 font: normal normal 7pt arial,helvetica,sans-serif;
	color:#fff;
	text-decoration:none;
}
a.herotext { text-decoration:underline; }
a.herotext:link { color:#fff; }
a.herotext:active { color:#fff; }
a.herotext:visited { color:#fff; }
a.herotext:hover { color:#06c; }

.footer {
	width:95%;
	margin: 27px 0px 0px 0px;
 font: normal normal 9px tahoma,arial,helvetica,sans-serif;
	color:#ccc;
	letter-spacing:0.1em;
	text-decoration:none;
}

#winclose {
	padding: 7px 11px 7px 7px;
	margin: 0px;
	width:95%;
	text-align:right;
}

.winclose {
 font: normal normal 9px tahoma,arial,helvetica,sans-serif;
	color:#999;
	text-decoration:none;
}

a.winclose:hover {color:#0a55a3;text-decoration:underline;}
</style>