#inside {
    	color: #000099;
      border: solid 1px #000099;
	    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    text-align: center;
	    margin: 10;
	    padding: 10;
	    SCROLLBAR-FACE-COLOR: #C3C2B5;
	    SCROLLBAR-HIGHLIGHT-COLOR: #FBFBFC;
	    SCROLLBAR-SHADOW-COLOR: #FBFBFC;
	    SCROLLBAR-3DLIGHT-COLOR: #C3C2B5;
	    SCROLLBAR-ARROW-COLOR: #B62367;
	    SCROLLBAR-TRACK-COLOR: #F4F3EE;
	    SCROLLBAR-DARKSHADOW-COLOR: #C3C2B5;
  }
  
#newsdate {
    	color: #000099;
	    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-weight: bolder;
	    font-size: 12px;
	    text-align: left;
  }
  
#newstext {
    	color: #000099;
	    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    text-align: left;
	    margin-left: 20px;
  }    

#newscomment {
    	color: #000099;
	    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    text-align: left;
	    margin-left: 40px;
/*      margin-right: 40px;*/
      font-style: italic;
  }    
  
#valid {
    	color: #000099;
      border: solid 1px #000099;
	    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    text-align: center;
	    SCROLLBAR-FACE-COLOR: #C3C2B5;
	    SCROLLBAR-HIGHLIGHT-COLOR: #FBFBFC;
	    SCROLLBAR-SHADOW-COLOR: #FBFBFC;
	    SCROLLBAR-3DLIGHT-COLOR: #C3C2B5;
	    SCROLLBAR-ARROW-COLOR: #B62367;
	    SCROLLBAR-TRACK-COLOR: #F4F3EE;
	    SCROLLBAR-DARKSHADOW-COLOR: #C3C2B5;
  }

input {
    	color: #000099;
      border: solid 1px #000099;
	    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	    font-size: 12px;
  }
  
#panel
{
      vertical-align: top;
    	color: #000099;
      background-color: #ffff99;
      border: solid 1px #000099;
	    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    text-align: center;
}

#table
{
    	color: #000099;
      border: solid 1px #000099;
	    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	    font-size: 12px;
}

th
{
    	color: #000099;
      background-color: #6699cc;
      border: solid 1px #000099;
	    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	    font-size: 12px;
}

.over
{
     border: solid 1px black;
     background-color: #666666;
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	   font-size: 12px;
     color: white;
	   text-align: center;
     cursor: hand;
     margin : 5;
     padding: 3;
}

.out
{
     color: black;
     border: solid 1px black;
     background-color: #cccccc;
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	   font-size: 12px;
	   text-align: center;
     cursor: hand;
     margin : 5;
     padding: 3;
}

.selected
{
     border: solid 1px black;
     background-color: black;
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	   font-size: 12px;
     color: white;
	   text-align: center;
     cursor: hand;
     margin : 5;
     padding: 3;
}

#title
{
  font-size: 14px;
  font-weight: bolder;
  font-variant:small-caps ;
  text-decoration: underline;
}

.btn_over
{
     border: solid 1px black;
     font-weight: bolder;
     background-color: #666666;
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	   font-size: 12px;
     color: white;
	   text-align: left;
     cursor: hand;
     margin : 5;
     padding: 3;
}

.btn_out
{
     color: #000066;
     border: solid 1px black;
/*     background-color: #cccccc;*/
     font-weight: bolder;
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	   font-size: 12px;
	   text-align: left;
     cursor: hand;
     margin : 5;
     padding: 3;
}

A#news_selected 
{
  width : 80px;
  color: white;
  border: solid 1px black;
  background-color: #000000;
  text-decoration : none;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  cursor: hand;
  margin : 1;
  padding: 3;
}

A:hover#news_selected 
{
  color: white;
  background-color: #666666;
}

A#news 
{
  width : 80px;
  color: black;
  border: solid 1px black;
  background-color: #cccccc;
  text-decoration : none;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  cursor: hand;
  margin : 1;
  padding: 3;
}

A:hover#news
{
  color: white;
  background-color: #666666;
}

#bignews
{
  color: #0c3b62;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  width: 400px;
  border: solid 3px #0c3b62;
  padding: 10px;
 margin-right: auto;
  margin-left: auto;
}
