html, body {
	margin: 0px;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color : #ffffff;
	height: 100%;
	overflow: hidden;
}


#header {
	height:".$header_height."px;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	z-index: 250;
	margin-top: 0px;
}
* html #header {
	position: fixed;
}
#middle {
	height: 100%;
	position:absolute;
	left:0px;
	bottom:21px;
	width: 100%;
	overflow: auto;
	border-top:1px solid #c0c0c0; /* so you can see border when resizing in ff */
}
* html #middle {
	position: fixed;
}
#footer {
	position: absolute;
	bottom: 0;
	height: auto;
	width: 100%;
	overflow:hidden;
}

thead {
	font-size: 8pt;
}

th {
	font-size: 8pt;
}

td {
	font-size: 8pt;
}

td .padded {
	padding: 0px 5px 3px 0px;
}

h1 {
	font-size: 8pt;
	font-weight: bold;
	margin: 18px 0px 18px 0px;
	padding: 0px;
}

h2 {
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	margin: 12px 0px 12px 0px;
	padding: 0px;
}

h3 {
	font-size: 8pt;
	margin: 12px 0px 12px 0px;
	font-weight: normal;
	font-style: italic;
	padding: 0px;
}

h4 {
	font-size: 8pt;
	margin: 5px 0px 0px 0px;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px;
}

h5 {
	font-size: 8pt;
	margin: 5px 0px 0px 0px;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
	padding: 0px;
}

h6 {
	font-size: 8pt;
	margin: 5px 0px 0px 0px;
	font-weight: normal;
	text-decoration: underline;
	padding: 0px;
}

.boxHeader2 {
	background-color: #fed702;
	border: 1px solid #edc601;
	padding: 3px 3px 4px 3px;
	font-size: 8pt;
	font-weight: bold;
}

.boxHeader3 {
	background-color: #8F2B2B;
	border-top:1px solid #660000;
	border-right:1px solid #8F2B2B;
	border-bottom: solid 1px #660000;
	border-left:1px solid #8F2B2B;
	padding: 4px 3px 4px 3px;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	overflow:auto;
}

.boxFooter1 {
	background-color:#e0e0e0;
	border-top:1px solid  #c0c0c0;
	border-right:1px solid #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	border-left:1px solid #e0e0e0;
	padding: 4px 3px 4px 3px;
	font-size: 8pt;
	font-weight: bold;
}
.boxHeaderMessage {
	background-color:#e0e0e0;
	border-top: solid 1px #e0e0e0;
	border-right:solid 1px #e0e0e0;
	border-bottom: solid 1px #c0c0c0;
	border-left:solid 1px #e0e0e0;
	padding: 4px 3px 4px 3px;
	font-size: 8pt;
	font-weight: bold;
}


.newsBox{
	font-size: 8pt;
	padding: 0px 10px;
	color: #000000;
}

.newsBody{
	margin: 0px;
	font-size: 8pt;
	color: #000000;
}

.hl {
	color:#f00;
	background-color:#ff0;
	font-weight:bold;
}

