/* CSS Document */

.teal_text_header {
	font-family: &quot;Palatino Linotype&quot;, Georgia, Arial;
	font-size: 30px;
	font-weight: bold;
	color: #9ACCCD;
	text-transform: uppercase;
	text-align: center;
}
.teal_text_center {
	font-family: &quot;Palatino Linotype&quot;, Georgia, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #9BC9CA;
	text-transform: uppercase;
	text-align: center;
}
.teal_text_small {
	font-family: &quot;Palatino Linotype&quot;, Georgia, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #9ACCCD;
	text-transform: uppercase;
	text-align: center;
}
.teal_text_bold {
	font-family: &quot;Palatino Linotype&quot;, Georgia, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #80B2B3;
	text-transform: none;
	text-align: left;
}
.teal_text_bold_center {
	font-family: &quot;Palatino Linotype&quot;, Georgia, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #80B2B3;
	text-transform: none;
	text-align: center;
}
.teal_text_small_low {
	font-family: &quot;Palatino Linotype&quot;, Georgia, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #9ACCCD;
	text-transform: none;
}
}
a.TealText:link {
	color: #529193;
	text-decoration: underline;
}
a.TealText:visited {
	color: #80A9AA;
	text-decoration: underline;
}
a.TealText:hover {
	color: #9ACCCD;
	text-decoration: underline;
}
a.TealText:active {
	color: #64B1B3;
	text-decoration: none;
}