.style1 {
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	color: #da5a5c;
}
.style2 {
	font-size: 10px;
	font-family: tahoma;
	color: #000000;
}
.style3 {
	font-size: 11px;
	font-family: tahoma;
	color: #000000;
}
.style4 {
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
	color:#DA5A5C;
}
.style5 {
	font-size: 9px;
	font-weight: bold;
	font-family: tahoma;
	color: #da5a5c;
}
.style6 {
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma;
	color: #305fb3;
}
.style7 {
	font-size: 13px;
	font-family: tahoma;
}
.style8 {
	font-size: 13px;
	font-family: tahoma;
	text-decoration:underline;
	color:#DA5A5C;
}
.style81 {
	font-size: 20px;
	font-family: tahoma;
	text-decoration:underline;
	color:#0000FF;
}
.style9 {
	color: #da5a5c;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:underline;
}
.style10 {
	font-size: 11px;
	font-family: tahoma;
}
.navlink {
	font-family: Tahoma;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-variant: normal;
}

.style11 {
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma;
	color: #000000;
	text-decoration:none;
}
.style12 {color: #000000;
text-decoration:none;}

.box {
	font-family: Tahoma;
	font-size: x-small;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 4px;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menuBar {
  background-color: #00CCFF;
  border: 2px outset #e0e0e0;
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  color: #000000;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border: 1px outset #e0e0e0;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #5050f0;
  border: 1px inset #e0e0e0;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #e0e0e0;
  border: 2px outset #e0e0e0;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #5050f0;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}