body, td, textarea, input, select {
        font-family: Verdana;
        font-size: 12px;
        color: #707070;
}
h1 {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
}
a:link,a:visited {
        color: #707070;
        font-family: Verdana;
        font-size: 12px;
        text-decoration: none;

}
a:hover {
        color: #FF0000;
        font-family: Verdana;
        font-size: 12px;
        text-decoration: none;
}
a.topmenu:link,a.topmenu:visited,a.bottommenu:link,a.bottommenu:visited,a.small:link,a.small:visited {
        color: #707070;
        font-family: Verdana;
        font-size: 10px;
        text-decoration: none;

}
a.topmenu:hover,a.bottommenu:hover,a.small:hover {
        color: #FF0000;
        font-family: Verdana;
        font-size: 10px;
        text-decoration: none;
}
.frame {
        border: 1px solid #DDDDDD;
}
.small {
        font-size: 10px;
}
.white {
        color: #FFFFFF;
}
.copyright {
        color: #999999;
        font-size: 10px;
}
.width {
        width: 100%
}
.cursor_hand, label {
        cursor: pointer;
}
