body {
        background-color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #B4B4B4;
        margin: 0px;
}
.small {
        font-size: 11px;
}
.big {
        font-size: 13px;
}
.justify {
        text-align: justify;
}

form {
        margin: 0px;
}

input, textarea
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        border: none;
        padding: 1px 1px 1px 1px;
        background-color: #B4B4B4;
}

input.check
{
        background-color: #000000;
}

a:link, a:visited {
#  color: #B4B4B4;
  color: #808080;
  text-decoration: none;
}

a:active, a:hover, a.selected:link, a.selected:visited, a.selected:active, a.selected:hover {
        color: #E6E6E6;
        text-decoration: none;
}

#menu a:link, #menu a:visited {
  color: #808080;
  text-decoration: none;
}

#menu a:active, #menu a:hover, #menu a.selected:link, #menu a.selected:visited, #menu a.selected:active, #menu a.selected:hover {
        color: #FFFFFF;
        text-decoration: none;
}

td.borderTopRed {
        border-top: 1px solid #EE1D22;
}
td.borderTopGray {
        border-top: 1px solid #6A6C6B;
}
td.borderRightGray {
        border-right: 1px solid #2B2B2B;
}
td.borderLeftGray {
        border-left: 1px solid #2B2B2B;
}
td.borderTopDarkGray {
        border-top: 1px solid #2B2B2B;
}
td.borderAllDarkGray {
        border: 1px solid #2B2B2B;
}
td.header, tr.header{
    background-color: #585858;
}

td.second, tr.second{
    background-color: #1E1E1E;
}

.pageSubtitle {
        font-size: 12px;
        text-decoration: underline;
}

.pageSubtitleDark {
        color: #808080;
        text-decoration: underline;
}

#imgThumbs img {
        border: 5px solid #000000;
}
img.borderGray {
        border: 1px solid #B4B4B4;
}
img.borderRed {
        border: 1px solid #EE1D22;
}

td.pageTitle {
        border-bottom: 1px solid #2B2B2B;
}.error {
        color: #FF0000;
}