h1 {

 font: 9pt Trebuchet MS, arial;
 color: #505050; 
 letter-spacing: 3px;
 text-transform: uppercase; 
 }
 
h1:first-letter {
 font: 11pt Trebuchet MS, arial;
 text-transform: uppercase;
 letter-spacing: 3px;
 color: #4D0B0C; 
}

h2 {
 font: 6pt Trebuchet MS, arial;
 font-size: 11px;
 text-align: left;
 margin-bottom: 0px;
 margin-top: 3px;
 color: #4D0B0C;
 font-variant: small-caps;
 }

body {
 font-family: "Trebuchet MS";
 Font-Size:8pt;
 letter-spacing: 1px; 
 line-height: 14px;
 color:#333333;
 text-align:justify;
 }
 
.credit {
 font: 5pt Trebuchet MS, arial;
 letter-spacing: 6px; 
 line-height: 14px;
 color:#333333;
 text-transform: uppercase; 
 }
 
.disclaimer {
 font: 6pt Trebuchet MS, arial;
 letter-spacing: 3px; 
 line-height: 14px;
 color:#C4C4C4;
 }

table, tr, td, div {
 font-family: "Trebuchet MS";
 Font-Size:8pt;
 letter-spacing: 1px; 
 line-height: 14px;
 color:#333333;
 }

textarea,input,select,submit {
 background-color: #F3F3F3;
 color: #4F4F4F;
 border-top: 1px solid #D4D4D4;
 border-left: 3px solid #D4D4D4;
 border-bottom: 1px solid #D4D4D4;
 border-right: 3px solid #D4D4D4;
 padding: 1px;
 margin: 1px;
 } 

A:hover {
 color: #575757;
 text-decoration: none
 }

A:active {
 color: #575757;
 text-decoration: none
 }

#joinnotes li {
   margin-bottom: 2px;
    list-style-image: url(dot.gif);
}
	
ul
  {
  margin-left: 0;
  padding-left: 2em;

  }
li
  {
  margin: 0;
  padding: 0;
  }
  
hr {
 border: 0;
 width: 100%;
 color: #757575;
 background-color: #575757;
 height: 1px;
 }

#navigation a {
   width: 130px;
   background-color: #F4F4F4;
   color: #3A3A3A;
   font: 5pt Trebuchet MS, arial;
   text-decoration: none;
   text-transform: uppercase;
   text-align: center;
   letter-spacing: 3pt;
   padding: 1px 1px 1px 4px;
   border: 2px solid #FFFFFF;
}
#navigation a:hover {
   color: #BC131A;
   background-color: #E7E7E7;
}
#navigation {
   position: relative;
   width: auto;
}

blockquote, .container {
 margin: 0 auto;
  background: #ffffff;
 border-top: 1px solid #804A3E;
 border-bottom: 1px solid #804A3E;
 border-right: 0px solid #687077;
 border-left: 0px solid #687077;
 color: #757575;
 font-family: "Trebuchet MS";
 Font-Size:10px;
 line-height: 12px;
 font-weight: normal;
 font-style: italic;
 letter-spacing: 2;
 padding: 2px;
}


