﻿body {
	font-family:Arial;
	font-size:9pt;
}
.MenuBarStyle
{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	background-color:#808080;
	color:White;
	cursor:pointer;
}
.MenuBarStyleHover
{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	background-color:#707070;
	color:	#FFD700;
	cursor:pointer;
}
.MenuBarStyleSelected
{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	background-color:#000000;
	color:White;
	cursor:pointer;
}
.MenuBarStyleHoverSelected
{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	background-color:#000000;
	color:	#FFD700;
	cursor:pointer;
}
.HeaderChocolate
{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#B22222;
	border-style:outset;
	border-width:thin;
}
.NormalLinkedStyle
{
	font-family:Arial;
	font-size:8pt;
}
.NormalLinkedStyleHover
{
	font-family:Arial;
	font-size:8pt;
	color: 	#FF4500;
	text-decoration:underline;
	cursor:pointer;
}
.MenuTabHeaderStyle
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:#2E8B57;
	cursor:pointer;
}
.MenuTabSelectedStyle
{
	background-color:#FFD700;
}
.MenuTabNormalStyle
{
	background-color:transparent;
}