BODY
{
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
	BORDER-RIGHT: blue 1px outset;
	BORDER-TOP: blue 1px outset;
	FLOAT: left;
	BORDER-LEFT: blue 1px outset;
	WIDTH: auto;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	BORDER-BOTTOM: blue 1px outset;
	POSITION: relative;
	BACKGROUND-COLOR: #000080;
	TEXT-ALIGN: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	padding-right: 19px;
	padding-left: 19px;
	margin-right: 2px;
	margin-left: 2px;
}
.menu
{
	BORDER-RIGHT: buttonhighlight thin outset;
	BORDER-TOP: buttonhighlight thin outset;
	VISIBILITY: hidden;
	BORDER-LEFT: buttonhighlight thin outset;
	WIDTH: 150px;
	LINE-HEIGHT: 140%;
	BORDER-BOTTOM: buttonhighlight thin outset;
	POSITION: absolute;
	BACKGROUND-COLOR: Transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #000080;
}
.menuItem
{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 10px;
	WIDTH: 100%;
	CURSOR: hand;
	LINE-HEIGHT: 20px;
	border: 1px solid #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000080;
	background-color: #FFFFFF;
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: highlight
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
	BORDER-RIGHT: blue 1px ridge;
	BORDER-TOP: blue 1px ridge;
	FLOAT: left;
	BORDER-LEFT: blue 1px ridge;
	WIDTH: auto;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	BORDER-BOTTOM: blue 1px ridge;
	POSITION: relative;
	BACKGROUND-COLOR: #0000FF;
	TEXT-ALIGN: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	padding-right: 19px;
	padding-left: 19px;
	margin-right: 2px;
	margin-left: 2px;
	color: #FFFFFF;
	height: auto;
}
.cell_over
{
	BACKGROUND-COLOR: #000080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	height: 20pt;
	width: auto;
	text-align: center;
}
.cell_out
{
	BACKGROUND-COLOR: #8080FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	height: 20pt;
	width: auto;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
.cell_over1
{
	BACKGROUND-COLOR: #000080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 15pt;
	width: auto;
	text-align: center;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.cell_out1
{
	BACKGROUND-COLOR: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000080;
	height: 15pt;
	width: auto;
	text-align: center;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

.standard_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}
.standard_italic
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
}
.standard_caption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.standard_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.input_required
{
	background-color: #FFFFA0;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px
}
INPUT
{
	background-color: #FFFFFF;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px
}

.form_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.error_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FF0000;
	background-color: #FFFFFF;
}
