﻿body 
{
    font-family: Arial;
    font-size: 12px;
    color: #373737;
    line-height: 17px;
    margin:0px;
}

p 
{
    font-family: Arial;
    font-size: 12px;
    color: #373737;
    line-height: 17px;
    margin-left: 0px;
    margin-top: 5px;
}

li
{
    line-height: 17px;
    color: #373737;
}

h1
{
    font-family: Georgia;
    font-weight: normal;
    font-size: 50px;
    color: #e0e0e0;
    font-style: italic;
    margin: 35px 0px 0px 0px;    
}


h2
{
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    line-height: 22px;
    color: #373737;
    margin: 25px 14px 14px 0px;    
}


h3
{
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    line-height: 22px;
    color: #373737;
    margin: 10px 14px 14px 0px;    
}

.SearchText
{
    color:#ffffff;
    font-weight: normal;
    font-size:14px;
    font-family: Georgia;
    margin: 0px 0px 0px 0px;
}

.news
{ 
    color: #ffffff;
    margin: 14px 20px 0px 28px;
    text-decoration: none;
}

.footer
{
    color: #676767;
    font-size: 11px; 
    line-height: 18px;
    margin: 0px 0px 0px 0px; 
}

a.footer:link,a.footer:visited,a.footer:active
{
    font-size: 11px;
    color: #676767;
    text-decoration: none;
}

a.footer:hover
{
    font-size: 11px;
    color: #000000; 
    text-decoration: underline;    
}

.menulink, a.menulink:link,a.menulink:visited,a.menulink:active
{
    font-family: Arial;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 20px;
    text-decoration: none;
}

a.menulink:hover
{
    text-decoration: none;
    color: #d10f0a;
}

.title
{
    margin: 0px 0px 0px 0px
}

a:link,a:visited,a:active
{
    color:#bf1b1b;
    text-decoration:none;
}

a:hover
{
    color:#bf1b1b;
    text-decoration:underline;
}


.anylinkcss
{    
    position: absolute;
    visibility: hidden;
    border:0px solid white;
    border-bottom-width: 0;
    line-height: 18px;
    z-index: 100;
    background-color: #111111;
    width: 205px;
}

.anylinkcss a
{
    color: #aeaeae;
    font-weight: normal;
    width: 100%;
    display: block;
    text-indent: 0px;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    text-indent: 5px;
    margin: 7px 0px 7px 7px;
}

.anylinkcss a:hover
{ 
    /*hover background color*/
    color: white;
}

.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;
}
