<style>
<!--
/*For all content*/
..content     { font-family: Arial; font-size: 10pt; text-align: Justify; margin-left: 6; 
               margin-right: 6 }
..heading     { font-family: Arial; font-size: 14pt; color: #336698; font-weight: bold }
..subheading  { font-family: Arial; font-size: 12pt; color: #336698; font-weight: bold }
..header      { font-family: Arial; font-size: 8pt }
..footer      { font-family: Arial; font-size: 10pt }

/*For all links*/
a:link       { color: #336698 }
a:visited      { color: #336698 }
a:hover      { text-decoration: none; color:orange }
a:active     { color: #336698; text-decoration: underline }

/*For header links*/
a.white:link	 { color: #ffffff; }
a.white:visited { color: #ffffff; }
a.white:hover  { text-decoration: none ; color:orange}
a.white:active { color: #336698; }

/*For text boxes*/
..textbox     { border-style: solid; border-width: 1 }
-->
</style>
