<style/css>            
            <!--
            /* Hyperlinks*/
            A:link  {
            	text-decoration : none;
            	color : Black;
            }
            
            A:visited  {
            	text-decoration : none;
            	color : black;
            }
            
            A:active  {
            	text-decoration : none;
            	color : Orange;
            }
            
            A:hover  {
            	text-decoration : none;
            	color : orange;
            }
            
            A.menu  {
            	text-decoration : none;
            	color : white;
            }
            
            A.address  {
            	text-decoration : none;
            	color : #333399;
            }
            
            A:visited.address  {
            	text-decoration : none;
            	color : #333399;
            }
            
            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;
            }
            
            #dropmenudiv  {
            	font-family : Verdana, Arial, Book Antiqua;
            	font-size : 9pt;
            	font-weight : normal;
            	font-style : normal;
            	color : Black;
            	position : absolute;
            	border : 1px solid black;
            	border-bottom-width : 0;
            	line-height : 18px;
            	z-index : 100;
            }
            
            #dropmenudiv a  {
            	width : 100%;
            	display : block;
            	text-indent : 3px;
            	border-bottom : 1px solid black;
            	padding : 1px 0;
            	text-decoration : none;
            	font-weight : bold;
            }
            
            #dropmenudiv a:hover  {
            	background-color : #003399;
            }
            
            /* 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.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;
            }
            
            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 : White;
            	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.subsubtitle  {
            	font-weight : bold;
            	font-family : Verdana, Arial, Book Antiqua;
            	font-style : normal;
            	color : #000099;
            	font-size : 10pt;
            }
            
		    P.orangebold  {
            	font-weight : bold;
            	font-family : Verdana, Arial, Book Antiqua;
            	font-style : normal;
				text-align : right;
            	color : #ff6600;
            	font-size : 12pt;
            }
			
            P.note  {
            	font-family : Verdana, Arial, Book Antiqua;
            	font-size : 8pt;
            	font-weight : normal;
            	font-style : normal;
            	color : Black;
            	text-align : justify;
            	margin : 1;
            }
            
            /* Forms and Buttons*/
            INPUT.itext  {
            	background-color : white;
            	color : black;
            	font-family : Verdana;
            	border-color : black;
            	border-style : solid;
            	border-width : 1px;
            	font-size : x-small;
            }
            
            INPUT.itexte  {
            	background-color : white;
            	color : black;
            	font-family : Verdana;
            	border-color : gray;
            	border-style : solid;
            	border-width : 1px;
            	font-size : x-small;
            }
            
            input.itexta  {
            	background-color : white;
            	color : black;
            	font-family : Verdana;
            	border-color : white;
            	border-style : solid;
            	border-width : 1px;
            	font-size : x-small;
            }
            
            input.itextab  {
            	background-color : #E5EEF8;
            	color : black;
            	font-family : Verdana;
            	border-color : #E5EEF8;
            	border-style : solid;
            	border-width : 1px;
            	font-size : x-small;
            	font-weight : bold;
            }
            
            input.itextaa  {
            	background-color : white;
            	color : black;
            	font-family : Verdana;
            	border-color : white;
            	border-style : solid;
            	border-width : 1px;
            	font-size : x-small;
            	font-weight : bold;
            }
            
            /* Lists*/
            li  {
            	font-family : Verdana, Arial, Book Antiqua;
            	font-size : 10pt;
            	font-weight : normal;
            	font-style : normal;
            	color : Black;
            	text-align : justify;
            	margin : 1.5;
            }
            
            /* Tables*/
            table.adsl  {
            	font-family : Verdana, Arial, Book Antiqua;
            	font-size : 10pt;
            	font-weight : normal;
            	font-style : normal;
            	color : Black;
            	text-align : justify;
            	margin : 1.5;
            	border-collapse : collapse;
            }
            
            table.setup  {
            	font-family : Verdana, Arial, Book Antiqua;
            	font-size : 10pt;
            	font-weight : normal;
            	font-style : normal;
            	color : Black;
            	text-align : justify;
            	margin : 1.5;
            	border-collapse : collapse;
            	border-color : Gray;
            	border-width : 1px;
            	border-style : solid;
            }
            
            table.login  {
            	font-family : Verdana, Arial, Book Antiqua;
            	font-size : 10pt;
            	font-weight : normal;
            	font-style : normal;
            	color : Black;
            	text-align : justify;
            	margin : 1.5;
            	border-collapse : collapse;
            	border-color : Gray;
            	border-width : 1px;
            	border-style : solid;
            }
            
            table.acephone  {
            	font-family : Verdana, Arial, Book Antiqua;
            	font-size : 10pt;
            	font-weight : normal;
            	font-style : normal;
            	color : Black;
            	text-align : justify;
            	margin : 1.5;
            	border-collapse : collapse;
            	border-color : Gray;
            	border-width : 1px;
            	border-style : solid;
            }
            
            td.padding  {
            	padding-left : 5;
            	padding-right : 5;
            }
            
            table.outline  {
            	border-color : Gray;
            	border-width : 1px;
            	border-style : solid;
            	border-collapse : collapse;
            }
            
            table.td.unlimited  {
            	font-family : Verdana, Arial, Book Antiqua;
            	font-size : 9pt;
            	font-weight : normal;
            	font-style : normal;
            	color : Black;
            	margin : 1.5;
            	text-align : center;
            	border-color : Gray;
            	border-width : 1px;
            	border-style : solid;
            }
            
            td.heading  {
            	font-family : Verdana, Arial, Book Antiqua;
            	font-size : 11pt;
            	font-weight : bold;
            	color : white;
            	margin : 1.5;
            	background-color : #3366FF;
            }
            
            td.heading2  {
            	font-family : Verdana, Arial, Book Antiqua;
            	font-size : 11pt;
            	font-weight : bold;
            	color : white;
            	margin : 1.5;
            	background-color : Orange;
            }
            
            tr.shade  {
            	background : #ffffcc;
            }
            
            tr.shadeb  {
            	background : #E5EEF8;
            }
            
            td.shadeb  {
            	background : #E5EEF8;
            }
            
            td.shade  {
            	background : #ffffcc;
            }
            
            tr.break  {
            	font-size : 4pt;
            }
            
            tr.breakshadeb  {
            	background : #e5eef8;
            	font-size : 4pt;
            }
			   tr.breakshade  {
   	background : #ffffcc;
   	font-size : 4pt;
   }
            -->
            </style>