/* CSS Document */

/* Font Styles */

.StyleFooter	{
	font-size: 10px;
	color: #000000;
}

.Feature	{
	font-size: 24px;
	color: #999999;
	font-style: italic;
	font-weight: bold;
}


/* Link Styles */

.Footer	a:link	{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.Footer a:visited	{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.Footer a:hover	{
	font-size: 10px;
	color: #0000FF;
	text-decoration: none;
}
.Footer a:active	{
	font-size: 10px;
	color: #0000FF;
	text-decoration: none;
}