html, body
{
    background: url(../images/hdr_grad.jpg) #E31B24 repeat-x;
    border: none;
    font: 11px Verdana;
    margin: 0px;
}
h1
{
    font-size: xx-small;
    font-weight: normal;
    padding:1px;
    margin:1px;
}
.tblcontainer
{
    background: #FFFFFF;
}
.mastertblcontainer
{
    background-image: url(../images/ftr_grad.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
}
/* ***************Links*****************/
a:visited
{
    color: #800000;
    text-decoration: underline;
}
a:active
{
    color: #003399;
    text-decoration: underline;
}
a:link
{
    color: #003399;
    text-decoration: underline;
}
a:hover
{
    color: #003399;
    text-decoration: underline;
}
a.navigationlinks:hover
{
    font-weight: bold;
    padding: 5px;
    text-decoration: underline;
}
a.navigationlinks:link
{
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}
a.navigationlinks:visited
{
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}
a.navigationlinks:active
{
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}
/* ***************Tables*****************/
.pageoverview
{
    height: 237px;
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}
.pageleftcolumn
{
    border-right: 1px solid #808080;
    color: #676767;
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}
.pageleftcolumntestimonial
{
    border-right: 1px solid #808080;
    color: #676767;
    padding: 10px;
    text-align: Justify;
    vertical-align: text-top;
}
.pagecontent1
{
    padding: 10px;
    text-align: left;
    vertical-align: text-top;
}
.tablesmallheader
{
    background: url(../images/column_header.gif) no-repeat;
    color: #FFFFFF;
    font: bold;
    font-size: small;
    font-variant: small-caps;
    font-weight: bold;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    width: 205px;
}
.tablesmallbody
{
    background: #F2F2F2;
    border-top: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-bottom: solid 5px #CCCCCC;
    color: #000000;
    height: 175px;
    padding: 3px;
    text-align: left;
    font-size: xx-small;
    vertical-align: top;
    width: 197px;
}
.listcompact
{
    font-size: xx-small;
    color: #e31b24;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

