﻿body 
{
    font-family: Arial;
    font-size: 12px;
    color: #545454;
    line-height: 18px;
    margin:0px;
}

p 
{
    font-family: Arial;
    font-size: 12px;
    color: #545454;
    line-height: 18px;
    margin-left: 0px;
    margin-top: 5px;
}

li
{
    line-height: 18px;
    color: #545454;
}

h1
{
    font-family: Arial;
    font-size: 26px;
    color: #545454;
    margin-top: 18px;
}


h2
{
    font-family: Arial;
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    color: #373737;
    margin-top: 35px;
    margin-bottom: 9px;
}


h3
{
    font-family: Arial;
    font-weight: normal;    
    font-size: 15px;
    line-height: 17px;
    color: #bf1b1b;
}

.intro
{
    font-size: 18px;
    line-height: 25px;
    color: #7a7a7a
}


.topmenu
{
    color: #545454;
    font-size: 14px; 
}

a.topmenu:link,a.topmenu:visited,a.topmenu:active
{
    font-size: 14px;
    color: #545454;
    text-decoration: none;
}

a.topmenu:hover
{
    font-size: 14px;
    color: #b72026; 
    text-decoration: none;    
}

.footer
{
    color: #7a7a7a;
    font-size: 11px; 
    line-height: 18px;
    margin: 0px 0px 0px 0px; 
}

a.footer:link,a.footer:visited,a.footer:active
{
    font-size: 11px;
    color: #bfbfbf;
    text-decoration: none;
}

a.footer:hover
{
    font-size: 11px;
    color: #717171; 
    text-decoration: none;    
}

.footer2
{
    color: #717171;
    font-size: 11px; 
    line-height: 18px;
    margin: 0px 0px 0px 0px; 
}

a.footer2:link,a.footer2:visited,a.footer2:active
{
    font-size: 11px;
    color: #717171;
    text-decoration: none;
}

a.footer2:hover
{
    font-size: 11px;
    color: #b72026; 
    text-decoration: none;    
}

a:link,a:visited,a:active
{
    color:#bf1b1b;
    text-decoration:none;
}

a:hover
{
    color:#bf1b1b;
    text-decoration:underline;
}

.TextBoxField
{
    border-width:1px;
    border-style:solid;
    border-color: #e1e1e1;
    padding: 3px 3px 3px 3px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color:#777777;
    width: 193px;
}

.TextBoxFieldArea
{
    border-width:1px;
    border-style:solid;
    border-color: #e1e1e1;
    padding: 3px 3px 3px 3px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color:#777777;
    width:300px;
    height:150px;
}

.ErrorMessage
{
    color:#bf1b1b;
}


.anylinkcss
{    
    position: absolute;
    visibility: hidden;
    border:0px solid #000000;
    line-height: 18px;
    z-index: 100;
    background-color: #ffffff;
    width: 205px;
    text-align: left;
}

.anylinkcss a
{
    color: #999999;
    font-weight: normal;
    width: 110px;
    display: block;
    text-indent: 0px;
    padding: 7px 7px 7px 7px;
    text-decoration: none;
    font-weight: bold;
    text-indent: 5px;
    margin: 0px 0px 0px 0px;
}

.anylinkcss a:hover
{ 
    /*hover background color*/
    color: white;
    background-color: #a4cf57;    
}
