.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

p {
text-align: left;
}

.quotename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-align: right;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #005E9D;
}	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #005E9D;
	text-decoration:none;
}

a:visited {
	text-decoration:none;
} 	

a:active {
	color: #005E9D;
}

a:hover {
	color: #005E9D;
	text-decoration:underline;
 }

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 500;
	text-align: left;
}

.nav a:link {color: #FFFFFF;}
.nav a:hover {color: #FFFFFF; text-decoration: underline;}
.nav a:visited {color: #FFFFFF;}

.subhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #005E9D;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}

.subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005E9D;
	line-height: 15px;
	font-weight: bold;
	text-align: left;
}

.subheadgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 15px;
	font-weight: bold;
	text-align: left;
}

.subhead3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #005E9D;
	line-height: 17px;
	font-weight: bold;
	text-align: left;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #005E9D;
	line-height: 26px;
	font-weight: bold;
	text-align: left;
}	

.smalltype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: 11px;
	font-weight: normal;
	text-align: left;
}

.ul {
	list-style-type: disc;
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: outside;
	text-align: left;
}

.ul ul{
	list-style-type: square;
}

.li {
	list-style-type: disc;
	padding-left: 12px;
	margin-left: 12px;
	list-style-position: inside;
	text-align: left;
}

hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #6590ba; 
	border-style: none none dotted; 
}