A {
    color : #2D2A63;
    text-decoration : none;
    font-family : verdana, arial, sans-serif;
    font-size : 11px;
    font-weight : bold;
    line-height : 18px;
    text-transform:uppercase;
}

A:hover {
    color : #2D2A63;
    font-family : verdana, arial, sans-serif;
    font-size : 11px;
    text-decoration : underline;
    font-weight : bold;
    line-height : 18px;
    text-transform:uppercase;
}

A.footerlink {
    color : #787878;
    font-size : 10px;
    text-decoration : none;
}

A.footerlink:hover {
    color : #787878;
    font-size : 10px;
    text-decoration : underline;
}

td {
  font-family : verdana, arial, sans-serif;
  font-size : 11px;
  font-weight : normal;
}

td.content {
  padding-left    : 45px;
  padding-right   : 0px;
  padding-bottom  : 10px;
  padding-top     : 30px;
}

TD.text, P.text, SPAN.text, LI.text {
  color : #000000;
  line-height : 18px;
  text-align : justify;
  width : 100%;
  padding:20px;
  padding-right : 30px;
}

TD.pageheader, div.pageheader, SPAN.pageheader {
  font-family : verdana, arial, sans-serif;
  font-size : 13px;
  font-weight : bold;
  color : #E10000;
  margin-bottom : 20px;
  letter-spacing : 1px;
  font-style:bold;
  text-transform : uppercase;
}

div.subheader {
  font-family : verdana, arial, sans-serif;
  font-size : 12px;
  font-weight : bold;
  color : #2D2A63;
  margin-bottom : 10px;
  letter-spacing : 1px;
  text-transform : uppercase;
}


/* Footer */
TD.footer {
  color : #777777;
  background-image:url(../images/footerBG.gif);
  background-repeat:repeat-x;
  height : 25px;
  text-align:right;
  padding-right:20px;
  text-transform:uppercase;
}

TD.footer a {
  color : #2D2A63;
  text-decoration : none;
}

TD.footer a:hover {
  color : #2D2A63;
  text-decoration : underline;
}
/* Footer */


li {
  padding-bottom:3px;
  list-style-type:square;
}

ul,ol{
  margin-left:16px;
  margin-top:5px;
}

body {
  scrollbar-face-color: #FFF8EF;
  scrollbar-shadow-color: #DDDDDD;
  scrollbar-highlight-color: #FFF8EF;
  scrollbar-3dlight-color: #DDDDDD;
  scrollbar-darkshadow-color: #FFF8EF;
  scrollbar-track-color: #FBFAF5;
  scrollbar-arrow-color: #F8CF99;
  background-color : #FBFAF5;
  background-position : 100% 0%;
  background-repeat : repeat-y;
  background-image:url(../images/bodyBG.gif);
  margin-left    : 0px;
  margin-right   : 0px;
  margin-bottom  : 0px;
  margin-top     : 0px;
  text-align     : center;
}

img.contentimage{
 border-width:0px;
 border-style:solid;
 border-color:#2D2A63;
 border-right-width:1px;
 border-top-width:1px;
}
