.css {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-position: center center;
	text-align: center;

}
.text01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.textbold01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.cssUnderlined {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-position: center center;
	text-align: center;
	text-decoration: underline;
}
.textboldLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
	text-decoration: underline;
}
.text01newslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993366;
	font-weight: bold;
	text-decoration: underline;
}
.text02linksmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
