/*html * {
    border: 0px;
    padding: 0px;
    margin: 0px;
}*/

.text, td.form-label, span.error, p {
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    list-style-type: circle;
    list-style-position: inside;
}

.list-text {
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 120%;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    list-style-type: bullet;
    list-style-position: inside;
}

.fpl-text {
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    list-style-type: circle;
    list-style-position: inside;
}

.cs-tabletext {
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-size: 12px;
    line-height: 140%;
    font-weight: bold;
    color: #000000;
    vertical-align: top;
    /* Only works with inline elements e.g. <img> */
}

.topmenu {
    background-color: #ffcc00;
    font-family: Verdana, Tahoma, Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #cc0000;
}

.heading {
    font-family: Verdana, Tahoma, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
    text-align: center;
}

.fancybackgroundbody {
    background-image: url(../bricks.jpg);
}

.plainbackgroundbody {
    background-color: #CD191E;
    /* c85050 - original red, bit too pink... */
}

.exampletable {
    /*	border-color:#FF0000; Doesn't work in my browser!  Does in MX... */
    /*	border-width:100px; Doesn't seem to work... */
    background-color: #ffffff;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
}

a:link {
    color: #CD191E;
    text-decoration: underline;
    font-weight: bold;
}

a:visited {
    color: #DF814D;
    text-decoration: underline;
    font-weight: bold;
}

a:active {
    color: #eeeeee;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #eeeeee;
    text-decoration: underline;
    font-weight: bold;
}

span.error {
    color: #00aa00;
    font-weight: bold;
}
