/* CSS Document */

.style11 {
	color: #0066AC;
	font-size: small;
}
a:link {
	text-decoration: none;
	color: #006699;
	font-size: small;	
}
a:hover {
	text-decoration: underline;
	font-size: small;
}
a:active {
	text-decoration: underline;
	color: #006699;
	font-size: small;
}
a:visited {
	text-decoration: underline;
	color: #006699;
	font-size: small;
}

.footnote {
	text-transform: uppercase;
	color: #0066AC;
	font-size: 14px;
}

.style12{font-size: medium; color: #0066AC; }
