
a:link {
    color: #000000;
}
a:visited {
    color: #666666;
}
a:hover {
    color: #000000;
    text-decoration: none;
}
a:active {
    color: #000000;
    text-decoration: none;
}
#forms{
    border: medium none ;
    display: block ;
    float: none ;
    overflow: -moz-hidden-unscrollable;
    position: static ;
}

#box1 { position:fixed; top:10px; left:20px; width:100%; height:20px; border:0; z-index:2; 
}
#box2 { position:absolute; top:120px; left:20px; width:80; height:666px; border:0; z-index:1; 
}
.myT {
    color: #000000;
    font-family: "Courier New",Courier,mono;
    font-size: 12px;
    line-height: 15px;
}
.body { background-color:#E8E8E8; 
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.picBorder {
border:0px solid #ffffff;
}