.body {
	font-family: "Trebuchet MS", Arial;
	text-decoration:none;
	font-size: 9px;
	}
a:link { 
	color: #EF940A;
	}
a:visited {
	color: #EF940A;
	}
a:hover {
	color: #CCCCCC;
	background-color: #EF940A;
	text-decoration: none;
	}
a:active {
	color: #333333;
	}

.PageHeader {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: Bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align:center;
	padding:6px;
	
}
.AddressText {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	margin-left:4px;
}
.TableStyle {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
}
.SectionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
}
h1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}
h2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.SectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}
.RightLine {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height:100%;
}
.RowText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.FormField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color: #F4F4F4;
	border: 1px solid #D0D0D0;
	width:145px;
}
.RotateHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	writing-mode: tb-rl;
	filter: FlipH() FlipV();
	border-top-style: solid;;
}

.TableRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#info p {margin-left:15px; margin-right:20px;}
#info img {margin:15px; float:left;}
#info h1 {margin-left:15px;}

.between {
	margin-top:2px;
}
/*
.menu {
	margin-left:5px;
}*/

.SectionTextOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ed9732;
	text-align: left;
}

/* OLD tooltip, Replaced by wz_tooltip.js 
-------------------------------------------------*/
a.tooltip {color:#c00;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:150px;}
a.tooltip:hover b em {
	position:absolute;
	left:20px;
	top:-6px;
	width:11px;
	height:6px;
	display:block;
	font-size:1px;
	background-color: #fff;
	background-image: url(/gfx/tooltip.gif);
	background-position: 0 0;
}
/* ------------------------------------------------- */