body {
	background-color: #999999;
	margin: 15px 0px;
	padding: 0px;
}

body, table {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #0000FF;
}
a:hover {
	color: #666666;
	text-decoration: none;
}



form {
	padding: 0px;
	margin: 0px;
	display: inline;
}

input.text, textarea {
	border: solid #005200 1px;
	padding: 1px 3px;
}

.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 3px;
}

.formfield {
	padding-left: 3px;
}

.menubar {
	background-color: black;
	color: white;
	font-weight: bold;
	font-size: 11px;
	padding: 1px 4px;
}
.menubar a {
	color: white;
	text-decoration: none;
	margin:0px 8px;
}

.menubar a:hover {
	color: #cccccc;
}

.content {

}

div.copyright {
	text-align: center;
	font-size: 11px;
	color: black;
	padding-top:4px;
}






.alt1 {
	color: #000000;
	background-color: #DFFFF8;
}
.alt2 {
	color: #000000;
	background-color: #FFFFFF;
}

table.border {
	border-color: #000000;
	border-style: solid;
	border-width: 2px 1px 1px 2px;
}

table.border td, table.border th {
	border-color: #2B3E68;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
}

table.noborder,table.noborder td, table.noborder th {
  border-style: none;
}
tr.tableheader th, tr.tableheader td {
  padding: 1px 3px;
  font-size: 11px;
  text-align: left;
  background-color: #006666;
  color: #ffffff;
  font-weight: bold;
}

tr.tablesubheader th, tr.tablesubheader td {
  padding: 1px 3px;
  font-size: 11px;
  background-color: #A4CEC6;
  color: #000000;
  font-weight: bold;
}
tr.tablesubheader td a {
  color: #000000;
  text-decoration: underline;
}

img.icon {
  width: 14px;
  height: 14px;
  border-style: none;
}

div#breadcrumbs {
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 4px;
}









