/* the css which does not cause problems with NS4/IE4 goes here ver 2 */



body {
	background-color: #FFFFFF; /* margin: 0 auto; */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%; /*76%;*/
	margin-bottom: 2em;
	margin-top: 1em; /* to give a small clearance between browser and top of the page */
	text-align: center; /* needed to center the container in IE5.x because it doesn't like 'margin: 0 auto' */
}

i {
	font-style: italic;
}

h1 {
	font-size: 1.5em;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 	{
	color: #000080;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: .3em 0 .1em 0;
	padding: 3px;
}

h2 {
	font-size: 1.5em;
	font-weight: 400;
}

h3 {
	font-size: 1.3em;
	font-weight: 500;
}

h4 {
	font-size: 0.9em;
	font-weight: 600;
}

h5 {
	font-size: 0.7em;
	font-weight: 700;
}

h6 {
	font-size: 0.9em;
	font-weight: 700;
}

p {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em; /* needed otherwise all fonts revert to default in some versions of ie */
	margin: 0 3em 0.5em 0;
}

strong {
	font-size: 0.8em;
	font-weight: 800;
}

td {
	font-size: 0.8em; /* so with each nested table the font size is reduced by roughly 20% */
}
th {
	font-size: 0.65em;
	
}

textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em; 
}

.menubar {
	border-bottom: 1px solid #C0C0C0;
	height: 1.3em;
	padding: 0.3em 0 0 0;
}

.menubar a {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0.3em 0 0.3em 1em;
	text-decoration: none;
}

.footermenubar {
	background-color: #f79621;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	font-size: 0.75em;
	height: 1.8em;
}


.greenbox a {
	color: #000000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 5px 10px 5px;
	text-decoration: none;
}

.greenbox a:hover, .headerbox a:hover {
	text-decoration: underline;
}

/* added by NC to handle header in table and boxes in tables */
.greenbox h2 {
	color: #FFFFFF;
	display: block;
	font-family: Trebuchet, 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 5px 10px 5px;
}

.headerbox a {
	color: #FFFFFF;
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	margin: 0px 5px 5px 5px;
	text-decoration: none;
}
.head a {
	color: #00535E;
	
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 600;
	margin: 0px 5px 5px 5px;
	text-decoration: underline;
}

.warning {
	border: 5px solid #FF0000;
	color: #FF0000;
	display: block !important;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	font-weight: 700;
	margin: 1em  auto;
	padding: 1em;
	text-align: center;
}

#menubar a:visited {
	color: #996600;
	text-decoration: none;
}

#linkstop a {
  margin: 0px 5px 5px 5px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

#linkstop a:hover {
  text-decoration: underline;
}


