/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  body {
    background-color: rgb(255,255,255);
    color: black;
    margin-top:50px;
    margin-left:0px auto;
    margin-right:0px auto;

  }

  .text { color: rgb(51, 51, 51);
    font-family: Verdana;
    line-height: normal;
    font-size: 12px;
    }

  .text_white { color: white;
    font-family: Verdana;
    line-height: normal;
    font-size: 12px;
    }
    
a:link {
  font-family: Verdana;
  line-height: normal;
  font-size: 12px;
	font-weight: bold;
	text-decoration: none;
 	color: black;
}

a:visited {
  font-family: Verdana;
  line-height: normal;
	font-weight: bold;
  font-size: 12px;
	text-decoration: none;
	color: black;
}

a:hover {
  font-family: Verdana;
  line-height: normal;
	font-weight: bold;
  font-size: 12px;
	text-decoration: none;
	color: red;
}

.current {
  font-family: Verdana;
	font-weight: bold;
  line-height: normal;
  font-size: 12px;
 	color: black;
	background-color: #cccccc;
}

#container_old {
      border: 1px solid black;
      position:absolute;
      top:230;
      left:430;
      width:270px;
      height:400px;
      overflow:auto;
   }
   
#container {
      border: 1px solid black;
      position:relative;
      width:270px;
      height:400px;
      overflow:auto;
   }
    
