@charset "UTF-8";
/* CSS Document */

h1 {
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
}
h2 {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
}
h3  {
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
}
h4 {
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
}
h5 {
	font-size:10px;
	font-family:"Times New Roman", Times, serif;
}
#footer a:link       {
	font-family: Arial;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
}
#footer a:visited    {
	font-family: Arial;
	font-size: 10px;
	color: #000080;
	text-decoration: none;
}
#footer a:hover      {
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	background-color: #CC0000
}
#footer a:active     {
	font-family: Arial;
	font-size: 10
	px;
	color: #003366F;
	text-decoration: none;
	background-color: #CC0000;
}
a img {
	display: block;
}


