BODY
{
    font-family: Verdana,Tahoma,Arial;
    font-size: 10pt;
    background-color: #F6F7F9;
    color: Black;
}

TABLE.TableMasterPage
{
	padding: 0px;
	margin: 0px;
	width: 800px;
}

A.MenuLink {
        line-height: 140%;
        display: block;
        width: 105px;
        padding-left: 20px;
        text-align: left;
        text-decoration: none;
        color: Black;
        border: none;
}

A.MenuLink:hover {
        background-color: #C9D400;
}



A.BoxText {
        display: block;
        width: 60px;
        text-align: center;
        text-decoration: none;
        color: white;
        border: none;
}
A.BoxText:hover {
        background-color: #F7931E;
}
A.WhiteText {
        text-decoration: none;
        color: white;
}
A.WhiteText:hover {
        text-decoration: underline;
}
A.BlueText {
        text-decoration: none;
        color: blue;
}
A.BlueText:hover {
        text-decoration: underline;
        color: blue;
}
A.MenuHeading {
        line-height: 140%;
        display: block;
        width: 132px;
        padding-left: 5px;
        text-align: left;
        text-decoration: none;
        color: white;
}
A.MenuHeading:hover {
        background-color: #F7931E;
}

A.MenuLink {
        line-height: 140%;
        display: block;
        width: 112px;
        padding-left: 25px;
        text-align: left;
        text-decoration: none;
        color: white;
        border: none;
}

A.MenuLink:hover {
        background-color: #F7931E;
}

H1
{
    color: #0099cc;
    font: bold 24px Verdana, Tahoma, Arial;
}
H2
{
    color: #0099cc;
    font: bold 18px Verdana, Tahoma, Arial;
}
H3
{
    color: #0099cc;
    font: bold 14px Verdana, Tahoma, Arial;
}

IMG.Corners
{
    display: block;
    line-height: 0;    
}

SPAN.yT {color: yellow}
SPAN.WBT {color: white; font-weight: bold}

TABLE.Menu
{
    width: 100%;
    padding: 0px;
}

.MenuTab
{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	border-width: 5px;
	border-color: #6AA8C2;
	border-style: none none solid none;
	border-collapse: collapse;
}

DIV.WhiteBox {
        background-color: #556A8E;
        border-style: solid;
        border-width: 1px;
        border-color: #2D4051;
        margin: 4px;
}

DIV.Box
{
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #6AA8C2;
	padding: 10px 15px 10px 15px;
}

DIV.DivMasterPage
{
	width: 800px;
	margin: 0px auto;
}

.featureGroup
{
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
}

.featureCell
{
    border-color: Black;
    border-width: thin;
    padding: 5px;
    background-color: #DDE0E8;
    width: 300px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.liteCell
{
    border-color: Black;
    border-width: thin;
    background-color: #EAECF0;
    text-align: center;
    width: 210px;
    vertical-align: middle;
    border-top-style: solid;
    border-bottom-style: solid;
}

.proCell
{
    border-color: Black;
    border-width: thin;
    background-color: #F7F8F9;
    text-align: center;
    width: 210px;
    vertical-align: middle;
    border-top-style: solid;
    border-bottom-style: solid;
}

.BlueLine
{
	color: #6AA8C2;
	width: 80%;
}

input, textarea, select
{
	border: 1px solid #7EACB1;
}

/** turn the border back on for radio and checkboxes for Mozilla based browser **/
/** necessary because these define the border as the actual radio or checkbox  **/
/** IE 5+ ignores this CSS 2 definition                                        **/
input[type="radio"], input[type="checkbox"] 
{
	border: none;
}

