/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
	
a:link {
	color: #666666;
	}

a:vistied {
	color: #666666;
	}
	
a:hover {
	color: #333333;
	}
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	text-align: center;
	}

.footer a:link {
	color: #777777;
	text-decoration: none;
	}

.footer a:visited {
	color: #777777;
	text-decoration: none;
	}

.footer a:hover {
	color: #6699CC;
	text-decoration: underline;
	}