.textStyle {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #000033;
}

a:link {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #CC3300;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #ff6600;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #CC3300;
	text-decoration: none;
}
a:active {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #ff0000;
	text-decoration: none;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000066;
	padding: 0px 15px 3px;
}
.large {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-variant: small-caps;
	color: #333333;
	background-color: #CCCCFF;
	padding: 2px;
	letter-spacing: 4px;
	font-weight: bold;
	border: thin dotted #333333;
}
.larger {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #000033;
	padding: 2px;
	letter-spacing: 4px;
	font-weight: bold;
	border: thin dotted #333333;
}
.emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	background-color: #FFFFCC;
	text-align: center;
}
