@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bgtile.gif);
}
.ContentText {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000;
}
.Title {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #344887;
	font-weight: bold;
}
.TitleLinks a:link {
	text-decoration: none;
	color: #344887;
}
.TitleLinks a:visited {
	text-decoration: none;
	color: #344887;
}
.TitleLinks a:hover {
	text-decoration: none;
	color: #344887;
}
.TitleLinks a:active {
	text-decoration: none;
	color: #344887;
}
.PurpleBoxText {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFF;
}
.PurpleBoxTextBig {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #FFF;
}
.PurpleBoxTextSmall {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #FFF;
}
.SideText {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #344887;
}
.SideLinks a:link {
	text-decoration: none;
	color: #344887;
}
.SideLinks a:visited {
	text-decoration: none;
	color: #344887;
}
.SideLinks a:hover {
	text-decoration: underline;
	color: #344887;
}
.SideLinks a:active {
	text-decoration: none;
	color: #344887;
}
.CopyrightText {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #666666;
}