/* CSS Document */

#footer {
	width: 96%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding: 8px 8px 8px 4px;
	margin: 0px 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333366;
	border-bottom-color: #333366;
}
#footer a:link
{
color: #CC0000;
text-decoration: none;
}

#footer a:hover
{
color: #333366;
text-decoration: underline;
}

#footerhome {
	width: 96%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding: 8px 8px 8px 4px;
	margin: 0px 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333366;
	border-bottom-color: #333366;
}
#footerhome a:link
{
color: #CC0000;
text-decoration: none;
}

#footerhome a:hover
{
color: #333366;
text-decoration: underline;
}

