﻿.AgentInfo
{
	width: 100%;
	font-size: 8pt;
}
.AddBodyImage
{
	background-image: url('../images/topHeader_right.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
}
.FooterDisclaimer
{
	text-align: center;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFCC;
}
body
{
	font-family: Arial;
	font-size: 10pt;
	background-color: #C0E7A3;
}
.MainContentWrapper
{
	/*text-align:inherit;
	background-image: url('images/MiddleContentBG.gif');
	background-repeat: repeat-y;*/
	width: 100%;
	margin: auto 0 auto;
	font-size: 12pt;
	font-family: Garamond;
}
.MiddleContent
{
	text-align: left;
	float: inherit;
	padding: 15px 15px 15px 15px;
	width: 100%;
	font-size: 12pt;
	font-family: Garamond;
}
.MainTable
{
	width: 100%;
	float: left;
	font-size: 12pt;
	font-family: Garamond;
}
.style4
{
	width: 350px;
}
.style1
{
	width: 100%;
	float: left;
}
.TopHeader
{
	height: 115px;
}
.style3
{
	width: 288px;
}
.FormSytles
{
	text-align: center;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: #FFFFFF;
    background-color: #000000;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: #000000;
    background-color: #B2D19A;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent
{
    background-color: #FFFFFF;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
