a:link, a:visited, a:active{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
a.small:link, a.small:visited, a.small:active{
	color: #FF0000;
	font-size:11px;
	font-family: Tahoma;
	font-weight: bolder;
	text-decoration: none;
}
a.small:hover {
	color: #FF0000;
	font-size:11px;
	font-family: Tahoma;
	font-weight: bolder;
	text-decoration:underline;
}
a.submenu:link, a.submenu:visited, a.submenu:active{
	color: #000000;
	font-size:12px;
	font-family: Arial;
	font-weight: bolder;
	text-decoration: none;
}
a.submenu:hover {
	color: #888888;
	font-size:12px;
	font-family: Arial;
	font-weight: bolder;
	text-decoration: none;
}
a.items:link, a.items:visited, a.items:active{
	color: #000000;
	font-size:12px;
	font-family: Arial;
	font-weight: bolder;
	text-decoration:underline;
}
a.items:hover {
	color: #888888;
	font-size:12px;
	font-family: Arial;
	font-weight: bolder;
	text-decoration: none;
}

