body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: Arial, serif;
font-size: 10pt;
line-height: 12pt;
color: #66615E;
}

.Series {font-family: Georgia, Times New Roman, Times, serif; font-size: 20pt; color:#000000; line-height: 22pt; }
.Market {font-family: Georgia, Times New Roman, Times, serif; font-size: 20pt; color:#000000; line-height: 22pt; }
.Blob {font-family: Georgia, Times New Roman, Times, serif; font-size: 12pt; color:#000000; line-height: 14pt; }

a:link {
	color: #920202;
}
.productlink { font-family: verdana; font-size: 8pt; color: #000000; line-height: 12pt; }
.productlink A:link { font-family: verdana; font-size: 8pt; color: #000000; text-decoration: none; }
.productlink A:visited { font-family: verdana; font-size: 8pt; color: #000000; text-decoration: none; }
.productlink A:active { font-family: verdana; font-size: 8pt; color: #000000; text-decoration: none; }
@media print 
{
	div.noprint {display: none;}
}
.PrintRow {display: block; page-break-inside: avoid; -webkit-region-break-inside: avoid; height:900px; background-color:#bbb;}

.header-bar {width: 1000px; margin: 0 auto; margin-top:10px;}
.logo {float:left; padding-bottom:10px;}
.menu-bar {
	height: 26px;
	width: 100%;
	background-color: #174533;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
.menu-item {float:left; width:250px; margin-top:6px;}
.menu-item a {color: #ffffff; text-decoration: none; font-weight: bold; text-transform: uppercase;}
.help-link {float:right; width:100px;}
	.help-link a {
		color: #920202;
		text-decoration: none;
		font-weight: bold;
		text-transform: uppercase;
	}

.footer {
	width: 1000px;
	margin: 0 auto;
	background-color: #174533;
	height:15px;
	margin-bottom:10px;
}
.footer-bar {
	width: 100%;
	/* background-color: #174533; */
	margin-top: 10px;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	/*color: #ffffff; */
	padding: 10px 0px;
}

.collapsePanelHeader {
	width: 100%;
	height: 25px;
	background-color: #174533;
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}

.button {
	background-color: #920202;
	color: #ffffff;
	padding: 10px 20px; /* Spacing */
	border: none; /* Remove default border */
	border-radius: 4px; /* Rounded corners */
	cursor: pointer; /* Pointer cursor on hover */
	margin-bottom: 10px;
}

.button:hover {
	background-color: #174533;
}

.narrow {
	padding: 3px 20px; /* Spacing */
	margin-top:9px;
}

.landing-header {
	margin: 30px 0px;
	font-size: 30px;
	font-weight: bold;
}
.landing-logo {
	margin-top: 50px;
}

.login {margin-top:15px;}