
body {
  margin:            0px;
  padding:           0px;
  background:        #000;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 10pt;
  }

A           { color: #4E5F6F; text-decoration: underline; }
A:link      { color: #4E5F6F; text-decoration: underline; }
A:visited   { color: #4E5F6F; text-decoration: underline; }
A:active    { color: #995577;  }
A:hover     { color: #995577;  }

H1 { font-size: 14pt; color: #FFFFFF; }
H2 { font-size: 13pt; }
H3 { font-size: 12pt; }
H4, H5, H6 { font-size: 10pt; }

A.whiteText:link, A.whiteText:visited, .whiteText
{
   font-size: 10pt; 
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   text-decoration: none;
}
A.whiteText:hover 
{
   font-size: 10pt; 
   font-family: Arial, Helvetica, sans-serif;
   color: #999999;
   text-decoration: underline;
}

A.menuText:link, A.menuText:visited, .menuText
{
   font-size: 9pt; 
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   text-decoration: none;
}
A.menuText:hover 
{
   font-size: 9pt; 
   font-family: Arial, Helvetica, sans-serif;
   color: #999999;
   text-decoration: underline;
}

.actionTab, A.actionTab:link, A.actionTab:visited
{ font-size : 10pt; color : #ffffff; background-color: #000000; text-decoration: none; }
A.actionTab:hover { color : #00ff00; text-decoration: underline; }

A.footer:link, A.footer:visited, .footer
{color: #FFFFFF; font-size: 8pt; text-decoration: none;}

A.footer:hover
{color: #FFFFFF; font-size: 8pt; text-decoration: underline;}

A.productHeader:link, A.productHeader:visited, A.productHeader:hover, .productHeader, 
{color: #000000; font-size: 16pt;}


.pagebody {
  padding:            8px;
  }
    
.pagebody a, .pagebody a:link, .pagebody a:visited, 
.pagebody a:active, .pagebody a:hover {
  font-weight:        normal;
  text-decoration:    underline;
  }

#header {
  background:         #D7CCB9;
  border:             1px solid black;
  padding-top:        5px;
  padding-bottom:     5px; 
  }

.headerMenu {
  background:         #000000;
  color:              #FFFFFF;
  padding:            0px; 
  }
.headerMenu A         { color: #FFFFFF; text-decoration: none; }
.headerMenu A:link    { color: #FFFFFF; text-decoration: none; }
.headerMenu A:visited { color: #FFFFFF; text-decoration: none; }
.headerMenu A:active  { color: #FFFFFF; text-decoration: underline;  }
.headerMenu A:hover   { color: #FFFFFF; text-decoration: underline;  }

#footer {
  background:         #D7CCB9;
  border:             1px solid black;
  padding-top:        5px;
  padding-bottom:     5px; 
  }

.footerMenu {
  background:         #000000;
  color:              #FFFFFF;
  padding:            0px;  
  }

.footerMenu A         { color: #FFFFFF; text-decoration: none; }
.footerMenu A:link    { color: #FFFFFF; text-decoration: none; }
.footerMenu A:visited { color: #FFFFFF; text-decoration: none; }
.footerMenu A:active  { color: #FFFFFF; text-decoration: underline;  }
.footerMenu A:hover   { color: #FFFFFF; text-decoration: underline;  }

.container {  
  width:              100%; 
  border:             1px solid black; 
  padding:            10px; 
  padding-bottom:     0px; 
  }

.containerLeftCell {  
  width:              200px;
  border:             0px solid black; 
  margin-left:        0px; 
  margin-right:       0px;
  padding:            2px;
  }

.containerCenterCell {  
  border:             0px solid black; 
  padding:            2px;
  }

.containerRightCell {  
  width:              200px;
  border:             0px solid black;
  margin-left:        0px; 
  margin-right:       0px;
  padding:            2px;
  }

.menutitle {
  border:             1px black solid;
  background:         #AEA595;
  color:              #000000;
  font-family:        palatino, georgia, times new roman, serif;
  font-size:          small;
  font-weight:        normal;
  text-transform:     uppercase;
  letter-spacing:     .3em;
  margin-top:         10px;
  padding:            2px; 
  padding-left:       10px;
  }

A.menutitle         { color: #000000; text-decoration: none; }
A.menutitle:link    { color: #000000; text-decoration: none; }
A.menutitle:visited { color: #000000; text-decoration: none; }
A.menutitle:active  { color: #000000; text-decoration: underline;  }
A.menutitle:hover   { color: #000000; text-decoration: underline;  }

.menu {
  background:         #FFF;
  color:              #333;
  font-family:        verdana, arial, sans-serif;
  font-size:          x-small;
  font-weight:        normal;
  line-height:        140%;
  padding:            6px;
  border-left:        1px black solid;
  border-right:       1px black solid;
  border-bottom:      1px black solid;
  }   

.banner {
  font-family:        verdana, arial, sans-serif;
  font-size:          x-small;
  font-weight:        normal;
  line-height:        140%;
  padding-top:        10px;
  padding-bottom:     10px;
  }   

#powered {
        margin: 5px auto 15px auto;
        height: 1.5em;
        text-align: right;
        color: #FFF;
        width: 723px;
}

#powered a, #powered a:link, #powered a:visited {
        padding: 0pt 20px 0pt 0pt;
        text-decoration: none;
        color: #FFF;
        font-size: 12px;
}
#powered a:hover {
        text-decoration: none;
        color: #666;
}
