#main_div {
    background-color:#fff;
    position:absolute;
    left:25px;
    top:893px;
    width:915px;
    z-index:39;
    text-align:justify;
    padding:5px;
}

h2 
{
    color:#2f4f4f;
}

h1 
{
    color:#2f4f4f;
}

p#text 
{
    color:#2f4f4f;
    font-size:16px;
}

#table thead
{
    background: #F7F7F7;
    color:#2f4f4f;
    font-size:16px;
}

#table tbody tr:nth-child(odd)
{
	background: #fff;
    color:#2f4f4f;
    font-size:16px;
}

#table tbody tr:nth-child(even)
{
	background: #F7F7F7;
    color:#2f4f4f;
    font-size:16px;
}

#table
{
    text-align: center;
    border-collapse: collapse;
}

#table th
{
    text-align: left;
}

#table thead th
{
    text-align: center;
}


p#disclaimer {
    color:#a9a9a9;
    font-size:11px;
}