/* style.css - a simple style sheet */


body { 
  margin: 0px 0px 0px; padding: 0px;
  color: #000000; background: #000000 ;
}



h1 { font-size: 175%; font-family: times new roman; }
h2 { font-size: 144%; }
h3 { font-size: 117%; }
h4 { font-size: 99%; }
h5 { font-size: 90%; }
h6 { font-size: 72%; }

body { font-family: arial, georgia, times new roman; font-size:14px;}
h2,h3,h4,h5,h6 { font-family: arial, georgia, times new roman; }



a:link { color:#666666; text-decoration:none; }
a:visited { color:#666666; text-decoration:none; }
a:hover { color:#999999; text-decoration:none; }
a img { border-width:0; }
a.plain { text-decoration: none; }
a.here { border-color:#666666; background-color:#666666; }

div.toolbar {padding:0em; text-align:left; width:900px; background-color:#000000;
             font-family: georgia, times new roman; font-size:14px;}
div.toolbar a {text-decoration:none; border:0; color:#ffffff;  font-weight:bold;
               font-family: georgia, times new roman; }
div.toolbar a.here {border-color:#333333; background-color:#333333;
                    font-family: georgia, times new roman; }
div.toolbar a:hover {border-color:#333333; background-color:#333333; color:#ffffff
                     font-family: georgia, times new roman; }

div.toolbar2 {text-align:center; width:85%; background-color:#333333; margin-left: auto;
              margin-right: auto ; font-family: georgia, times new roman; }
div.toolbar2 a {text-decoration:none; border:0; color:#ffffff; font-weight:bold;
                font-family: georgia, times new roman; }
div.toolbar2 a.here { border-color:#666666; background-color:#666666;
                     font-family: georgia, times new roman; }
div.toolbar2 a:hover {border-color:#666666; background-color:#666666; color:#ffffff
                      font-family: georgia, times new roman; }



div.content
{
width:880px;
margin-left: auto;
margin-right: auto;
float:middle;
padding:0em;
font-family: arial, georgia, times new roman;
font-size:14px;
}

div.content a {text-decoration:none; color:#666666; font-weight:bold;}


a.plain { text-decoration: none }
a.here {border-color:#666666; background-color:#666666;}


div.page
{
font-size:14px;
background-color:#cccccc;
width:900px;
margin:0px auto;
padding:5px 70px 40px;
}


