/* CSS Document */
a:link {
	color: #CCCCCC;
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;

}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-family: tahoma;
	font-size: 10px;
}
a:visited {
	color: #CCCCCC;
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;

}

.main a:link {
	color: #000000;
}

.main a:hover {
	color: #000000;
}

.main a:visited {
	color: #000000;
}