<!--
h1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top : 0px;
	margin-bottom : 0px;
	text-transform: uppercase;
}

h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	line-height: 11pt;
	color: #000080;
	font-weight: normal;
	margin-top : 0px;
	margin-bottom : 0px;
}

a.content:link {
	text-decoration: underline;
	color: #FFFFFF;
}

a.content:visited {
	color: #FFFFFF;
}

a.content:hover {
	text-decoration: underline;
	color: #F9FF93;
}

.content {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 12pt;
	color: #FFFFFF;
	font-weight : normal;
}

.contentError {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	line-height: 12pt;
	color: #FF0000;
	font-weight : normal;
}

a.footer:link {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #56574E;
}

a.footer:visited {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #757D69;
}

a.footer:hover {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

.footer {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #757D69;
}

div.naviMainItem {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  padding: 2px 10px 3px 9px; /*top,right,bottom,left*/
  font-size: 11px;
  font-weight : normal;
  color: #FFFFFF;
  text-decoration: none;
}

div.naviSubMenu {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  width: 140px;
  position: absolute;
  top: 0px;
  border: 1px solid #FFFFFF;
  background-color: #27577A;
  visibility: hidden;
  z-index: 10;
}

div.naviSubItem {
  /* due to an IE bug, this class must have a fixed width 
     IE needs that to register the onmouseover event for a DIV element */
  width: 140px;
  cursor: hand;
  padding: 2px 9px 3px 8px;
  font-size: 11px;
  line-height: 16px;
  font-weight : normal;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #27577A;
}
-->