body 
{
	background-color: floralwhite;
	font-family: tahoma, arial, sans-serif;
	font-size: 9pt;
}
table
{
	font-family: tahoma, arial, sans-serif;
	font-size: 9pt;
	/*border-collapse:collapse;
	border: darkgoldenrod 1px solid;*/
}
thead
{
	font-weight:bold;
}
textarea, select, input /*, input[type="text"]*/
{
	font-family: tahoma, arial, sans-serif;
	font-size: 9pt;
}
.trMouseOver
{
	background-color:lemonchiffon;
}
.trMouseClick
{
	background-color:khaki;
}
.StdButton
{
	cursor: pointer;
}
.FindButton
{
	cursor:pointer;
	width:15pt;
}
.StdInput
{
	background-color:linen;
}
.StdInputRO
{
	background-color:gainsboro;
}
.StdCheckBox
{

}
.BodyPage
{

}
.BannerBody 
{
	font-size: 20pt;
	color: dimgray;
	font-family: Arial;
	background-color: lemonchiffon;
}
.MenuBarBody 
{
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	color: dimgray;
	font-family: Arial;
	background-color: lemonchiffon;
}
.MenuBarViewItem 
{
	font-weight: bold;
	font-size: 10pt;
	cursor: pointer;
	color: dimgray;
	font-family: Arial;
	text-align: left;
}
.MenuBarViewItemMouseOver 
{
	text-decoration: underline;
	color:darkred;
}
.MenuBarViewItemClick 
{
	background-color: darkred;
	color:White;
}
.MenuBarMenuItem 
{
	font-size: 9pt;
	cursor: pointer;
	color: dimgray;
	font-family: Arial;
	text-align: left;
}
.MenuBarMenuItemMouseOver 
{
	text-decoration: underline;
	color:red;
}
.MenuBarMenuItemClick 
{
	background-color: red;
	color:White;
}
.MenuViewBody 
{
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	color: dimgray;
	font-family: Arial;
	background-color: lemonchiffon;
}
.MenuViewViewItem 
{
	font-weight: bold;
	font-size: 20pt;
	cursor: pointer;
	color: dimgray;
	font-family: Arial;
	text-align: left;
}
.MenuViewMenuItem 
{
	font-size: 12pt;
	cursor: pointer;
	color: dimgray;
	font-family: Arial;
	text-align: left;
}
.MenuViewMenuItemMouseOver 
{
	text-decoration: underline;
	color:red;
}
.MenuViewMenuItemClick 
{
	background-color: red;
	color:White;
}
.tabBar
{
	border-right: darkgoldenrod 1px solid;
	border-top: darkgoldenrod 1px solid;
	border-left: darkgoldenrod 1px solid;
	background-color: lemonchiffon;
}
.tabButton
{
	border-right: outset;
	border-top: outset;
	border-left: outset;
	width: 60pt;
	border-bottom: outset;
	background-color: khaki;
	cursor: pointer;
}
.tabButtonInset
{
	border-right: inset;
	border-top: inset;
	border-left: inset;
	border-bottom: inset;
}
.tabPanel
{
	border-right: darkgoldenrod 1px solid;
	border-top: darkgoldenrod 1px solid;
	overflow: auto;
	border-left: darkgoldenrod 1px solid;
	border-bottom: darkgoldenrod 1px solid;
}
.ReportBar
{
	border-right: darkgoldenrod 1px solid;
	border-top: darkgoldenrod 1px solid;
	padding: 4px;
	border-left: darkgoldenrod 1px solid;
	background-color: lemonchiffon;
}
.ReportPanel
{
	border-right: darkgoldenrod 1px solid;
	border-top: darkgoldenrod 1px solid;
	overflow: auto;
	border-left: darkgoldenrod 1px solid;
	border-bottom: darkgoldenrod 1px solid;
}
.PicButton
{
	width: 22px;
	cursor: pointer;
	height: 22px;
	background-color: silver;
	background-repeat: no-repeat;
	background-position: center 50%;
	border: solid 1px black;
}
.PicButtonMO
{
	background-color: darkgray;
}