<!--
h1 {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top : 0px;
	margin-bottom : 0px;
	text-transform: uppercase;
}

h1.new { font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #CAA45B;
	font-weight: normal;
	margin-top : 0px;
	margin-bottom : 0px;
	text-decoration: underline;
}

h2 {
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size: 11pt;
	color: #605D0F;
	font-weight: bold;
	margin-top : 0px;
	margin-bottom : 0px;
}

h2.new { font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #CAA45B;
	font-weight: bold;
	margin-top : 0px;
	margin-bottom : 0px;
}

a:link { text-decoration: underline;
	color: #605D0F;
}

a:visited { color: #605D0F; }

a:hover { text-decoration: underline;
	color: #605D0F;
}

a.content:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.content:visited {
	color: #FFFFFF;
}

a.content:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.content {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 28px;
	color: #605D0F;
	font-weight : bold;
}

.content1 {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #605D0F;
	font-weight : bold;
}

.contact {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #605D0F;
	font-weight : bold;
}

.footeradd { font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #605D0F;
	font-weight : bold;
}

.footerlink { font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: white;
	font-weight : bold;
}

a.footerlink:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.footerlink:visited { text-decoration: none;
	color: #FFFFFF;
}

a.footerlink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.footer:link {
	color: #AAAAAA;
}

a.footer:visited {
	color: #AAAAAA;
}

a.footer:hover {
	color: #888888;
}

.footer {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #AAAAAA;
}

a.navTop:link {
	color: #B47B0F;
	font-size: 14px;
	text-decoration: none;
}

a.navTop:visited {
	color: #B47B0F;
	font-size: 14px;
	text-decoration: none;
}

a.navTop:hover {
	color: #B47B0F;
	font-size: 14px;
	text-decoration: underline;
}

.navTop {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #4F4D0D;
	font-style : italic;
}

.contentError {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FF0000;
	font-weight : bold;
}

div.naviMainItem {
  font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
  padding: 2px 10px 3px 9px; /*top,right,bottom,left*/
  font-size: 12px;
  font-weight : regular;
  color: #5A5706;
  text-decoration: none;
}

div.naviSubMenu {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  width: 140px;
  position: absolute;
  top: 0px;
  border: 1px solid #C9A35A;
  background-color: #FFFFFF;
  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 : regular;
  color: #605D0F;
  text-decoration: none;
  background-color: #FFFFFF;
}
-->