BODY
{
    font-family: Arial, Helvetica, Tahoma;
    color: #000000;
    font-size: 12px;
    line-height: 120%;
    background-color: #EFF5E3;
    padding: 5px;
    margin: 5px;
    border: 5px;
    background-image: url('/Common/Images/PageBackground.gif');
    background-repeat: repeat-x;
}
TD, P
{
    font-family: Arial, Helvetica, Tahoma;
    color: #000000;
    font-size: 12px;
    line-height: 120%;
}
Img
{
    border: 0;
}
Table.Footer
{
    background-image: url('/Common/Images/FooterBackground.gif');
    background-color: #EAF1DD;    
}
TD.Footer
{
    color: #7C8D62;
}
A.Footer:link
{
    COLOR: #7C8D62;
    TEXT-DECORATION: underline
}
A.Footer:visited
{
    COLOR: #7C8D62;
    TEXT-DECORATION: underline
}
A.Footer:hover
{
    COLOR: #7C8D62;
    TEXT-DECORATION: none
}
Table.MainBody
{
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
Table.RightColumnPicture
{
    background-color: #EFF5E3;
}
.RatesHeader
{
    color: #525740;
    font-size: 13px;
    font-weight: bold;
}
.RatesBody
{
    color: #525740;
    font-size: 11px;
}
.RightColumnPictureCaption
{
    color: #525740;
    font-size: 11px;
    font-weight: bold;
}
.RightColumnPictureDescription
{
    color: #525740;
    font-size: 11px;
}
UL
{ 
    list-style-image:url("/Common/Images/BulletSquare.gif"); 
} 
LI
{ 
    line-height: 130%;
    padding-bottom: 5px;
} 
H1
{
	font-family: Georgia, Arial, Helvetica, Tahoma;
    color: gray;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 120%;
}
H2
{
    color: gray;
    font-size: 14px;
    font-weight: bold;  
}
H3
{
    color: gray;
    font-size: 13px;
    font-weight: bold;  
}
A:link
{
    COLOR: #666633;
    TEXT-DECORATION: underline
}
A:visited
{
    COLOR: #666633;
    TEXT-DECORATION: underline
}
A:hover
{
    COLOR: #666633;
    TEXT-DECORATION: none
}
.FormContainer
{
    background-color: #EEEEEE;
    border: 1px solid #C0C0C0;
    width: 100%;
}
.FormButton
{
	font-size: 11px;
	color: gray;
	border: 1px solid #808080;
	padding-left: 4px; 
	padding-right: 4px; 
	padding-top: 1px; 
	padding-bottom: 1px; 
	background-color: #FFFFFF
}
.FormTextbox
{
	font-size: 11px;
	border: 1px solid #808080;
	background-color: #FBFAF5
}
.FormFieldLabel
{
	font-weight: normal;
}
.FormRequiredFieldLabel
{
	font-weight: bold;
}
.ErrorMessage
{ 
	color: #C8090D;
	font-size: 11px;
	font-weight: normal;
}
.Center
{ 
    text-align: center;
}
TD.SiteBy
{
    font-size: 10px;
}