/*html tag*/
BODY{
margin:0 0 0 0;
}
TD{
font-family: Tahoma;
color:#05389f;
font-size:12px;
}
A:active {
cursor: hand; 
text-decoration:none;
}
A:link {
cursor: hand; 
text-decoration: underline;
}
A:visited {
cursor: hand; 
text-decoration: underline;
}
A:hover {
cursor: hand;  
text-decoration: none;
}
/*top frame*/
.login_user{
background-color:#b5cfef;
}
.top_bg{
background-image:url(../images/top_body_bg.gif);
}
