body
{
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, Calibri, sans-serif;
	background-color: #fff;
	font-weight: bold;
}

#header1
{
	position: absolute;
	height: 25px;
	border-right: solid 1px #f9f9f9;
	border-left: solid 1px #e9e9e9;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	left: 100px;
	right: 50%;
	top: 25px;
	background-color: #e9e9e9;
	line-height: 25px;
	vertical-align: middle;
}

#header2
{
	position: absolute;
	height: 25px;
	border-left: solid 1px #f9f9f9;
	border-right: solid 1px #e9e9e9;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	left: 50%;
	right: 100px;
	top: 25px;
	background-color: #e9e9e9;
	border-width: 1px;
	line-height: 25px;
	vertical-align: middle;
	text-align: right;
}

#header3
{
	position: absolute;
	height: 25px;
	border: #e9e9e9;
	border-style: solid;
	left: 100px;
	right: 100px;
	top: 51px;
	background-color: #f9f9f9;
	border-width: 1px;
	line-height: 25px;
	vertical-align: middle;
}

#header4
{
	position: absolute;
	height: 25px;
	border: #e9e9e9;
	border-style: solid;
	left: 100px;
	right: 100px;
	top: 77px;
	background-color: #ffffff;
	border-width: 1px;
	line-height: 25px;
	vertical-align: middle;
}


#content
{
	position: absolute;
	left: 100px;
	right: 100px;
	top: 108px;
	font-weight: normal;
	font-size: 10pt;
	text-align: justify;
}

.header3
{
	border-right: solid 1px #e9e9e9;
}

#temps
{
	text-align: right;
	color: #c4c4c4;
	font-size: 7.5pt;
	position: absolute;
	right: 0px;
	height: 15px;
	top: 0px;
	margin: 0px 0px;
	vertical-align: middle;
	background-color: #ffffff;
}

.newshead
{
	background-color: #e4e4e4;
	vertical-align: middle;
	font-weight: bold;
}

.extensions
{
	background-color: #ffeeee;
}

.locations
{
	background-color: #eeeeff;
}

.row1
{
	background-color: #f9f9f9;
}

.row2
{
	background-color: #f4f4f4;
}

abbr, acronym
{
  cursor: help;
  border-bottom: 1px dotted #777777;
}

i
{
	font-size: 8pt;
	color: #999999;
}

hr
{
	text-align: center;
}

a:link
{
	color: #444444;
	text-decoration: none;
}

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

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

a.text:link
{
	color: #99ccff;
	text-decoration: none;
}

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

a.text:hover
{
	color: #ff0000;
	text-decoration: underline;
}

h3 
{
	padding-top: 15px;
	margin: 0;
}

.stats
{
	vertical-align: middle;
	line-height: 25px;
}

@media screen {
	.norowhide {
		display: block !important;
	}
	table.hiderows tr {
		display: none;
	}
}

@media print {
	#header3, #header4, .hideprint {
		display: none;
	}
}

