/* CSS Document */
a.news:link {
	color: #333333;text-decoration: underline;font-size:12px;
}
a.news:visited {
	color: #333333;text-decoration: underline;font-size:12px;
}
a.news:hover {
	color: #ff0000;text-decoration: underline;font-size:12px;
}
a.menu:link {
	color: #ffffff;text-decoration: none;font-size:14px; font-weight:bold
}
a.menu:visited {
	color: #ffffff;text-decoration: none;font-size:14px; font-weight:bold
}
a.menu:hover {
	color: #ff0000;text-decoration: none;font-size:14px; font-weight:bold
}
td {
	font-family: Arial, Helvetica, sans-serif; font-size:12px;
}
a:link {
	color: #333333;text-decoration: none;font-size:12px;
}
a:visited {
	color: #333333;text-decoration: none;font-size:12px;
}
a:hover {
	color: #ff0000;text-decoration: none;font-size:12px;
}