html  {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

body  {
	position: relative;
	background-color: #0040c0;
	font-family: "Calibri", "Sans-Serif", "Arial", "Verdana", "Helvetica";
	color: #000000;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	height: 100%;
}

#CoverDiv {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(40, 100, 200, 0.35);
	z-index: 100;
	display: none;
}

#BackgroundDiv  {
	position: relative;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background-color: #0040c0;
	margin: 0;
	padding: 0;
	z-index: 10;
}

#MainDiv  {
	position: relative;
	height: auto;
	width: 100%;
	background: linear-gradient(to bottom, #00c0f0, #0040c0);
	margin: 0;
	padding-top: 25px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	z-index: 10;
}

a  {
	color: #2868d9;
	text-decoration: none;
}

a:hover  {
	text-decoration: underline;
}

.DisplayFrame  {
	position: relative;
	height: auto;
	margin: 0px auto;
	border-top: 3px solid #e8e8e8;
	border-left: 3px solid #e8e8e8;
	border-right: 3px solid #606060;
	border-bottom: 3px solid #606060;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color: #f0e6b4;
	background: linear-gradient(to bottom, #e8d890, #f8f0c0);
}

.DisplayMeasure  {
	position: relative;
	width: 90%;
	height: auto;
	margin: 0px auto;
}

.Div-Spacer  {
	min-height: 1.2em;
}

.IconLegend  {
	position: relative;
	width: 76%;
	height: auto;
	margin: 0px auto;
}

.IconImText  {
	height: 2em;
	width: 2em;
	background-color: transparent;
	vertical-align: middle;
}

.DisclaimerMeasure  {
	position: relative;
	width: 80%;
	height: auto;
	margin: 0px auto;
	font-size: 0.9em;
}

.TextColorRed  {
	color: #ff0000;
}

.Align-L  {
	text-align: left; 
}

.Align-C  {
	text-align: center; 
}

.Align-R  {
	text-align: right; 
}

.FontSize-S  {
	font-size: 0.85em;
}

.Invisible  {
	visibility: hidden;
}
