HTML { min-width: 800px; }
BODY  { font-size:  12px; font-family: arial; margin: 0; padding: 2px 20px; color: #000; background: #fff; }

LI { font-size: 12px; }
H1 { padding: 0px; margin: 10px 0px 10px 0px; font-family: georgia; font-size: 22px; text-align: center; }
H2 { padding: 0px; margin:  5px 0px  5px 0px; font-family: georgia; font-size: 18px; }
H3 { padding: 0px; margin:  5px 0px  5px 0px; font-family: georgia; font-size: 14px; }

A { text-decoration: underline; }
A:hover { color: #00F; text-decoration: none; }

FORM { padding: 0; margin: 0; } 

FIELDSET {
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 6px;
}

/* All Tables */
TABLE { font-size:  12px; font-family: arial; }
TH {
  padding: 4px 4px 4px 4px;
  text-align: left;
  background-color: #F0F0F0;
  border-bottom: 1px solid #AAA;
  border-right: 1px solid #AAA;
  font-weight: bold;
  vertical-align: middle;
}
TR.trregular td { padding: 4px 4px 4px 4px; vertical-align: top; }
TR.tralternate td { padding: 4px 4px 4px 4px; vertical-align: top; background-color: #F0F0F0; }

.linktext {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-bottom: 15px;
}
.linktext a { text-decoration: none; }
.linktext a:hover { color: #00F; text-decoration: underline; }
.linktext h4 { text-decoration: underline; }

.trademark { color: #999; font-size: 10px; font-family: sans; font-style: underlined; }
.terms {
	width: 100%;
	height: 10em;
	overflow: auto;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

DIV.scrollbox {
	width: 100%;
	height: 25em;
	overflow: auto;
}


/* TOP Navigation */
.topnavone { float: left; width: 100%; }
.topnavone ul {
	margin: 0 0 0 0;
	padding: 0 1em 0 0;
	list-style: none;
	padding-top: 2px;
}

.topnavone li {
	background: #FFF;
	margin: 0;
	padding: 0 5px 0 5px;
	float: left;
	border-bottom: 2px solid #BBB;
    	text-align: center;
}

.topnavone li a, .topnavone li a:visited, .topnavone li span {
	background: #eee;
	border: 1px solid #ddd;
	display: block;
	float: left;
	padding: 4px 16px 4px 16px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	font-family: arial;
}

.topnavone li:hover a {
	background: #bbf; color: #000;
}

.topnavone li.active {
}

.topnavone li.active a, .topnavone li.active a:visited, .topnavone li.active span {
	background: #FFF;
}

.topnavone li.active a:hover {
	background: #bbf; color: #000;
}

.topnavtwoempty {
	position: relative;
	clear: both;
	height: 0.5em;
	background: #0282DE;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
}

.topnavtwo {
	position: relative;
	clear: both;
	height: 2.2em;
	background: #0282DE;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
}

.topnavtwo ul {
	margin: 0 0 0 0;
	padding: 3px 0 0 0.5em;
	list-style: none;
}

.topnavtwo li, .topnavtwo li a, .topnavtwo li a:visited {
	display: block;
	float: left;
	padding: 1px 5px 0px 5px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	color: #FFF;
 	font-weight: bold;
	font-size: 13px;
	font-family: arial;
}

.topnavtwo li:hover a { color: #000; }

.topnavtwo li.active, .topnavtwo li.active a, .topnavtwo li.active a:visited {
	color: #000;
}

.topnavtwo li.active:hover a { color: #666; }

.topnavtwo li.nolink, .topnavtwo li.nolink a, .topnavtwo li.nolink a:visited {
	display: block;
	float: left;
	padding: 0px 20px 0px 7px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	color: #F76629;
 	font-weight: bold;
	font-size: 16px;
	font-family: arial;
}

.topnavtwo li.nolink:hover a { text-decoration: underline; }


