.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #6CC0E4;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.textSmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #556F8A;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.textLarge {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #6CC0E4;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.textLink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #6CC0E4;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
.textSmallLink {


	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #556F8A;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}

/* Custom link styles */
a:active {
	text-decoration: underline;
	color: #6CC0E4;
}

a:visited {
	text-decoration: underline;
	color: #556F8A;
}

a:hover {
	text-decoration: underline;
	color: #6CC0E4
}

a:link {
	text-decoration: underline;
	color: #556F8A
}

