<style/css>                 
                 <!--
                 /* Hyperlinks*/
                 A:link  {
                 	text-decoration : none;
                 	color : #333399;
                 }
                 
                 A:visited  {
                 	text-decoration : none;
                 	color : #333399;
                 }
                 
                 A:active  {
                 	text-decoration : none;
                 	color : Orange;
                 }
                 
                 A:hover  {
                 	text-decoration : none;
                 	color : orange;
                 }
                 
                 A.menu  {
                 	text-decoration : none;
                 	color : white;
                 }
                 
                 A:visited.menu  {
                 	text-decoration : none;
                 	color : white;
                 }
                 
                 /* Body, Menu Bar*/
                 Body  {
                 	font-family : Verdana, Arial, Book Antiqua;
                 	font-size : 9pt;
                 	font-weight : normal;
                 	font-style : normal;
                 	color : Black;
                 	text-align : justify;
                 	background-color : #ffffff;
                 	alink : black;
                 	vlink : black;
                 	link : black;
                 }
                 
                 /* Paragraph Fonts, Titles, Subtitles*/
                 P  {
                 	font-family : Verdana, Arial, Book Antiqua;
                 	font-size : 10pt;
                 	font-weight : normal;
                 	font-style : normal;
                 	color : Black;
                 	margin : 1.5;
                 	text-align : justify;
                 }
                 
                 P.fine  {
                 	font-family : Verdana, Arial, Book Antiqua;
                 	font-size : 7pt;
                 	font-weight : normal;
                 	font-style : normal;
                 	color : Black;
                 	text-align : justify;
                 	margin : 1.5;
                 }
                 
                 P.right  {
                 	font-family : Verdana, Arial, Book Antiqua;
                 	font-size : 10pt;
                 	font-weight : normal;
                 	font-style : normal;
                 	color : Black;
                 	text-align : right;
                 }
                 P.left  {
                 	font-family : Verdana, Arial, Book Antiqua;
                 	font-size : 10pt;
                 	font-weight : normal;
                 	font-style : normal;
                 	color : Black;
                 	text-align : left;
                 }
                 
                 P.center  {
                 	font-family : Verdana, Arial, Book Antiqua;
                 	font-size : 10pt;
                 	font-weight : normal;
                 	font-style : normal;
                 	color : Black;
                 	text-align : center;
                 }
                 
                 P.white  {
                 	font-family : Verdana, Arial, Book Antiqua;
                 	font-size : 10pt;
                 	font-weight : normal;
                 	font-style : normal;
                 	color : white;
                 	text-align : right;
                 }
                 
                 P.address  {
                 	font-family : Verdana, Arial, Book Antiqua;
                 	font-size : 10pt;
                 	font-weight : bold;
                 	font-style : normal;
                 	color : #333399;
                 }
                 
                 P.menu  {
                 	font-family : Verdana, Arial, Book Antiqua;
                 	font-size : 10pt;
                 	font-weight : bold;
                 	font-style : normal;
                 	color : White;
                 	text-align : right;
                 }
                 
                 P.footer  {
                 	font-family : Verdana, Arial, Book Antiqua;
                 	font-size : 8pt;
                 	font-style : normal;
                 	color : Black;
                 	text-align : center;
                 }
                 
                 P.pagetitle  {
                 	font-weight : bold;
                 	font-family : Verdana, Arial, Book Antiqua;
                 	font-style : normal;
                 	color : #000099;
                 	font-size : 12pt;
                 }
                 
                 P.subtitle  {
                 	font-weight : bold;
                 	font-family : Verdana, Arial, Book Antiqua;
                 	font-style : normal;
                 	color : #000099;
                 	font-size : 11pt;
                 }
                 
                 P.note  {
                 	font-family : Verdana, Arial, Book Antiqua;
                 	font-size : 8pt;
                 	font-weight : normal;
                 	font-style : normal;
                 	color : Black;
                 	text-align : justify;
                 	margin : 1;
                 }
                 
                 /* Lists*/
                 li  {
                 	font-family : Verdana, Arial, Book Antiqua;
                 	font-size : 10pt;
                 	font-weight : normal;
                 	font-style : normal;
                 	color : Black;
                 	text-align : left;
                 	margin : 1.5;
                 }
                 -->
                 </style>