/* CSS Document */
a.footer:link 
{
color: #282828;
text-decoration: none;
}
a.footer:visited 
{
color: #7F7F7F;
text-decoration: none;
}
a.footer:active {color: #FF0000;text-decoration: underline;}
a.footer:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.legal {
    
	font-size: 10px;
	background-color: #CCCCCC;
	text-align: center;
	width: 700px;
	position: relative;
	top: 30px;
}