@charset "utf-8";
/* CSS Document */
/*-----------------------------------grey */

.GreyLink {
	color: #999;
	text-decoration:none;
}

a.GreyLink:link {
	color: #666;
	text-decoration: none;
}
a.GreyLink:visited {
	text-decoration: none;
	color: #999;
}
a.GreyLink:hover {
	text-decoration: none;
	color: #CCC;
}
a.GreyLink:active {
	text-decoration: none;
}
/*---------------------------RED____*/
.RedLink {
	color: #C00;
	text-decoration:none;
}
a.RedLink:link {
	color: #C00;
	text-decoration: none;
}
a.RedLink:visited {
	text-decoration: none;
	color: #C00;
}
a.RedLink:hover {
	text-decoration: none;
	color: #F00;
}
a.RedLink:active {
	text-decoration: none;
	text-align: center;
}


