/*
ER quarterZ - STYLESHEET
*/


body {
    font-family: 'Saira', sans-serif;
       line-height: 1.1;
    color: #FFFFFF;
    background-color: #000000;
    color: #FFFFFF;
}

#topheader {
    background-color: #721414;
    position: relative;
    color: #FFFFFF;
    font-size: 18px;
    width: 800px;
    margin: 10px;
    padding: 5px;
    z-index: 1;
}

#footer {
    background-color: #721414;
    position: relative;
    color: #FFFFFF;
    font-size: 12px;
    width: 800px;
    margin: 10px;
    padding: 5px;
    z-index: 1;
}

#footer a {
    color: #FFFFFF;
}

#subheader {
    background-color: #f2f2f2;
    position: relative;
    color: #000000;
    font-size: 14px;
    width: 800px;
    margin: 10px;
    padding: 5px;
    z-index: 1;
    
}

#subheader p {
    font-size: 11px; 
}

#subheader table {
    font-size: 11px; 
}


#wtf {
    background-color: #000000;
    position: relative;
    color: #EEEEEE;
    font-size: 12px;
    width: 800px;
    margin: 10px;
    padding: 5px;
    z-index: 1;
}
#wtf h3 {
    font-size: 14px;
}

#regmd {
    background-color: #000000;
    position: relative;
    color: #EEEEEE;
    font-size: 16px;
    width: 800px;
    margin: 10px;
    padding: 5px;
    z-index: 1;
}
#regmd h3 {
    font-size: 18px;
}

#results {
    font-size: 13px;
    background-color: #aa2a2a;
    position: relative;
    color: #FFFFFF;
    width: 800px;
    margin: 10px;
    padding: 5px;
    z-index: 1;
}
#results a {
    color: #FFFFFF;
}
#results table {
    border-color: #FFFFFF;
    font-size: 11px;
}
#results th {
    min-width: 70px;
    max-width: 90px;
    text-align: left;
    font-weight: normal;
}
#results td {
    min-width: 70px;
    max-width: 90px;
    text-align: left;
}

#graph {
    font-size: 14px;
    background-color: #aa2a2a;
    position: relative;
    color: #FFFFFF;
    width: 800px;
    margin: 10px;
    padding: 5px;
    z-index: 1;
}
#graph a {
    color: #FFFFFF;
}
#graph table {
    border-color: #FFFFFF;
    font-size: 13px;
}
#graph th {
    text-align: center;
    font-weight: normal;
}
#graph td {
    font-size: 10px;
}


#bg {
    font-family: 'Saira', sans-serif;
    background-color: #111111;
    z-index: -1;
    position: absolute;
    left: 0px;
    top: 0px;
}


