.white_text {
	color: #FFFFFF;
	font-family: "Palatino Linotype", Georgia, Arial;
	text-align: justify;
	font-size: 14px;
}
.white_text_header {
	font-family: "Palatino Linotype", Georgia, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: lowercase;
}
.white_text_center {
	font-family: "Palatino Linotype", Georgia, Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
.white_text_small {
	font-family: "Palatino Linotype", Georgia, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.white_text_bold {
	font-family: "Palatino Linotype", Georgia, Arial;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
}
a.WhiteText:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.WhiteText:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.WhiteText:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a.WhiteText:active {
	text-decoration: none;
	color: #CCCCCC;
}
