﻿body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
h1
{
    color: #1d1d1d;
    font-size: 2em;
    line-height: 1.166em;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 15px;
}
h2
{
    color: #1d1d1d;
    font-size: 1.94em;
    line-height: 1.1em;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 15px;
}
h3
{
    font-size: 1.833em;
    line-height: 1em;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 3px 0 6px 0;
}
/*#header .border
        {
            border: 1px solid #000000;
            height: 310px;
        }*/.menu
{
    border-bottom: 1px solid #000000;
    width: 100%;
    overflow: hidden;
}
.menu td
{
    float: left;
    width: 145px;
    padding: 0;
    text-align: center;
    background: url(_images/menu-devider.gif) top right repeat-y;
    padding-right: 2px;
}
.menu td a
{
    color: #d5d5d5;
    text-decoration: none;
    background: url(_images/menu-tali.gif) top repeat-x;
    display: block;
    padding: 5px 0 5px 0;
}
.menu td a:hover
{
    color: #ababab;
    background: url(_images/menu-tali-active.gif) top repeat-x;
}
.menu .active a
{
    color: #ababab;
    background: url(_images/menu-tali-active.gif) top repeat-x;
}
.menu .last
{
    background: none;
    padding: 0;
    width: 139px;
}
.footer
{
    color: White;
}
.footer a
{
    text-decoration: none;
    color: White;
}
.footer .active a
{
    text-decoration: underline;
}

.formButton
{
    border: 1px solid #000000; 
    color: #FFFFFF; 
    font-weight: bold;
    background-image: url('_images/form-button.gif'); 
    height: 27px;  
    background-repeat: repeat-x;
}

.regButton
{
    border: 1px solid #000000; 
    color: #FFFFFF; 
    font-weight: bold;
    background-image: url('_images/form-button.gif'); 
    height: 27px;  
    background-repeat: repeat-x;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    text-decoration: none;
}
