@charset "UTF-8";
.footer {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(graphics/footer-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.footerRight {
	background-image: url(graphics/footer-right.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.content {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}
.contentBold {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}
.title {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight:bold;
	color: #000000;
}
a.blueLink:link {
	font-family: Arial;
	font-size: 14px;
	color: #1c3550;
	text-decoration:underline;
	font-weight:bold;
	line-height: 19px;
}
a.blueLink:visited {
	font-family: "Arial";
	font-size: 14px;
	color: #1c3550;
	text-decoration:underline;
	font-weight:bold;
	line-height: 19px;
}
.blueGreen {
	font-family: Arial;
	font-size: 13px;
	color: #2E6380;
	line-height: 14px;
}
a.footerLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:underline;
}
a.footerLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:underline;
}
.small {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
}
.medium {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
}
.orange {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #d2631e;
}
a.orangeLink:link {
	font-family: Arial;
	font-size: 14px;
	color: #d2631e;
	text-decoration:underline;
	font-weight:bold;
	line-height: 19px;
}
a.orangeLink:visited {
	font-family: "Arial";
	font-size: 14px;
	color: #d2631e;
	text-decoration:underline;
	font-weight:bold;
	line-height: 19px;
}
a.link:link {
	color: #1c3550;
	text-decoration:underline;

}
a.link:visited {
	color: #1c3550;
	text-decoration:underline;

}
.red {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF0000;
}