
  body
   {
    scrollbar-arrow-color:     #004400;
    scrollbar-track-color:     #110000;
    scrollbar-darkshadow-color:#001100;
    scrollbar-shadow-color:    #004400;
    scrollbar-face-color:      #001100;
    scrollbar-highlight-color: #004400;
    scrollbar-3dlight-color:   #001100;

	background-color:#000B00;
    color:#007700;
	font-family:monospace;
	font-size:12;
   }

  hr
   {
    height: 1px;
	border-width:0px;
   }


  .maintable
   {
	width:  100%;
	height: 95%;
    border-width:0;
   }

  .logocell
   {
    background-color:#021a02;
    color:blue;
	border-style:solid;
	border-width:2;
	border-color:#032603;
 	border-bottom:1px solid #032603;
	height:150px;
   }

   .titlecell
   {
	border-bottom:3px double #032603;
	border-top:3px double #032603;
	border-right:3px double #032603;
	text-align:right;
	padding:0px;
   }

  .menucell
   {
    background-color:#00101f;
	border-style:solid;
	border-width:2;
	border-color:#001830;
 	border-top:1px solid #001830;
   }

  .buttonbox1
   {
    background-color:#3B0000;
    border-style:double;
    border-width:3;
    border-color:#660000;
    color:#770000;
    text-align:center;
    font-family:monospace;
    cursor:pointer;
	font-size:16;
   }

  .buttonbox1_over
   {
    background-color:#3B0000;
    border-style:double;
    border-width:3;
    border-color:#800000;
    color:#990000;
    text-align:center;
    font-family:monospace;
    cursor:pointer;
	font-size:16;
   }

   .buttonbox1 a:link   {color:#770000; text-decoration:none;}
   .buttonbox1 a:visited{color:#770000; text-decoration:none;}
   .buttonbox1 a:hover  {color:#770000; text-decoration:none;}
   .buttonbox1 a:active {color:#770000; text-decoration:none;}

   .buttonbox1_over a:link   {color:#990000; text-decoration:none;}
   .buttonbox1_over a:visited{color:#990000; text-decoration:none;}
   .buttonbox1_over a:hover  {color:#990000; text-decoration:none;}
   .buttonbox1_over a:active {color:#990000; text-decoration:none;}

  
  .scrollbox1
   {
    overflow:auto;
   }

  a:link
   { 
    color: #660000;
	text-decoration:none;
   }
  a:visited
   { 
    color: #551111;
    text-decoration:none;
   }
  a:hover 
   { 
    color: #770000;
    text-decoration: underline;
   }
  a:active
   { 
    color: #880000;
   }

  img
   {
    border-width:0;
   }



  h1
   {
    font-family:monospace;
	font-size:22;
    font-weight:bold;
	display:inline;
   }


  h2
   {
    font-family:monospace;
	font-size:18;
    font-weight:bold;
	display:inline;
   }

  h3
   {
    font-family:monospace;
	font-size:16;
	text-decoration:none;
    font-weight:bold;
	display:inline;
   }
