.header1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #00477d;
	font-size: 1.7em;
	font-weight:bold;
}
.header2 {
	margin: 0 0 8px 0;
	color: #00477d;
	font-size: 1.2em;
	font-weight: bold;
}
.header3 {
	margin: 0 0 6px 0;
	color: #00477d;
	font-size: 1em;
	font-weight:bold;
}

.header4	{
	margin: 0 0 8px 0;
	padding:3px 8px;
	color: #000;
	font-size: 1em;
	font-weight:bold;
	background-color:#ede7d1;
}

.special6 { color: #766647; }
.special5 { color: #333333; font-size: 8pt; }
.special4 { color: #00477d; font-size: 12px; }
.special3 { color: #00477d; font-size: 13px; font-weight: bold; }
.special2 { color: #00477d; font-size: 13px; }
.special1 { color: #00477d; font-size: 18px; }

.disclaimer {
	font-size:7pt;
	/*
	font-style:italic;
	font-weight: bold;
	color: #7e7e7e;	
	*/
}
	
.required {
	color: #F58439;
}

.tableheader {
	background: #fff;
	color: #004a80;
	font-weight: bold;
}
th {
	background-color:#ede7d1;
	color:#004a80;
	text-align: left;
}
.tablecontent1 {
	border-bottom: 1px solid #fff;
	background-color: #f3f0e9;
}
.tablecontent2 {
	border-bottom: 1px solid #fff;
	background-color:#fff;
}

.faqQ, .faqA { 
	font-weight: bold;
}

.faqQ { color:#00477d; }
.faqA { color:#006eb5; }
	
.xsmall { font-size:.8em; }
.small { font-size:.9em; }
.medium { font-size:1em; }
.large { font-size:1.1em; }
.xlarge{ font-size:1.2em; }

.blue {
	color: #00477d;
}

.floatleft {
	float:left;
	margin: 0 10px 10px 0;
}

.floatright {
	float:right;
	margin: 0 0 10px 10px;
}

.trebuchetFont {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}
