﻿body
{
    background-color: #FFFFFF;
    font-size: 10px;
    color: #000000;
    font-style: normal;
    font-family: Verdana, Serif, Sans-Serif;
    left: 0px;
    top: 0px;
    margin: 0px;
}
 /* background-color: #272E36; */

.submit {
cursor:pointer;
border:outset 0px #ccc;
background:#999;
color:#FFFFFF;
font-weight:bold;
font-size:8pt;
padding: 2px 2px 2px 2px;
background:url(images/but_bg.gif) repeat-x left top; 
}


.maintabsA {
     font-weight: bold;
    font-family: Arial, Serif, Sans-Serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    line-height: normal;
    letter-spacing: normal;
    width: 110px;
    height: 43px;
    
    
}

.maintabsA:Hover
{
    font-weight: bold;
    font-family: Arial, Serif, Sans-Serif;
    font-size: 12px;
    color: #996666;
    text-decoration: none;
}


.menu_link A
{
    font-family: Verdana;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: White;
    padding: 0px;
    display: block;
    text-decoration: none;
    border: 1px solid;
    border-color: #ABCAE7 #0E1E2D #1F4566 #73A8D7;
    width: 110px;
    height: 43px;
    background-position: left top;
    background-image: url(images/mainTab.jpg);
    vertical-align: middle;
}

.menu_link A:hover
{
    font-family: Verdana;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: White;
    padding: 0px;
    display: block;
    background: #DE0602;
    text-decoration: none;
    border: 1px solid;
    border-color: #EA9290 #6A0301 #2F0100 #DC4B48;
    background: url(images/mainTab_RollOver.jpg) repeat-x left top;
    width: 110px;
    height: 43px;
}


