h1, .header1{
    color: #00644a;	
	font-size: 11pt;
	margin: 0;
	padding: 0;
}

h2, .header2{
    color: #f29c32;	
	font-size: 9pt;
	margin: 0 0 0 15px;
	padding: 0;;
}

h3, .header3{
    color: #00644a;	
	font-size: 8pt;	
	margin: 0 0 0 15px;
	padding: 0;
}

h4, .header4{
    color: #f29c32;	
	font-size: 8pt;	
	margin: 0 0 0 15px;
	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{
    font-size: 9pt;
    font-weight: bold;
    color: #B76669;
    padding-right:5px;
}

.faqA{
    font-size: 10pt;
    font-weight: bold;
    color: #769F96;
    padding-right:5px;
}

.tableheader {
	background-color: #006e51;
	color: #fff;
	font-weight: bold;
	}
	
.tablecontent1 {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #FFF;
	color: #000;
	}
.tablecontent2 {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	background-color: #faddb9;
	color: #000;
	}
	
.required { 
	color: #f29c32;
	font-size: 8pt;
	font-weight: bold;
	}