@charset "utf-8";
.ArticleName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #333333;
	font-weight: bold;
}
.ArticleCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	font-weight: normal;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: normal;
}
.ArticleLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3366FF;
	font-weight: normal;
	text-decoration: underline;
}
.SideBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-weight: normal;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.SideBarHover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	font-weight: normal;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Images {
	cursor: pointer;
	font-size: 12px;
	color: #333333;
}
.FooterAwards {
	margin-left: 10px;
}
