/* CSS Document */
.head {
	font-family: century gothic;
	font-size: 9pt;
	color: #000000;
	font-weight: BOLD;
	text-align:center;
/* have to reset the attributes in the master CSS */	
	background: #66FF99; 
	padding : 0px 0px 0px 0px; 
	border-bottom: none;
	border-top: none;
}
.rows {
	font-family: century gothic;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: normal;
	text-align:center;
/* have to reset the attributes in the master CSS */	
	background: #66CC99; 
	padding : 0px 100px 0px 100px; 
	border-bottom: none;
	border-top: none;
}
.rows2 {
	font-family: century gothic;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: normal;
	text-align:center;
/* have to reset the attributes in the master CSS */	
	background: #66CC99; 
	padding : 0px 0px 0px 0px; 
	border-bottom: none;
	border-top: none;
}
.rows3 {
	font-family: century gothic;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: normal;
	text-align:justify;
/* have to reset the attributes in the master CSS */	
	background: #66CC99; 
	padding : 0px 0px 0px 0px; 
	border-bottom: none;
	border-top: none;
}
.title {
	font-family: century gothic;
	font-size: 12pt;
	color: #000000;
	font-weight: BOLD;
	text-align:center;
/* have to reset the attributes in the master CSS */	
	background: #FFFFFF; 
	padding : 0px 0px 0px 0px; 
	border-bottom: none;
	border-top: none;
}
.subtitle {
	font-family: century gothic;
	font-size: 7pt;
	color: #000000;
	font-weight: normal;
	text-align:center;
/* have to reset the attributes in the master CSS */	
	background: #FFFFFF; 
	padding : 0px 0px 0px 0px; 
	border-bottom: none;
	border-top: none;
}
.mission {
	font-family: Edwardian Script ITC;
	font-size: 30pt;
	color: #000000;
	font-weight: normal;
	text-align:center;
/* have to reset the attributes in the master CSS */	
	background: #FFFFFF; 
	padding : 0px 0px 0px 0px; 
	border-bottom: none;
	border-top: none;
}



