Body {
	font-family: Arial, Helvetica, sans-serif;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
   user-select: none;
}

h1 {
	font-size: 32px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #003366;
	font-weight: normal;
	font-style: italic;
}

h2 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: -16px;
	color: #003366;
	font-weight: bold;
}

h3 {
	margin-top: 2px;
	margin-bottom: 2px;
}

hr {
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: black;
}

a {
	font-size: 16px;
}
a:link {
	text-decoration: underline;
	color: #003366;
}     /* unvisited link */

a:visited {
	text-decoration: underline; /* underline; */
	color: #003366;
}  /* visited link */


a:active {
	text-decoration: none; /* underline; */
	color: Red;
}   /* selected link */

a:hover {
	text-decoration: none;
	color: Red; /* 9dc0e3; */
/*background-color: Red;*/
}   /* mouse over link */
.Status {
	font-size: 12px;
	color: Red;
}
.SideNavText {
	/* padding-left: 10px;*/
	font-size: 14px;
	font-weight: bold;
}

a.SideNavText:link {
	text-decoration: none; /* underline; */
	color: Black;
}     /* unvisited link */

a.SideNavText:visited {
	text-decoration: none; /* underline; */
	color: Black;
}  /* visited link */


a.SideNavText:active {
	text-decoration: none; /* underline; */
	color: Black;
}   /* selected link */

a.SideNavText:hover {
	text-decoration: none;
	color: ff9900; /* 9dc0e3; */
/*background-color: Red;*/
}   /* mouse over link */

.ErrText {
	color: Red;
	font-weight: bold;
	font-size: 14px;
}
.Action {
	font-size: 11px;
}
.Copyright {
	line-height: 0px;
	color: Black;
	font-weight: normal;
	font-size: 12px;
}
