/*     GENERAL CSS DEFINITIONS     */


* {
    margin: 0;
    padding: 0;
}

BODY, TD {
    color: #4d4c4c;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

P {
    text-align: left;
}

A:link, A:visited, A:active {
    color: #CC0000;
    text-decoration: underline;
}

A:hover, A:focus {
    color: #CC0000;
    text-decoration: none;
}

H2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    color: #333333;
    /*	background-image:url(images/bg_title.gif);
background-position: 8px left;
background-repeat: repeat-x; */
    height: 23px;
    padding-bottom: 5px;
    padding-top: 10px;
    text-transform: upper;
}

a:link img {
    text-decoration: none;
    border-width: 0px;
}

a:visited img {
    text-decoration: none;
    border-width: 0px;
}
