﻿
html, body, th, td, a, input, select, textarea
{
    color: #000000;
    font: 11px "Segoe UI" , Verdana, Geneva, Arial, Helvetica, sans-serif;
     
}
html, body
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url( ../images/bkg/page.jpg );
    background-position:center top;
    background-repeat:repeat-y;
    background-color:#b3ddeb;
}
html, body, form
{
    height: 100%;
}
a:active, a:link
{
    color: #4C6A97;
    text-decoration: none;
}
a
{
    color: #0D0B4C;
    text-decoration: none;
}
a:visited
{
    color: #0D0B4C;
    text-decoration: none;
}
a:focus, a:hover
{
    color: #4C6A97;
    text-decoration: underline;
}
a:hover
{
    text-decoration: underline;
}
hr
{
    border-top: 1px solid #c3c3c3;
    margin: 5px 0px;
}
li
{
    margin-left: 15px;
}
option, select
{
    font: 11px "Segoe UI" , Verdana, Geneva, Arial, Helvetica, sans-serif;
}
ul
{
    margin-left: 10px;
}

