body {
    background: white url(/graphics/die.jpg) no-repeat fixed;
	font-family: verdana;
	font-size: 9pt;
    margin: 0; 
    padding: 0;
}

form {margin-bottom: 0px;} 


td,th { 
	font-family: verdana;
	font-size: 8pt;
}

.logo1 {
   text-decoration:none;
   font-weight:bold;
   font-size:25pt;
   color:#000000;
}

.logo2 {
   text-decoration:none;
   font-weight:bold;
   font-size:25pt;
   color:green;
}

.box th {
   border-top: 1px solid black;
   border-left: 1px solid black;
   border-right: 1px solid black;
   font-family: arial, helvetica;
   font-size: 9pt;
   color: #330000;
   background: gold;
   text-align:left;
}

.box td {
   border: 1px groove silver;
   font-family: arial, helvetica;
   font-size: 9pt;
   color: black;
   background: #f5f5f5;
}     


.content {
   background:#ffffff;
   color:#414141;
   padding:10px;
}

a { color:#000000; }
a.visited { color: #000000; }

.btnlink a {
    text-decoration: none;
    color: #000000;
    background: silver;
 	border: 1px outset silver;   
    padding: 1px;
}

.btnlink a:hover {
    color: #000000;
    background: #e0e0e0;
    text-decoration: none;
    padding: 1px;
}

.btnlink a:active {
    color: #000000;
    background: #e0e0e0;
    text-decoration: none;
 	border: 1px inset silver;  
    padding: 1px;
}

.tablenav {
    background:#F5F5DC; 
    border:1px solid black; 
    padding:10px
}

.tablenavcontainer {
    background:#e0e0e0; 
}

.navhead {
  border-collapse: collapse;
}

.navheadtop {
   background-image: url(/graphics/hdr.gif);
   font-size:8pt;
}

.header {
   background: #F5F5DC; 
   text-align:right; 
   border-bottom: 1px solid black; 
   padding:5px;
   padding-bottom:0px;
}

.header-title {
   border-bottom: 1px solid black; 
   padding:5px;
   color:navy; 
   font-weight:bold; 
   font-size:8pt;
}

.forum_header {
    background:gold;
    color:white;
    font-family:verdana;
    font-size:9pt;
}

.thread_header {
    background:gold;
    color:white;
    font-family:verdana;
    font-size:9pt;
}

.thread {
    background:#e0e0e0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9pt;
    color:#000000;
}

.amenu { 
   text-decoration:none;
   color:navy;
}

.on { 
     cursor:hand;
     background:gold;
     border:1px ridge silver;
     width:95%;
	 font-family:verdana;
	 font-size:8pt;
	 padding-left:5px;
  }

  .off { 
     cursor:hand;
     background:#F5F5DC;
     border:1px solid #F5F5DC;
     width:95%;
	 font-family:verdana;
	 font-size:8pt;
	 padding-left:5px;
  }

  .over { 
     cursor:hand;
     background:#e0e0e0;
     border:1px ridge silver;
     width:95%;
	 font-family:verdana;
	 font-size:8pt;
	 padding-left:5px;
  }