/* CSS Document */

a {
	color: #000000;
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	font-family: Verdana;
}

a:visited {
	text-decoration: none;
	font-family: Verdana;
}

a:active {
	text-decoration: none;
	font-family: Verdana;
}

a:hover {
	color: #AD1E16;
	font-family: Verdana;
	text-decoration: none;

}

a.home {
	color: #000000;
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
}

a.home:link {
	text-decoration: none;
	font-family: Verdana;
}

a.home:visited {
	text-decoration: none;
	font-family: Verdana;
}

a.home:active {
	text-decoration: none;
	font-family: Verdana;
}

a.home:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana;
}
