body {
	font-family			: tahoma, arial, helvetica, verdana, sans-serif;
	font-size			: 10pt;
	background-color		: #f06d6d;
	background-image		: none;
	color				: #000000;
	margin				: 0px;
	scrollbar-face-color		: #f06d6d;
	scrollbar-shadow-color		: #595983; 
	scrollbar-highlight-color	: #f06d6d;
	scrollbar-3dlight-color		: #D0D0F5; 
	scrollbar-darkshadow-color	: #424266;
	scrollbar-track-color		: #000000; 
	scrollbar-arrow-color		: #0E0E96;
}
table.main {
	background-color		: #f06d6d;
	border-collapse			: collapse;
}
iframe {
	width				: 680px;
	height				: 499px;
}
td {
	font-size			: 8pt;
}
a:link {
	text-decoration			: none;
	color				: #000000;
}
a:visited {
	text-decoration			: none;
	color				: #000000;
}
a:active {
	text-decoration			: none;
	color				: #000000;
}
a:hover {
	text-decoration			: underline;
	color				: #000000;
}

#menuBar {
  background-color: #f06d6d;
  border: 2px solid;
  border-color: #BBBBE5 #5A5A9F #5A5A9F #BBBBE5;
  color: #000000;
  font-size: 1pt;
  padding: 4px 2px 4px 2px;
  text-align: left;
  width: 80%;
}

a.menuButton, a.menuButtonActive {
  background-color: transparent;
  border: 1px solid #f06d6d;
  color: #000000;
  cursor: default;
  font-family: "MS Sans Serif", Arial, Tahoma, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  left: 0px;
  top: 0px;
  text-decoration: none;
}

a.menuButton:hover {
  background-color: transparent;
  border-color: #BBBBE5 #5A5A9F #5A5A9F #BBBBE5;
  color: #000000;
}

a.menuButtonActive, a.menuButtonActive:hover {
  background-color: transparent;
  border-color: #5A5A9F #BBBBE5 #BBBBE5 #5A5A9F;
  color: #000000;
  left: 1px;
  top: 1px;
}

.menu {
  background-color: #f06d6d;
  border: 2px solid;
  border-color: #BBBBE5 #5A5A9F #5A5A9F #BBBBE5;
  padding: 0px;
  position: absolute;
  text-align: left;
  visibility: hidden;
}

a.menuItem {
  background-color: transparent;
  color: #000000;
  cursor: default;
  display: block;
  font-family: "MS Sans Serif", Arial, Tahoma, verdana, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 2px;
  padding-left: 12px;
  padding-right: 16px;
  text-decoration: none;
  white-space: nowrap;
}

a.menuItem:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.menuItemSep {
  border-bottom: 1px solid #BBBBE5;
  border-top: 1px solid #5A5A9F;
  margin: 3px 4px 3px 4px;
}

