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

a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
.txtHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 18px;
}
.txtContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}
.txtContentLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #336699;
	line-height: 16px;
}
.txtContentLink:link {
	color: #336699;
	font-size: 12px;
	text-decoration: none
}
.txtContentLink:hover {
	color: #336699;
	font-size: 12px;
	text-decoration: underline
}
.txtFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #74726E;
	line-height: 16px;
	text-align: left;
}
.txtFooterLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	line-height: 16px;
	text-decoration: underline;
	text-align: left;
}
.txtCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}
.txtCaptionLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #336699;
	line-height: 16px;
}
.txtCaptionLink:link {
	color: #336699;
	font-size: 11px;
	text-decoration: none
}
.txtCaptionLink:hover {
	color: #336699;
	font-size: 11px;
	text-decoration: underline
}
.txtSubhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #345970;
	font-weight: bold;
	line-height: 16px;
}
