/* CSS Document */

/* Generic Styling */

html {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}
body {}

/* Specific classes */

.footer {
	color: #999999;
	font-size: 65%;
}
	a.footer {
	text-decoration: none;
	color: #666666;
	font-size: 65%;
	font-weight: bold;
}


