﻿body
{
    background: #CEDF9B url(Images/bgGradient.gif) repeat-x top left;
    margin: 0px;
    padding-top: 8px;
    font-family: 'Georgia';
}
img {
border: 0;
display: block;
}

.header
{
    background: transparent url(Images/top.gif) no-repeat top left;
    height: 247px;
}

.footer
{
    background-image: url(Images/bottom.gif);
    height: 166px;
    background-color: transparent;
}

.left
{
    width: 108px;
    vertical-align: top;
    background: transparent url(Images/bgLeft.gif) repeat-y top left;
}

.right
{
    width: 93px;
    vertical-align: top;
    background: transparent url(Images/bgRight.gif) repeat-y top right;
}

.content
{
    width: 606px;
    font-size: small;
    color: #380000;
    text-align: left;
    vertical-align: top;
}

.content a:link
{
    font-weight: bold;
    color: #0033CC;
    font-family: Georgia;
   
}

.content a:visited
{
    font-weight: bold;
    color: #380000;
    font-family: Georgia;
    text-decoration: none;
}

.content a:hover
{
    color: #FF0000;
    text-decoration: none;
}

.title
{
    font-size: large;
    font-weight: bold;
    color: #380000;
    text-align: center;
    vertical-align: top;
}

.formTitle
{
    font-size: large;
    font-weight: bold;
    color: #380000;
    vertical-align: top;
}

.formLabel
{
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
}
.copyright 
{
    text-align: center;
	color: #380000;
	text-decoration: none;
	font-size: x-small;
	font-family: 'arial';

}
