@charset "iso-8859-1";
         body {{ 
           font-family: Verdana;
           font-size: 10pt;
           color: Black;
           background-color: White;           
        }}
        
        a:link {{
            font-family: Verdana;
            font-size: 10pt;
            text-decoration: None;
            color: Blue;
        }}
        
        a:hover {{
            font-family: Verdana;
            font-size: 10pt;
            text-decoration: Underline;
            color: Blue;
        }}

        a:visited {{
            font-family: Verdana;
            font-size: 10pt;
            text-decoration: None;
            color: Blue;
        }}
        
        td {{
            font-size: 10pt;
        }}
        
        td.title {{
            font-size: 14pt;
            font-weight: bolder;
        }}
        
        td.sub-title {{
            font-size: 12pt;
            font-weight: bolder;
        }}
 