TD {
	font-family:Arial, Helvetica, sans-serif;
	color:#0F5192;
}

TABLE {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#0F5192;
}

TABLE.LIST {
	font-family:Arial,Helvetica, sans-serif;
	font-size:13px;
	background-color:#CCCCCC;
}

TD.LIST {
	background-color:#FFFFFF;
}

.navbar_theme {
	font-weight: bold;
	font-size:11px;
	color:#326DA9;
}

.navbar_theme_red {
	font-weight: bold;
	font-size:11px;
	color:#D60000;
}

.navbar_link {
	font-weight: normal;
	font-size:11px;
}

.navbar_select {
	font-weight: normal;
	font-size:11px;
	color:#D60000;
}

.button {
	background-color: #9DCE7C;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.button:hover, .button-active:hover {
	background-color: #5EA0C7;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}

A {
	font-family: Arial, Helvetica, sans-serif;
	color:#3E7D13;
	text-decoration: underline;
}

A:Visited {
	font-family: Arial, Helvetica, sans-serif;
	color:#CC5C2E;
	text-decoration: underline;
}

A:Active {
	font-family: Arial, Helvetica, sans-serif;	
	color:#CC5C2E;
	text-decoration: underline;
}

A:Hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#CC5C2E;
	text-decoration: underline;
}

BODY {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	color:#000000;
	margin-top:0px;
	margin-bottom:0px;
	background:#E3E3E3;
 }


INPUT  {
  font-family: Arial, Helvetica, sans-serif;
  font-size:10pt;
  color:#D60000;
}

SELECT  {
  font-family: Arial, Helvetica, sans-serif;
  font-size:10pt;
  color:#D60000;
}

p {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #0F5192}

h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #206495}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #990000}
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #0F5192}
h4 {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #0F5192}
h5 {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #326DA9}
h6 {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal;}

td.menu {
	background:#FFFFFF;
	color:#0F5192;
	text-align:left;
	z-index:1;
}

table.menu {
	font-size:100%;
	position:absolute;
	visibility:hidden;
	background:#C4DEB2;
	border: thin dotted #5EA0C7;
}

td.sidebar {
	background:#FFFFFF;
	color:#0F5192;
	text-align:left;
	text-decoration: none;
	cursor: pointer;
	border-bottom: thin dashed #6292B5;
	padding-top: 4px;
	padding-bottom: 4px;
}

td.sidebar:hover, td.sidebar-active:hover {
	background:#5EA0C7;
	color:#FFFFFF;
	text-align:left;
	text-decoration: none;
	cursor:pointer;
	border-bottom: thin dashed #6292B5;
	padding-top: 4px;
	padding-bottom: 4px;
}

td.sidebar_selected {
	background:#FFFFFF;
	color:#3E7D13;
	text-align:left;
	text-decoration: none;
	font-weight: bold;
	border-bottom: thin dashed #6292B5;
	padding-top: 4px;
	padding-bottom: 4px;
}

#wrapper {
  min-width: 600px;
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px;
}

#header {
  width: 100%;
  display: block;
  border: thin solid #66FF00;
  height: 200px;
  margin-bottom: 5px;
  float: left;
}

#content {
  width: 100%;
  display: block;
  border: thin solid #66FF00;
  float: left;
  margin-bottom: 5px;
}

#navi {
  width: 200px;
  float: left;
  border: thin solid #000000;
  margin-right: 10px;
  background-color: #FFFFFF;
}

#navi .button {
  width: 85%;
  margin: 3%;
  padding-left: 15px;
  text-align: left;
}

#footer {
  border: thin solid #66FF00;
  float: left;
  width: 100%;
}

/* body template */
.tblContent { width: 650px; padding: 3px; }
.tdBody, .tdBody2 {
  width: 550px;
  vertical-align: text-top;
}
.tdBody2 {
  width: 100%;
}
.tdSideBar {
  width: 100px;
  vertical-align: text-top;
}

/* form validation error */
label.error {
  color: #FF0000;
  padding-left: .5em;
  vertical-align: top;
  font-style: italic;
}

