body
{
	font-family: Tahoma, Verdana, Arial, sans-serif, Helvetica;
	font-size: 10pt;
	padding-left : 0;
	padding-top : 0;
	margin-top : 0;
	margin-right : 10px;
	margin-left : 10px;
	margin-bottom : 0;
}
a
{
	color: #729ECB;
	font-weight: bold;
}
a:hover
{
	background-color: #92BEEB;
	color: White;
}

.COLUMNHEADER
{
	background-color : #CCCCCC;
	color : Black;
	border : 1px solid Black;
	font-size : 10pt;
	text-align : center;
	font-weight : bold;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 2px;
}

.EVENCOLUMN
{
	border : 1px solid Black;
	font-size : 9pt;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 2px;
	}
	
.ODDCOLUMN
{
	background-color : #FFFFCC;
    border : 1px solid Black;
	font-size : 9pt;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 2px;
	}

.Weather
{
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	}

.WeatherFieldValue
{
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	color : #444444;
	padding-left : 10px;
	}
	
.TOPICMAIN
{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color : #92beeb;
	font-size: 10pt;
	font-weight: bold;
	}

.TOPICSUB
{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color : #66a7ea;
	font-size: 20pt;
	font-weight: bold;
	}

.Label
{
	font-weight: bold;
	font-size : 9pt;
	text-decoration : underline;
	padding-bottom : 4px;
}
.Value
{
	font-size : 9pt;
	}
	
.FieldLabel
{
	color : #666666;
	padding-bottom : 4px;
}
	
.FieldValue
{
	color : #6699FF;
	padding-left : 10px;
	padding-bottom : 4px;
	}
	
.FieldTable
{
	border : 1px solid Black;
	color : Black;
	background-color : #FFFFCC;
	font-size : 9pt;
	position : relative;
	z-index : 0;
	top : 11px;
	padding-top: 4px;
	}

.SecondFieldTable
{
	border : 1px solid Black;
	color : Black;
	background-color : #FFFFCC;
	font-size : 10pt;
	position : relative;
	z-index : 0;
	top : 10px;
	padding-top: 4px;
	}
		
.TableLabel
{
	border : 1px solid Black;
	color : White;
	background-color : #92beeb;
	font-size : 10pt;
	float : left;
	font-weight : bold;
	padding-left: 5px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	position : absolute;
	left : 22px;
	z-index : 1;
	width: 150px;
	text-align : center;
	}
	
.PAGEBREAK
{
	page-break-before : always;
}

.GridLabel
{
	border : 1px solid Black;
	color : White;
	background-color : #92beeb;
	font-size : 10pt;
	font-weight : bold;
	width: 150px;
	text-align : center;
	position : relative;
	padding-left: 5px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	left : 10px;
	}
