/* TABLE CENTERING */
div.centered 
{
text-align: center;
}
div.centered table 
{
margin-left: auto;
margin-right: auto;
text-align: left;
}

ul
{
  margin-top: 0px;
  margin-bottom: 0px;
}

ul li.tb_margin
{
  margin-top: 8px;
  margin-bottom: 8px;
}

/* Site rules */
/*
body {
   background: #000 url('somebg.gif');
}
*/
/* TinyMCE specific rules */
/*
body.mceContentBody {
   background: #FFF;
}

.mceContentBody a {
   color: red !important;*/ /* FF requires a important here */
/*
}
*/

body, td { color : #5b5a5a; font : 8pt Verdana, Arial, Helvetica; }

a { color : #b00516; text-decoration : none;}
a:link {color : #b00516; }
a:visited {color : #a38947; }
a:hover {color : #a38947; text-decoration : underline;}
a:active  { color : #a38947; text-decoration : underline;}

.hdrPrm {font-size: 12pt; font-weight: bold;}
.hdrSub {font-size: 9pt; font-weight: bold;}

.alignMarginRight {margin-left: 10px; margin-bottom: 5px;}
.alignMarginLeft {margin-right: 10px; margin-bottom: 5px;}

.alignMarginRightTop {margin-left: 10px; margin-bottom: 5px; margin-top: 10px;}
.alignMarginLeftTop {margin-right: 10px; margin-bottom: 5px; margin-top: 10px;}

.prmNav { background-color: #838181; }
.navHdr_bkgdBtn { background-image: url(../images/navHdr_bkgdBtn.gif); }
.frnPrn { font : 7.5pt Verdana, Arial, Helvetica; }
.navTop { color : #000000; font : 7.5pt Verdana, Arial, Helvetica; text-decoration: none; }
.navBtm { color: #B00516; text-decoration: none; }
.redArrowLink a { color : #5b5a5a; font : 9pt Verdana, Arial, Helvetica; text-decoration: none; }

