@charset "UTF-8";
/* CSS Document */

body{

	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a.footer:link{
	text-decoration: none;
	color: #003399;
}
a.footer:hover{
	text-decoration:underline;
	color: #003399;
}

