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

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

a {
	color: #256B9E;
}
a:hover {
	color: #577340;

}





table#main {
	border: solid black 2px;
}
td.mainmenu {
	background: white;
}
td.maincontent {
	background: white;
	padding: 15px 30px 20px 30px;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}




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;
}

.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: #3D5E4B;
  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;
}








