
body.bodyStyle {
    background-color: #000000;//#D5D5D5;
    margin:           0px;
}

td.error {
    font-family:  Arial;
    font-size:    10px;
    color:        #FF0000;
}

td.header {
    font-family:  Impact;
    font-size:    25px;
    font-weight:  bold;
    color:        #FFFFFF;
}

td.title {
    font-family:  Lucida Console;
    font-size:    14px;
    font-weight:  bold;
    color:        #C0C0C0;//#3C3C3C;
}

td.label {
    font-family:  Arial;
    font-size:    10px;
    font-weight:  bold;
    color:        #222222;//#3C3C3C;
}

td.value {
    font-family:  Arial;
    font-size:    10px;
    font-weight:  normal;
    color:        #222222;//#3C3C3C;
}

td.plainText {
    font-family:  Arial;
    font-size:    10px;
    font-weight:  normal;
    color:        #A3A3A3;
}

td.photo {
    border-color:        #FFFFFF;//#3C3C3C;
    border-style:        solid;
    border-top-width:    1px;
    border-bottom-width: 1px;
    border-left-width:   1px;
    border-right-width:  1px;
    padding-left:        1px;
    padding-right:       1px;
    padding-top:         1px;
    padding-bottom:      1px;
}

td.comment {
    font-family:  Arial;
    font-size:    10px;
    font-weight:  normal;
    color:        #3C3C3C;
}

.padding2px {
    padding-left:   2px;
    padding-right:  2px;
    padding-top:    2px;
    padding-bottom: 2px;
}

/**
 * Link styles
 */
a.mailto:active {
    color:           #D34F01; 
    text-decoration: underline;
}
a.mailto:visited {
    color:           #3C3C3C; 
    text-decoration: underline;
}
a.mailto:hover {
    color:           #D34F01; 
    text-decoration: none;
}
a.mailto:link {
    color:           #3C3C3C; 
    text-decoration: underline;
}

a.link:active {
    color:           #800000;
    text-decoration: underline;
}
a.link:visited {
    color:           #FFFFFF;
    text-decoration: underline;
}
a.link:hover {
    color:           #800000;
    text-decoration: none;
}
a.link:link {
    color:           #FFFFFF;
    text-decoration: underline;
}

a.plainTextLink:active {
    color:           #800000;
    text-decoration: underline;
}
a.plainTextLink:visited {
    color:           #A3A3A3;
    text-decoration: underline;
}
a.plainTextLink:hover {
    color:           #800000;
    text-decoration: none;
}
a.plainTextLink:link {
    color:           #A3A3A3;
    text-decoration: underline;
}

a.error:active {
    color:        #FF0000;
    text-decoration: underline;
}
a.error:visited {
    color:        #FF0000;
    text-decoration: underline;
}
a.error:hover {
    color:        #FF0000;
    text-decoration: none;
}
a.error:link {
    color:        #FF0000;
    text-decoration: underline;
}
