
table.MenuBar
{

}
td.MenuHeader
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;

}
a.MenuHeader
{
	color: #000000;
	text-decoration: none;
}
a.MenuHeader:hover
{
	color: #FF0000;
}
table.Menu
{
	background-color: #bacdea;
}
table.MenuFrame
{
	background-color: #000000;
}
td.MenuSep
{
	height:1px;
	background: #000000;
}
td.MenuItem
{
	background-color: #bacdea;
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;	
	padding-left: 15px;
}
td.MenuItemHover
{
	background-color: #000000;
	color:#bacdea;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif;	
	padding-left: 16px;
}
a.MenuItem
{
	color: #000000;
	text-decoration: none;
}
a.MenuItem:hover
{
	color: #bacdea;
	text-decoration: none;
}
td.Footer,td.Status
{
	font-size: 8pt;
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;
}
a
{
	color: #FF0000;
	text-decoration : none;
}
a:hover
{
	color: #FF0000;
	text-decoration : underline;
}
p
{
	font-size: 10pt;
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;
}
h2
{
	font-weight: bold;
	font-size: 12pt;
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
table.Form
{
	width:80%;
	text-align:center;
}
td.FormLabel
{
	width:30%;
	text-align:left;
	font-size: 10pt;
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;	
}
td.FormField, textarea.FormField
{
	width:70%;
	text-align:left;
	font-size: 10pt;
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;	
}
td.FormButton
{
	text-align:center;
}
input.FormField, textarea.FormField
{
	width:100%
}
input.FormFieldNarrow,select.FormFieldNarrow
{
	width:40%
}
input.FormButton
{
	width: 100px;
}
td.ListCell
{
	font-family: Arial, Helvetica;
	font-size: 9pt;	
	background: #FFFFFF;
}
td.ListCellColored
{
	font-family: Arial, Helvetica;
	font-size: 9pt;	
	background: #f0f0f0;
}
td.ListCellHeader
{
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	background: #e0e0e0;
}
Input.FormButtonSmall
{
	font-size: 11px;
	width: 60px;
	font-family: Arial, Helvetica;
	height: 20px;
}