﻿body
{
    font-family: Tahoma;
    color: #333333;
    font-size: 11pt;
}

.TopNav
{
    background-image: url(    'images/top_nav_back.png' );
    background-repeat: repeat-x;
    height: 36px;
    color: #FFFFFF;
    padding-right: 10px;
    padding-top: 5px;
    display: block;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
}
.TopNav a
{
     padding-right: 10px;
    color: #FFFFFF;
    text-decoration: none;
}
.TopNav a:hover
{
    text-decoration: underline;
}

.MainNav a
{
    font-size: 9pt;
    text-decoration: none;
    font-weight: bold;
    height: 21px;
    padding-left: 5px;
    padding-right: 5px;
    color: #990000;
    text-decoration: none;
    display: block;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #808080;
    text-align: center;
    padding-top: 7px;
}
.MainNav a:hover
{
    color: #000000;
    background-color: #CCCCCC;
}
H1
{
    margin: 0px;
    font-size: 18pt;
    font-weight: normal;
    color: #000000;
}
H2
{
    color: #990000;
    font-weight: bold;
    font-size: 12pt;
    margin: 0px;
    padding: 0px;
}
.MainLink a
{
    font-size: 12pt;
    color: #990000;
    text-decoration: none;
}
.MainLink a:hover
{
    text-decoration: underline;
}
.FootNav
{
    color: #FFFFFF;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
}
.FootNav a
{
    color: #FFFFFF;
    text-decoration: none;
}
.FootNav a:hover
{
    text-decoration: underline;
}
.DocLink a
{
    font-size: 9pt;
    color: #990000;
    text-decoration: none;
}
.DocLink a:hover
{
    text-decoration: underline;
}

.notification_error{
	color:#FF0000;
	font-size:10px;
}

.mail_response_ok{
	font-size:12px;
}
