h1, .header1 {
	color: #000;	
	font-size: 11pt;
	margin: 0;
	margin-bottom:10px;
	padding: 0;
}

h2, .header2 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 13pt; 
	color:#003399;
	font-weight: bold;
	}
	
.h2grey{
	color:#999999;
}

h3, .header3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000000; 
	font-weight: bold;
	}
	
h4, .header4 {
	color: #79aec0;	
	font-size: 8pt;	
	margin: 0;
	padding: 0;
	}

.xsmall{
    font-size:.8em; 
}

.small{
    font-size:.9em;
}

.medium{
    font-size:1em;
}

.large{
    font-size:1.1em;
}

.xlarge{
    font-size:1.2em;
}

.special3{
    text-decoration: line-through;
}

.special2{
    text-decoration: overline;
}

.special1{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
}

.disclaimer{
    font-size: 8pt;
    font-weight: 400;
    color: #333333;
}


.faqQ { 
	color: #000; 
	font-weight: bold;
	font-size: 10pt;
}
.faqA { color: #6490b8; 
	font-weight: bold;
	font-size: 10pt;
}
	
.disclaimer {
	font-size: 7pt;
	color: #000;
	}
.required { 
	color: #6490b8;
	font-size: 8pt;
	}

.para{
	margin: 5px 0 5px 0;
	padding: 0;
	line-height: 12pt;
}
.tableheader {
	color: #fff;
	font-weight: bold;
	background-color: #003892;
	font-size: 9pt;
	}
	
.tablecontent1 {
	border-right: 1px solid #bfbfac;
	border-bottom: 1px solid #bfbfac;
	border-left: 1px solid #bfbfac;
	background-color: #FFF;
	color: #000;
	font-size:8pt;
	}
.tablecontent2 {
	border-right: 1px solid #bfbfac;
	border-bottom: 1px solid #bfbfac;
	border-left: 1px solid #bfbfac;
	border-collapse: collapse;
	background-color: #e8e8e1;
	color: #000;
	font-size:8pt;
	}