 body{
 margin-top			:10px;
 margin-left			:0px;

 padding			:0px;

 border				:0px;

 background-color		:#ffffff;

 font-size			:12px;
 line-height			:16px;

 scrollbar-arrow-color		:#b8bacc;
 scrollbar-3dlight-color	:#b8bacc;
 scrollbar-highlight-color	:#ffffff;
 scrollbar-shadow-color		:#ffffff;
 scrollbar-face-color		:#ffffff;
 scrollbar-darkshadow-color	:#b8bacc;
 scrollbar-track-color		:#e2e5eb;

 a:link{
 color				:#5058F6;
 text-decoration		:none;
}
 a:active{
 color				:#25A96C;
 background-color		:#f0f0ff;
 text-decoration		:none;
}
 a:visited{
 color				:#5058F6;
 text-decoration		:none;
}
 a:hover{
 color				:#555555;
 background-color		:#eeeeee;
 text-decoration		:underline;
}

}

 img{
 border				:0px;
}

 td{
 font-size			:12px;
}

 .box{
 border				:1px solid #ffff00;
}

 .box2{
 border-top			:1px solid #000000;
 border-left			:1px solid #000000;
 border-right			:1px solid #000000;
 border-bottom			:1px solid #000000;
}

 .redbox{
 border				:1px solid #ff0066;
}

 .dot{
 border-top			:1px dotted #ffcc00;
 border-left			:1px dotted #ffcc00;
 border-right			:1px dotted #ffcc00;
 border-bottom			:1px dotted #ffcc00;
}

 .dotted{
 border-left			:1px dotted #66cc66;
 border-right			:1px dotted #66cc66;
}