body
{
	font-family: Arial;
	background-color: #173165;
	font-size:10pt;
}
.LabelText
{
	color: #000066;
	font-weight: bold;
	font-size: 10pt;
}
.MenuItem
{
	color: #C0C0FF;
	background-color:#B50000;
	font-weight:bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.HoverMenuItem
{
	color: White;
	background-color:#B50000;
	font-weight:bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.SelectedMenuItem
{
	color: White;
	background-color:#DD2222;
	font-weight:bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.StandardLabel
{
	color:#255BCD;
	background-color:White;
	font-weight:bold;
	font-size:10pt;
}
.HelpText
{
	font-size:11pt;
	padding: 5px 10px 5px 10px;
	color:White;
	font-weight:bold;
	background-color:#799CC5;
}