/* CSS Document */

p.footer
	{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a.footer {
	font-size: 10px;
	color: white;
}
a.footer:visited {
	color: white;
}
a.footer:hover {
	color: white;
}
a.footer:active {
	color: white;
}