@font-face {
    font-family: "Franklin";
    src: url('fonts/frabk.ttf');
}
@font-face {
    font-family: "Franklin";
    src: url('fonts/frabkit.ttf');
    font-style: italic, oblique;
}
@font-face {
    font-family: "fradm";
    src: url('fonts/fradm.ttf');
    font-weight: bold;
}
@font-face {
    font-family: "fradmcn";
    src: url('fonts/framdcn.ttf');
    font-weight: bold;
    font-stretch: condensed;
}
@font-face {
    font-family: "Franklin";
    src: url('fonts/frahv.ttf');
    font-weight: bolder;
}
@font-face {
    font-family: "Franklin";
    src: url('fonts/frahvit.ttf');
    font-weight: bolder;
    font-style: italic, oblique;
}
@font-face {
    font-family: "Franklin";
    src: url('fonts/fradmit.ttf');
    font-weight: bold;  
    font-style: italic, oblique;
}
}
@font-face {
    font-family: "Franklin Gothic";
    src: url('fonts/framd.ttf');
    font-style: normal;
}
@font-face {
    font-family: "Franklin Gothic";
    src: url('fonts/framdcn.ttf');
    font-stretch: condensed;
}
@font-face {
    font-family: "Franklin Gothic";
    src: url('fonts/framdit.ttf');
    font-style: italic, oblique;
}

* {
    font-family: Arial,Georgia,Tahoma,'Franklin',Verdana, Sans, sans-serif;  
    font-size: 1em;
    }

BODY 
{
  color: #000000;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-top:	1.58em;
  margin-left: 6%;
  margin-bottom: 1.58em;
  }

TEXTAREA
{
  width: 100%; 
  }

FIELDSET
{
  border: none;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  background-color: #F3F9C3;	
  }

LEGEND
{
  font-weight: bolder; 
  }

ABBR
{ 
  font-variant: small-caps;
  letter-spacing: 0.1em 
  }

INPUT
{
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  padding: 3px;
  }

SELECT
{
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  padding: 3.2px;
  }

H1, H2, H3, H4 
{
  text-align: left;
  }

H1 {font-size: 150%; font-weight: bold; }
H2 {font-size: 140%; font-weight: bold;}
H3 {font-size: 130%; font-weight: bold;}
H4 {font-size: 120%; font-weight: bold;}

H1:first-child {margin-top: 0.5em;}/*starts first h1 in TD flush top*/
H2:first-child {margin-top: 0.5em;}
H3:first-child {margin-top: 0.5em;}/*starts first h1 in TD flush top*/
H4:first-child {margin-top: 0.5em;}

TH
{
  padding-left: 0.5em; 
  padding-right: 0.5em; 
  vertical-align: top;
  text-align: left;
  border-top: solid thin;
  border-bottom: double;
  }

TD
{
  padding-left: 0.5em; 
  padding-right: 0.5em; 
  vertical-align: top;
  text-align: left;
  }

P.logo_subtitle
{
    font-family: Georgia,Tahoma,'Franklin Gothic';
    font-weight: bold;
    font-style: italic;
}


div.main2
{ 
 background-color: #ffffff;
  color:  #000000;
  border: solid thin;
  border-color: #F2F1F0;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  padding: 1em 1em 1em 1em;
  margin: 1em 0 0 0;

}
