A:link
{ font-weight: bold; text-decoration: none;  color:#8f8f8f; }
A:visited
{ font-weight: bold; text-decoration: none; color:#6C6C6C; }
A:active
{ font-weight: bold; text-decoration: none;  color:#6C6C6C; }
A:hover
{ font-weight: bold; text-decoration: none; color:#FFFFFF; }

.bordered{border:3px solid #878787;}
a img.bordered {border:3px solid #878787;}
a:hover img.bordered {border: 3px solid #BCBCBC}

body
{ background: #5d5d5d;
background-image: url('bg.jpg');
background-repeat: repeat-x;
background-position: top;
background-attachment: fixed;
font-family: arial;
color: #FFFFFF;
font-weight: lighter;
font-size: 8pt;
text-align: left; 

scrollbar-face-color : #C4C4C4;
scrollbar-highlight-color : #FFFFFF;
scrollbar-3dlight-color : #FFFFFF;
scrollbar-shadow-color : #6F6F6F;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color :  #FFFFFF;
scrollbar-arrow-color : #6F6F6F;

margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}

p
{ font-family: Arial;
color: #000000;
font-weight: lighter;
font-size: 8pt;
padding: 0;
text-align: left;  }

td
{ font-family: Arial, tahoma;
color: #fff000;
font-weight: lighter;
font-size: 8pt;
padding: 0;
text-align: left; }

.h1 {
font-family: Franklin Gothic Medium, Franklin Gothic, Franklin Gothic Medium Cond, Arial;
color: #fff000;
font-weight: bold;
font-style: italic;
font-size: 16pt; }

.h2 {
font-family: Franklin Gothic Medium, Franklin Gothic, Franklin Gothic Medium Cond, Arial;
color: #fff000;
font-weight: bold;
font-style: italic;
font-size: 14pt; }

.h3 {
font-family: Franklin Gothic Medium, Franklin Gothic, Franklin Gothic Medium Cond, Arial;
color: #fff000;
font-weight: bold;
font-style: italic;
font-size: 12pt; }

.h4 {
font-family: Franklin Gothic Medium, Franklin Gothic, Franklin Gothic Medium Cond, Arial;
color: #fff000;
font-weight: bold;
font-style: italic;
font-size: 9pt; }

#navigation A:link
{ text-decoration: none;  color:#FFFFFF; }
#navigation A:visited
{ text-decoration: none; color:#FFFFFF; }
#navigation A:active
{ text-decoration: underline;  color:#FFFFFF; }
#navigation A:hover
{ text-decoration: underline; color:#FFFFFF; }

a.mainlevel:link, a.mainlevel:visited {
  display           : block;	
  font-size         : 12px;
  font-weight       : normal;
  text-decoration: none;
  padding           : 2px 0px 2px 0px;
  color             : #fff000	;
  width             : 190px;
  text-indent       : 15px;
  background-color  : #303030;
}
a.mainlevel:hover {
  font-size         : 12px;
  background-color  : #5d5d5d;  
  color             : #FFFFFF;
  font-weight       : normal;
  text-decoration   : none;
  text-indent       : 15px;
}