/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #FFFFFF;
	background-image: url(../images/vertical-strip.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Verdana, Arial, times, serif;
	font-size: 11pt;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #2f2f2f;
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #2761ad;
	text-decoration: underline;
}

a:hover {
	color: #87afe5;
}

fieldset {
	margin: 0;
	padding:0;
	border: 1px solid #484848;
	background: url(../images/fieldset-fade.jpg) #ffffff repeat-x bottom;
}

legend {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

td, th {
	text-align: left;
	vertical-align: top;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6, h7 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

a.PagePrevLink:link, a.PageNextLink:link, a.PagePrevLink:visited, a.PageNextLink:visited, a.PagePrevLink:active, a.PageNextLink:active  {
	font-weight: bold;
	color: #2761ad;
	text-decoration: none;
	font-size: 20px;
}

a.PagePrevLink:hover, a.PageNextLink:hover {
	color: #87afe5;
}

a.ActionLink:link, a.ActionLink:visited, a.ActionLink:active  {
	font-weight: bold;
	color: #2761ad;
	text-decoration: none;
	font-size: 11px;
}

a.ActionLink:hover {
	color: #87afe5;
}

a.AgentWebLink1:link, a.AgentWebLink1:visited, a.AgentWebLink1:active  {
	font-weight: normal;
	color: #2761ad;
	text-decoration: none;
}

a.AgentWebLink1:hover {
	color: #87afe5;
}

.TopHeading {
	color: #FFFFCC;
	font-size: 9pt;
	font-weight: bold;
}

.PageHeading {
	font-size: 18pt;
	font-weight: normal;
	text-decoration: none;
	color: #CC6633;
}

.ContentPadding {
	padding: 0 8px 8px 8px;
}

.ContentPaddingAll {
	padding: 8px 8px 8px 8px;
}

.ContentPaddingLargeAll {
	padding: 10px 20px 20px 20px;
}

.TableHeadings {
	background-color: #D7DFE1;
}

.TableHeadings th {
	/* border-bottom: 1px solid #303030; */
	color: #505050;
}

.FieldLabel {
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
}

.FieldLabelTop {
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 8px;
}

.FormInputSmall, .FormInputLogin, .FormInputSelect {
	background-color: #FEFEFE;
	color: #303030;
	border: 1px solid #404080;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-left: 3px;
}

.FormInputLoginSmall {
	color: #393939;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #808080;
	padding: 4px;
    background: #FFFFFF url(../images/bg-fade.jpg) repeat-x bottom left;
}

.FormInputText {
	background-color: #FEFEFE;
	color: #404040;
	border: 1px solid #404040;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.FormInputButton {
	color: #3366FF;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	visibility: visible;
}

a.DesignBy:link, a.DesignBy:visited, a.DesignBy:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4b4a2b;
	text-decoration: none;
}

a.DesignBy:hover {
	color: #FF6600;
}

.FooterMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
}

.FooterMenu a:link, .FooterMenu a:visited, .FooterMenu a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}

.FooterMenu a:hover {
	color: #0066FF;
}

.FooterCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FAFAFA;
	text-align: center;
	padding-top: 15px;
}

.PricingTable th, .PricingTable td {
	border-bottom: 1px solid #4f6f87;
}