@charset "utf-8";
body h2 {
    color: #FF0000;
}
div#table * {
    padding: 0; 
    margin: 0; 
    font-family: Georgia, "Times New Roman", Times, serif;
}
div#table h2 {
    color: #FF9900;
}
div#table h4 {
    margin-bottom: 10px; 
    color: #CCCCCC;
}
#table ul li {
    list-style-type: none; 
    display: block; 
    width: 100%; 
    padding: 0.5em 0; 
    float: left; 
    border-bottom: solid 1px #ebebeb;
}
#table ul li#header {
    display: block; 
    width: 100%; 
    float: left; 
    background: #f8f8f8; 
    font-weight: bold; 
    font-size: 150%;
}
#table ul li:first-child {
    border-top: solid 3px #333333; 
    border-bottom: solid 1px #333333;
}
#table ul li:last-child {
    border-bottom: solid 3px #333333 !important;
}
#table ul li p span:first-child {
    float: left; 
    width: 10%; 
    text-align: center;
}
#table ul li em {
    font-style: normal;
}
li#header p strong {
    text-align: center;
}
#table ul li p {
    line-height: 18px;
}
#table ul li p strong, span, em {
    display: block; 
    float: left;
}
#table ul li#header p em {
    font-weight: bold; 
    font-style: normal;
}
#table ul li p strong {
    width: 45%;
}
#table ul li p span, em {
    width: 45%; 
}

