body
  {background-color: #333333;
   font-family: Verdana, Arial, Helvetica;
   text-align: center;
   font-size: 10pt;
   color: #333333;
  }

.central-page
  {
   margin-left: auto;
   margin-right: auto;
   background-color: #ffffff;
   width: 700px;
   text-align: left;
   height: 75%;
   border-color: #000000;
   border-style: solid;
   border-width: 0px;}

.head-bar
  {height: 86px;
   background-image: url('img/extatic-scratch.gif');
   background-repeat: no-repeat;
   background-position: left center;
   color: #fffff;
   text-align: right;
   padding-right: 5px;
   padding-bottom: 0px;}

.tagline
  {color: #666666;
   font-size: 7pt;
   padding-left: 5px;
  }

.menu-bar
  {
   position: relative;
   top: 65px;
   right: 5px
  }


a
  {color: #cc3300;
   text-decoration: none;
  }

a:hover
  {text-decoration: underline;
  }

.menu-link
  {color: #ffffff;
   font-size: 10pt;
   font-weight: bold;
   text-decoration: none;
   padding: 2px;
  }

.menu-link:hover
  {color: #ffffff;
   font-size: 10pt;
   font-weight: bold;
   text-decoration: none;
   background-color: #0033cc;
   border: 1px solid #ffffff;
   padding: 1px;
  }

.page-title
  {color: #0033cc;
   font-weight: bold;
   font-size: 16pt;
   padding: 10px;
  }

.page-title2
  {color: #cc3300;
   font-weight: bold;
   font-size: 8pt;
  }

.page-global
  {background-color: #ffffff;
   background-image: url('img/bg.jpg');
   background-repeat: no-repeat;
   background-position: left top;
  }

.page-content
  {
   padding: 10px;
  }

.copyright
  {color: #cc3300;
   text-align: center;
   font-size: 8pt;
   padding: 3px;
  }