<!--
.def {
	font-family : trebuchet ms,arial,helvetica,sans-serif ;
	font-size : 9pt ;
	color : #003366 ;
	font-style : normal ;
	font-weight : normal ;
}
.defWhite {
	font-family : trebuchet ms,arial,helvetica,sans-serif ;
	font-size : 9pt ;
	color : #ffffff ;
	font-style : normal ;
	font-weight : normal ;
}
.defWhiteBold {
	font-family : trebuchet ms,arial,helvetica,sans-serif ;
	font-size : 9pt ;
	color : #ffffff ;
	font-style : normal ;
	font-weight : bold ;
}
.defRedBold {
	font-family : trebuchet ms,arial,helvetica,sans-serif ;
	font-size : 9pt ;
	color : #ff0000 ;
	font-style : normal ;
	font-weight : bold ;
}
.subhdr {
	font-family : trebuchet ms,arial,helvetica,sans-serif ;
	font-size : 12pt ;
	color : #ffffff ;
	font-style : normal ;
	font-weight : bold ;
}
.subhdrRed {
	font-family : trebuchet ms,arial,helvetica,sans-serif ;
	font-size : 12pt ;
	color : #ff0000 ;
	font-style : normal ;
	font-weight : bold ;
}
.subNav {
	font-family : trebuchet ms,arial,helvetica,sans-serif ;
	font-size : 10pt ;
	color : #ffffff ;
	font-style : normal ;
	font-weight : bold ;
}
.subNavOn {
	font-family : trebuchet ms,arial,helvetica,sans-serif ;
	font-size : 10pt ;
	color : #00ff00 ;
	font-style : normal ;
	font-weight : bold ;
	text-decoration : none ;
}
.hdr {
	font-family : trebuchet ms,arial,helvetica,sans-serif ;
	font-size : 16pt ;
	color : #00ff00 ;
	font-style : normal ;
	font-weight : bold ;
}
.headline {
	font-family : trebuchet ms,arial,helvetica,sans-serif ;
	font-size : 11pt ;
	color : #00ff00 ;
	font-style : normal ;
	font-weight : bold ;
}
.legalText {
	font-family : trebuchet ms,arial,helvetica,sans-serif ;
	font-size : 7pt ;
	color : #999999 ;
	font-style : normal ;
	font-weight : normal ;
}
a {
	color : #00ff00 ;
	text-decoration : underline ;
}
a:hover {
	color : #00ffff ;
	text-decoration : none ;
}
a.subNav {
	color : #ffffff ;
	text-decoration : none ;
}
a:hover.subNav {
	color : #00ff00 ;
	text-decoration : none ;
}
a.header {
	text-decoration : none ;
}

#yellowDash {
	background-image : url('../images/yellow_dash.gif') ;
	background-repeat : repeat-x ;
}
#borderWhite {
	border-color : #ffffff ;
	border-width : 1px ;
	border-style : solid ;
}
-->