
body {
	background-color: #F4F2F0;
	color: #000000;
	margin-top: 12px;
}
body,table {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}

form,script,noscript {
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
  color: #0000ff;
}
a:hover {
  color: #ffffff;
  background-color: #596F9D;
  text-decoration: none;
}

div#main {
	height: 93%;
}

table#main {
	height: 100%;
	width: 768px;
}

td#header, td#footer {
	color: #c0c0c0;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 5px;
}
td#header {
	height: 148px;
	background: url('/images/header_02-1.jpg') no-repeat #24386D;
}
td#footer {
	height: 30px;
	background: url('/images/footer_02-1.jpg') no-repeat #24386D;
}
td#header a, td#footer a {
	color: #ffffff;
	text-decoration: none;
}
td#header a:hover, td#footer a:hover {
	text-decoration: underline;
}

td#content {
	border: 1px solid black;
	border-width: 0px 1px;
	background-color: #ffffff;
	padding: 3px 10px 10px 10px;
}

table#copyright {
	width: 768px;
	font-size:9px;
}

input,select,textarea {
	border-style: solid;
	border-width: 1px;
	border-top-color: #202020;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #202020;
	font-size: 12px;
	margin: 2px 1px;
	padding: 0px 2px;
}

input.button {
	border-style: solid;
	border-width: 1px;
	border-top-color: #202020;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #202020;

	font-weight: bold;
	margin-left: 3px;
	margin-right: 3px;
}
input.plain {
	border-width: 0px;
	margin: 2px 1px;
	padding: 0px 2px;
}

td.formcaption {
	width: 30%;
	padding: 1px 4px;
	font-weight: bold;
	text-align: right;
	font-size: 95%;
	white-space: nowrap;
}

td.formfield {
	padding: 1px 4px;
}


.alt1 {
	color: #000000;
	background-color: #EEEEF2;
}
.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: #2B3E68;
  color: #ffffff;
  font-weight: bold;
}

tr.tablesubheader th, tr.tablesubheader td {
  padding: 1px 3px;
  font-size: 10px;
  background-color: #596F9D;
  color: #ffffff;
  font-weight: bold;
}
tr.tablesubheader td a {
  color: #ffffff;
  text-decoration: underline;
}

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

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

