a{
    text-decoration:none;
    color:#000000;
    font-size: 0.85em;
}
a:hover{
    text-decoration:underline:none;
    color:#000000;
}
body{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    font-family: Arial;
    font-size: 0.85em;
    background-color: #dedee0;
}
td {
	font-size: 0.85em;
	font-family: arial;
	color: #000000;
}
p {
    font-size: 0.85em;
	font-family: arial;
	color: #000000;
}
.leftAdmin{
    color: #777777;
    background-color: Transparent;
    background-image: url(../images/button_bg.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width: 176px;
    height: 17px;
    text-decoration: none;
}
.leftAdmin:hover{
    color: #000000;
    background-color: Transparent;
    background-image: url(../images/button_bg1.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width: 176px;
    height: 17px;
    text-decoration: none;
}
.subm{
    cursor: hand;
}