
  a:link 
  { 
    color: rgb(0, 32, 150);
  }

  a:visited 
  { 
    color: rgb(64, 64, 0);
  }

  a:hover
  { 
    color: rgb(150, 64, 0);
  }

  body 
  { 
    margin: 0pt;
    padding: 0pt 0pt 25px;
    background: rgb(204, 204, 204) url(images/css/header_gradient.gif) repeat-x fixed left top;
    text-align: center;
    font-family: Verdana,Arial,Helvetica;
    font-size: 10pt;
  }

  #ofxframe
  {
    background: transparent;
    color: #fff;
    margin: 16px auto;
    padding: 0;
    width: 750px; 	 
  }
 
  #ofxbanner
  {
    background: #729B9D;
    padding: 0;
    margin: 0;
    border: 1px solid #000;
    text-align: left;
    border-bottom: 0;
    width: 750px;
  }

  #ofxcontent
  {
    background: #fff;
    color: #333;
    padding: 25px;
    border: 1px solid #000;
    text-align: left;
    border-bottom: 0;
    width: 750px; /* box model hack */	
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 698px;	 
  }
html>#ofxcontent 	
  {
    width: 698px;
  } 

  #ofxmenuspacer
  {
    background: transparent;		
    margin: 0;
    border: 0;
    padding: 0;
    padding-top: 16px;
  }

  #ofxmenu 
  {
    background: #95A2A2;
    margin: 0;
    border: 0;
    padding: 0;
    border-top: 1px solid #000;
    padding-top: 11px;
  }

  #ofxinsetmenu 
  {
    border: 1px solid #000; 
    float: right;
    background: #eee;
    margin: 0px 0px 15px 15px;
    padding: 10px;
    font-family: Verdana,Arial,Helvetica;
    font-size: 8pt;
    text-align: left;
    line-height: 20px;
    width: 200px; /* box model hack */	
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 178px;	 
  }
html>#ofxinsetmenu 	
  {
    width: 178px;
  } 

  #ofxinsetmenu p
  {
    margin-top: 0px; 
    margin-bottom: 5px; 
  }

  #ofxfooter 
  {
    color: #95A2A2;    
    background: #fff;
    margin: 0;
    border: 0;
    padding: 0px 10px 1px 0px;
    border-bottom: 1px solid #000;
    font-family: Verdana,Arial,Helvetica;
    font-size: 10px;
    text-align: right;
  }

 
  #ofxfooter a:link 
  {
    color: #95A2A2;
    text-decoration: none;
  }

  #ofxfooter a:visited 
  {
    color: #95A2A2;
    text-decoration: none;
  }

  #ofxfooter a:hover 
  {
    color: #95A2A2;
    text-decoration: underline;
  }


  td 
  { 
    font-family: Verdana,Arial,Helvetica;
    font-size: 10pt;
    vertical-align: bottom;
  }

  h2 
  { 
    font-family: Verdana,Arial,Helvetica;
    font-size: 16pt;
    font-weight: bold;
    margin: 0;
  }

  h4 
  { 
    font-family: Verdana,Arial,Helvetica;
    font-size: 12pt;
    font-weight: bold;
  }

