﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #FFFFFF;
    empty-cells: show;
    background-color: #000000;
}
table
{
    width:100%;
    border-collapse:collapse;
    height:100%;
}
#top {vertical-align: top;}
#bottom{height:100px; background-color:Black;vertical-align:top}
a
{
	color: Blue;
	text-decoration: none;
}
a:hover
{
	color: blue;
}
a:visited
{
	color: Blue;
}
.left-col
{
    width: 20%;
    vertical-align: top;
    text-align: center;
    text-indent: 10px;
}
.td-content
{
    border: medium dotted #333333;
    padding: 10px;
    vertical-align: top;
    text-align: left;
    height: auto;
    border-collapse:collapse;
    font-size: small;
    font-family: Tahoma;
    color: #C0C0C0;
}
.header
{
    vertical-align: middle;
    text-align:center;
}
