/* Per-page style rules lifted out of inline <style> elements so the pages that
   used them can be served under a strict Content-Security-Policy (no
   'unsafe-inline'). Loaded immediately after /inc/main.css on those pages,
   preserving the original cascade order. (The former "#masthead" rule from
   these blocks is dropped: no element on the site uses id="masthead".) */

.txtBigTitle {
	font-size: 12pt;
}

.txtSmall {
	font-size: 8pt;
}

.txtTitle {
	font-size: 18pt;
	font-weight: bold;
}

.txtHeader {
	font-size: 10pt;
	font-weight: bolder;
	text-align: center;
	background-color: #CCCCCC;
	color: #000000;
}

.txtCaption {
	font-size: 14pt;
}

.sep {
	background: gray;
}

.HeaderBelow {
	background: blue;
	font-size: 3px;
}

.inpSmallText2 {
	background-color: #EEEEEE;
	height: 19px;
	border: 1px solid;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	border-color: #0099CC #000066 #000066 #0099CC;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 5px;
}

.btnSubmitButton {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	border-top: 2px solid #0099CC;
	border-right: 2px solid #000066;
	border-bottom: 2px solid #000066;
	border-left: 2px solid #0099CC;
	text-align: center;
}

#NetTools {
	border: 5px outset #FF9900;
}

.tblBorder {
	border-top-color: #66FFFF;
	border-right-color: #66FFFF;
	border-bottom-color: #66FFFF;
	border-left-color: #66FFFF;
	padding: 0px;
}
