<!--
    A:link {text-decoration: underline; color: #999966}
    A:visited {text-decoration: underline; color: #999966}
    A:active {text-decoration: none; color: #FF0000}
    A:hover {text-decoration: none; color: #FF0000}
   	INPUT    {font-family: <%=varFontFace%>;font-size: 8pt;}
	SELECT   {font-family: <%=varFontFace%>;font-size: 8pt;}
	TEXTAREA {font-family: <%=varFontFace%>;font-size: 10pt;}
-->

a  {
	text-decoration: underline;
}

a:hover  {
	text-decoration : underline;
}

#header  {
	font-size : 13pt;
	font-weight : bold;
	font-family : arial;
}

#subheader  {
	font-size : 12pt;
	font-weight : bold;
	font-family : arial;
}

#bold  {
	font-size : 9pt;
	font-weight : bold;
	font-family : arial;
}

#text  {
	font-size : 9pt;
	font-family : arial;
}

#small  {
	font-size : 8pt;
	font-family : arial;
}

#smallbold  {
	font-size : 8pt;
	font-weight : bold;
	font-family : arial;
}

#editorial  {
	font-size : 11px;
	line-height: 3px;
	font-family : arial;
}