.PageTitle {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #588ba8;
}
.PageTitleCenter {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #588ba8;
	text-align:center;
}
.SectionTitle {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #588ba8;
}
.BodyText {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.quote {
	font-family: Times New Roman;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.footertext {
	font-family: Tahoma;
	font-size: 9px;
	color: #000000;
}
.BodyTextBold {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.alignright {
	text-align:right;
}
.aligncenter {
		text-align:center;
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:link.footer {
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
a:visited.footer {
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
a:hover.footer {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
.red {
	color: #FF0000;
}