﻿body,html
{
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
body,.plain,.content td,.content p
{
    font-family: Tahoma;
    font-size: 12px;
}
.maincontainer
{
    border: solid 2px #CC9900;
    height: 100%;
    background-color: #fff;
    width: 975px;
}
.labels
{
    font-weight: bold;
}

/*   Content */
.content
{
    padding: 10px;
    vertical-align: top;
}
.content h1
{
    font-size: 22px;
    font-family: 'Trebuchet MS';
}