body, html	{
    background-color:#FFFFFF;
    color:#000000;
    background-repeat:no-repeat;
    font:14px serif;
    
    scrollbar-base-color: #99c0e5 !important;
    scrollbar-face-color: #99c0e5;
    scrollbar-track-color: White;
    scrollbar-arrow-color: #000099 !important;
    scrollbar-3dlight-color: #000099;
    scrollbar-darkshadow-color: #000099;
    scrollbar-highlight-color: #99c0e5;
    scrollbar-shadow-color: #99c0e5;
	}   
.loud	{
    font-weight:bold;
    font-size:15px;
    	}
a 	{
    color:#003399;
    text-decoration:none;
    font-weight:bold;
	}
a:hover {
    color:#009999;
	}
a:hover img {
    border-color:#009999;
	}
#main	  {
    position:absolute;
    top:20px;
    left:410px;
    width:375px;     
    padding:10px 10px 10px 10px;
    text-align:justify;
    border-style:dashed;
    border-color:#000099;
    border-width:2px;
    z-index:10;   
	}                
#submain   { 
    background-color:white;
    position:absolute;
    top:20px;
    left:410px;
    width:375px;
    height:600px;
    z-index:3;
    opacity: .6;
    filter:Alpha(opacity=60); 
    /*-moz-opacity : .60;
    -khtml-opacity:.60;*/
        }
#side	{
    position:absolute;
    top:20px;
    left:820px;
    border-style:dashed;
    border-color:#99CCFF;
    border-width:1px;
  }
