/* CSS Document */


a {text-decoration: none}
a:hover {text-decoration: none}


a.style1 {
	color: #ffffff;
}
a.style1:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.style2 {
	color: #000000;
}
a.style2:hover {
	color: #000000;
	text-decoration: underline;
}
a.style3 {
	color: #000000;
}
a.style3:hover {
	color: #000000;
	text-decoration: underline;
}

a.style4 {
	color: #000000;
	text-decoration: underline;	
}
a.style4:hover {
	color: #000000;
	text-decoration: none;	
	

}

a.style5 {
	color: #C0CFD8;
}
a.style5:hover {
	color: #FFf;
	
}






