

        body {
                 color: #000000;
                 font-family: Verdana, Arial, Helvetica, sans-serif;
                 font-size: 7pt;
                 background-color: #0434b2;
                
            }
        a:link
            {
             font-family: Verdana, Arial, Helvetica, sans-serif;
             text-decoration: none;
             color: #000000;
             font-size: 7pt;
            }
        a:hover
         {
            color: #fedd26
            text-decoration: none;
         }
        img.Button
                {
        	padding: 0px;
        	margin: 5px 15px 15px 15px;
        }
        a:visited
        {
        	 text-decoration: none;
			 color: #FFFFFF;
             font-size: 9pt;
        }
         .SideMenu a:link
         {
             text-decoration: none;
             color: #FFFFFF;
             font-size: 9pt;
         }
        table.ContentBoundingBox
          {
            background-color: white;
            margin: auto;
            width: 775px;
            padding:0px;
            border:1px solid black;
          }

        td.MainContent
         {
             background-color:White;
             background-repeat: no-repeat;
             background-position: top left;
         }
             td.MainContent	{
                 padding:10px;
                 width:100%;
                }

       td.Header
         {
             padding: 0;
             background-color:White;
             background-repeat: no-repeat;
             background-position: top left;
             width: 775px;
             height: 100px;
         }

        .bodytext
        {
             color: #000000;
		     font-family: Verdana, Arial, Helvetica, sans-serif;
		     font-size: 10pt;
		     padding:8px;
        }

        .bodytext a:link
        {
             color: blue;
		     font-family: Verdana, Arial, Helvetica, sans-serif;
		     font-size: 9pt;
		     padding-left:0px;
		     text-decoration: none;
        }
        .bodytext a:hover
         {
            text-decoration: none;
            color: blue;

         }
        .bodytext a:visited
        {
             color: blue;
		     font-family: Verdana, Arial, Helvetica, sans-serif;
		     font-size: 9pt;
		     padding-left:0px;
        }
        
        img.ContentImage
        {
        	padding: 0px;
        	margin: 5px 15px 15px 15px;
        	border: 1px solid black;
        }
        
         /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 img, div, contentimage, bodytext { behavior: url(/iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(/iepngfix.htc) }
 */