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

div.menuBar {
	background-color: #d0d0d0;
	border: 2px solid;
	border-color: #f0f0f0 #909090 #909090 #f0f0f0;
	padding: 4px 2px 4px 2px;
	text-align: left;
}

div.menuBar a.menuButton {
	background-color: transparent;
	border: 1px solid #d0d0d0;
	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-color: #f0f0f0 #909090 #909090 #f0f0f0;
	color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
	background-color: #a0a0a0;
	border-color: #909090 #f0f0f0 #f0f0f0 #909090;
	color: #ffffff;
	left: 0px;
	top: 1px;
}

div.menu {
	background-color: #d0d0d0;
	border: 2px solid;
	border-color: #f0f0f0 #909090 #909090 #f0f0f0;
	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 div.menuItem {
	color: #666666;
	cursor: default;
	display: block;
	padding: 3px 1em;
	text-decoration: none;
	white-space: nowrap;
}

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

div.menu a.menuItem span.menuItemText {}

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

div.menu div.menuItemSep {
	border-top: 1px solid #909090;
	border-bottom: 1px solid #f0f0f0;
	margin: 4px 2px;
}

#top
{
	Z-INDEX: 0;
	FLOAT: none;
	VISIBILITY: visible;
	OVERFLOW: visible;
	POSITION: absolute
	LEFT: 0%;
	WIDTH: 100%;
	POSITION: absolute;
	TOP: 0%;
	HEIGHT: 50px
}

#main
{
	LEFT: 0%;
	FLOAT: none;
	OVERFLOW: auto;
	WIDTH: 100%;
	POSITION: absolute;
	TOP: 30px;
	HEIGHT: 95%
}

#bottom
{
	DISPLAY: none;
	LEFT: 0px;
	VISIBILITY: hidden;
	POSITION: static;
	HEIGHT: 5px
}

BODY
{
	margin-top: 5px;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	background: #EDF0FB;
}

h3 {
	font-size: 26pt;
	color: #000000;
	margin: 20pt 0pt 10pt 0pt;
}

h4 {
	font-size: 14pt;
	color: #000000;
	margin: 10pt 0pt 0pt 0pt;
}

a
{
	font-family : arial;
	font-size: 8pt;
	color: #000000;
	text-decoration : underline;
}

a:link
{
	font-family : arial;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	text-decoration : underline;
}

a:visited  
{
	font-family : arial;
	font-size: 8pt;
	color: #000000;
	text-decoration : underline;
}

a:active  
{
	font-family : arial;
	font-size: 8pt;
	color: #888888;
	text-decoration : none;
}

a:hover
{
	font-family : arial;
	font-size: 8pt;
	color: #888888;
	text-decoration : none;
}

TD {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

p {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

INPUT {
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

SELECT {
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}