body
{
    background: #999999;
}

td		{ font-family: Verdana, Arial, Helvetica; font-size: 13px; color: #444444; line-height:150%  }
.subtitle
{
    font-size: 24px;
    color: #444444;
    font-family: Arial, Verdana, Helvetica;
    display: inline-block;
    margin-top: 5px;
    line-height: 120%;
}
.sectitle
{
    font-size: 16px;
    color: #444444;
    font-weight: bold;
    font-family: Arial, Verdana, Helvetica;
}

.leftnavi
{
    font-size: 12px;
    height: 48px;
    padding: 0px 10px 0px 10px;
    color: #ffffff;
    background-color: #aaaaaa;
}

.leftnavi-off
{
    font-size: 12px;
    height: 48px;
    padding: 0px 10px 0px 10px;
    color: #777777;
    background-color: #ffffff;
}

.header A:link, .header A:visited
{
    color: #444444;
    text-decoration: none;
    display: inline-block;
    margin: 0px 8px 18px 0px;
    padding: 1px 8px 3px 8px;
}

.header A:link.on,
.header A:visited.on,
.header A:hover
{
    color: #ffffff;
    text-decoration: none;
    background-color: #222222;
}

.formfield
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
    color: #444444;
    border: 1px solid #c0c0c0;
}

A:link		{ color: #1072BA; text-decoration : none }
A:visited	{ color: #1072BA; text-decoration : none }
A:hover		{ color: #1072BA; text-decoration : underline }

.footer		{ font-size: 11px; color: #999999; margin-left: 15px  }

.footer A:link		{ color: #cccccc; text-decoration : none }
.footer A:visited	{ color: #cccccc; text-decoration : none }
.footer A:hover		{ color: #cccccc;text-decoration : underline }

.button {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(Images/ButtonBgDeep.gif);
    background-repeat: repeat;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    height: 23px;
    width: 80px;
    border-right:1px solid #808080;
    border-bottom:1px solid #808080;
    border-top:none;
    border-left:none;
    padding:1px 3px;
    margin-top: 5px;
}

.webform td
{
    padding-bottom: 10px;
}