/*Link Colors*/
a:link {
  color:#368;
  text-decoration:none;
  }
a:visited {
  color:#7aa;
  text-decoration:none;
  }
a:hover {
  color:#DD8800;
  text-decoration:underline;
  }

/*Link Colors*/
A.blue:link {color: #ffffff;
text-decoration: none;
font-family:"American Typewriter","Courier New",Courier,serif}
A.blue:visited {color: #9cc;
font-family:"American Typewriter","Courier New",Courier,serif}
a.blue:hover {
  color:#DD8800;
  text-decoration:underline;
font-family:"American Typewriter","Courier New",Courier,serif
  }

/*Title Font*/
font.titlefont {
font-family: "American Typewriter","Courier New",Courier,serif;
font-size: 9pt;
color: #ffffff;
text-decoration: none}

/*Body Font*/
font.body {
font-family: "Trebuchet MS",Trebuchet,Arial,Verdana, sans-serif;
font-size: 8.5pt;
color: #555555}

/*Body Small Font*/
font.bodysmall {
font-family: "Trebuchet MS",Trebuchet,Arial,Verdana, sans-serif;
font-size: 8pt;
color: #555555;
text-decoration: bold}

/*Main Nav Font*/
font.mainnav {
font-family: "American Typewriter","Courier New",Courier,serif;
font-size: 9pt;
color: #ffffff;
text-decoration: bold}

/*Main Nav Small Font*/
font.mainnavsmall {
font-family: "American Typewriter","Courier New",Courier,serif;
font-size: 8pt;
color: #ffffff;
text-decoration: none}

/*Side Nav Font*/
font.sidenav {
font-family: "American Typewriter","Courier New",Courier,serif;
font-size: 9pt;
color: #ffffff;
text-decoration: none}

/*Side Sub Nav Font*/
font.sidesubnav {
font-family: "American Typewriter","Courier New",Courier,serif;
font-size: 8.5pt;
color: #ffffff;
text-decoration: none}
