﻿html 
{
    height: 100%;
}

body 
{
    height: 100%;
    margin: 0px 0px 0px 0px;
}

form 
{
    height: 100%;
}

.gradientClass1
{
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffcc66));
    background: -moz-linear-gradient(top, #ffffff, #ffcc66);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType='0', startColorstr='#ffffff', endColorstr='#ffcc66');    
}

.gradientClass2 
{
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffcc00));
    background: -moz-linear-gradient(top, #ffffff, #ffcc00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType='0', startColorstr='#ffffff', endColorstr='#ffcc00');
}

table.pageLayout1
{
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffcc66));
    background: -moz-linear-gradient(top, #ffffff, #ffcc66);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType='0', startColorstr='#ffffff', endColorstr='#ffcc66');    
    border-collapse: collapse;
    height: 100%;
    width: 100%;
}

table.pageLayoutGray
{
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#b1b4b4));
    background: -moz-linear-gradient(top, #ffffff, #b1b4b4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType='0', startColorstr='#ffffff', endColorstr='#b1b4b4');    
    border-collapse: collapse;
    height: 100%;
    width: 100%;    
}

.menuTable
{
    width: 105px;
}

.menuCellSpace 
{
    height: 5px;
}

.menuLink 
{
    text-decoration: none;
    font-family: Arial;
    font-size: 11.0pt;
    font-weight: bold;
    color: Black;
    padding: 5px 0px 5px 0px;
}

.button1
{
    margin: 5px 5px 5px 5px;
    height: 33px;
    background-image: url(../images/buttons.png);
    background-position: center center;
    background-repeat: repeat-y;
    text-align: center;
}


.buttonXX
{
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 5px 0px;
    background-image: url(../images/buttons.png);
    background-repeat: repeat-y;
    text-align: center;
    font-family: Arial Black;
    font-size: small;
    color: Black;
}

.footer1
{
    font-family: Arial;
    font-size: 8.0pt;
    font-weight: bold;
    margin-left: 20px;
}

.RegularText
{
    font-family: Arial;
    font-size: medium;
}

.BoldText 
{
    font-family: Arial;
    font-size: medium;
    font-weight: bolder;
}

.LargerBoldText
{
    font-family: Arial;
    font-size: x-large;
    font-weight: bolder;    
}

.SectHdrUdlTxt
{
    font-family: Arial;
    font-size: 11.0pt;
    font-weight: bold;
    text-decoration: underline;
}

.PromoText 
{
    font-family: Arial;
    font-size: 14.0pt;
}

.PromoAndText
{
    font-family: Arial;
    font-size: 11.0pt;
    font-weight: bold;
}

.PromoFineText
{
    font-family: Arial;
    font-size: 8.8888pt;
}

.CareerText
{
    font-family: Arial;
    font-size: 11.0pt;
}

.ContactHdrText 
{
    font-family: Arial;
    font-size: 12.0pt;
    font-weight: bold;
}

.ContactSubHdrText
{
    font-family: Arial;
    font-size: 11.0pt;
    font-weight: bold;
}

.ContactAddrText
{
    font-family: Arial;
    font-size: 10.0pt;
    font-weight: bold;    
}

.ContactInstrText
{
    font-family: Arial;
    font-size: 9.0pt;
}

.ContactPromptText
{
    font-family: Arial;
    font-size: 8.0pt;
    font-weight: bold;
}

.ContactInputText
{
    font-family: Arial;
    font-size: 9.0pt;    
}

