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

.smtitle {
	margin-bottom: 0px;
}
.smdescription {
	padding: 0;
	margin-bottom: 10px;
}

.ArticleGrid {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
.ArticleGrid TR {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #EEE;
}
.ArticleGrid TH {
	background-color: #FFF;
	font-style: normal;
	color: #006;
	text-align: left;
	font-weight: 500;
	font-size: 14px;
	padding-top: 20px;
}
.ArticleGrid TR.HiLite {
	background-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.RedText {
	color: #E00;
	font-style: italic;
}
.NextButton {
	float: right;
}

.ButtonText {
	color: #FFF;
	font-weight: 400;
	background-color: #900;
	padding-right: 5px;
	padding-left: 5px;
}
.SidebarText {
	color: #FFF;
	font-weight: 400;
	background-color: #06C;
	padding-right: 5px;
	padding-left: 5px;
	font-style: normal;
}
.ScreenMarkers {
	float: left;
	padding-right: 5px;
}
.FigureText {
	font-size: 12px;
	font-style: italic;
	color: #666;
}
.BackButton {
	float: left;
}
