.white_small {
font-size: small;
color: #FFFFFF;
}
.white_smaller {
font-size: smaller;
color: #FFFFFF;
}




/* Styles for the default links */
A:link {font-size: small; color: #0066CC; text-decoration:none; }
A:visited {font-size: small; color: #0066CC; text-decoration:none; }
A:active {font-size: small; color: #0066CC; text-decoration:none; }
A:hover {font-size: small; color: #0066CC; text-decoration:underline; }





/* Styles for the links -------------  BLUE  */
a.blue_small:link {
	font-size: small;
	color: #a9e3f2;
	text-decoration:none;
}
a.blue_small:visited {
	font-size: small;
	color: #a9e3f2;
	text-decoration:none;
}
a.blue_small:active {
	font-size: small;
	color: #a9e3f2;
	text-decoration:none;
}
a.blue_small:hover {
	font-size: small;
	color: #a9e3f2;
	text-decoration:underline;
}

a.blue_smaller:link {
	font-size: smaller;
	color: #a9e3f2;
	text-decoration:none;
}
a.blue_smaller:visited {
	font-size: smaller;
	color: #a9e3f2;
	text-decoration:none;
}
a.blue_smaller:active {
	font-size: smaller;
	color: #a9e3f2;
	text-decoration:none;
}
a.blue_smaller:hover {
	font-size: smaller;
	color: #a9e3f2;
	text-decoration:underline;
}







/* Styles for the links -------------  GREY  */
a.grey_small:link {
	font-size: small;
	color: #787878;
	text-decoration:none;
}
a.grey_small:visited {
	font-size: small;
	color: #787878;
	text-decoration:none;
}
a.grey_small:active {
	font-size: small;
	color: #787878;
	text-decoration:none;
}
a.grey_small:hover {
	font-size: small;
	color: #ffffff;
	text-decoration:underline;
}







/* Styles for the links -------------  WHITE  */
a.white_small:link {
	font-size: small;
	color: #ffffff;
	text-decoration:none;
}
a.white_small:visited {
	font-size: small;
	color: #ffffff;
	text-decoration:none;
}
a.white_small:active {
	font-size: small;
	color: #ffffff;
	text-decoration:none;
}
a.white_small:hover {
	font-size: small;
	color: #ffffff;
	text-decoration:underline;
}



a.white_smaller:link {
	font-size: smaller;
	color: #ffffff;
	text-decoration:none;
}
a.white_smaller:visited {
	font-size: smaller;
	color: #ffffff;
	text-decoration:none;
}
a.white_smaller:active {
	font-size: smaller;
	color: #ffffff;
	text-decoration:none;
}
a.white_smaller:hover {
	font-size: smaller;
	color: #ffffff;
	text-decoration:underline;
}








