/* Global Styles */
a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #CC3300;
}

img {
    border-style: none;
}

/* ID Styles */

#navigation a {
    color: #FFFFFF;
    font-weight:bold;
    text-decoration: none;
    letter-spacing:.1em;
    margin-right: 5px;
    font-family: tahoma;
    font-size: 14px;
}

#navigation a:hover {
    color:#CC3300;
}

.common {
    color: #FFFFFF;
    font-family: tahoma;
    font-size: 11px;
    overflow: auto;
}

.input_field {
    font-family: tahoma;
    font-size: 12px;
    overflow: auto;
}

.common a {
    color: #CC3300;
}

.common a:hover {
    color: #FFFFFF;
}

.bioText {
    color: #000000;
    padding: 5px 5px 5px 5px;
    text-align: left;
    background-color: #FEFEFE;
    font-family: tahoma;
    font-size: 12px;
}

.mediaBox {
    color: #000000;
    padding: 10px;
    text-align: left;
    background-color: #FEFEFE;
    font-family: tahoma;
    font-size: 12px;
}

.showHeader {
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
}

.showDetails {
    font-family: tahoma;
    font-size: 12px;
}

.mediaHeader {
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
}



