a.hover1:link {
	color: White;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
}
a.hover1:visited {
	color: White;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
}
a.hover1:active {
	color: Yellow;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
}
a.hover1:hover {
	color: #CC0033;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
}
a.hover2:link {
	color: Silver;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
}
a.hover2:visited {
	color: Silver;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
}
a.hover2:active {
	color: Silver;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
}
a.hover2:hover {
	color: Silver;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
}
.textwhite{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color : White;
	font-weight : bold;
}
.textwhitebig{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	color : White;
	font-weight : bold;
}
.textbluebig{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	color :#000066;
	font-weight : bold;
}
.textblue{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	color :#000066;
}
