@charset "utf-8";


body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    background-image:url(../img/back.gif);
    background-repeat: repeat;
}

hr {
    height: 1px;
    color: #cccccc;
    background-color: #cccccc;
    border: 0px;
}

table { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
}

a {
    outline: none;
}

a:link {

    color: #333333;
    font-weight:bold;
    text-decoration: none;
}

a:visited {

    color: #333333;
    font-weight:bold;
    text-decoration: none;
}

a:active {

    color: #cc3333;
    font-weight:bold;
    text-decoration: none;
}

a:hover {

    color: #333333;
    font-weight:bold;
    text-decoration: underline;
}

