/* CSS Document */
a:visited {
	color: #800080;
	font-size: 10pt;
	font-family: Arial;
}
a:link {
	color: #66FFFF;
	font-size: 10pt;
	font-family: Arial;
}
a:hover {
	color: #0000FF;
	font-size: 10pt;
	font-family: Arial;
}
a.webmaster:visited {
	color: #800080;
	font-size: 8pt;
	font-family: Arial;
}
a.webmaster:link {
	color: #66FFFF;
	font-size: 8pt;
	font-family: Arial;
}
a.webmaster:hover {
	color: #0000FF;
	font-size: 8pt;
	font-family: Arial;
}
.news {color: #ff0000;
		font-size:medium;
		font-weight:bold;
		}
.ordinary {color: #000080;
		font-size:10pt;
		font-weight:normal;
		}
.copyright {color: #FFFFFF;
		font-size: 8pt;
		font-weight: normal;
		font-family: Arial;
		}
.textnormal      { font-family: Arial; color: #FFFFFF; font-size: 10pt }
.normal {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
}
