.mnuTitle
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial;
	text-align: center;
}

.subMnu
{
	font-size: 8pt;
	border-left-color: #323E5E;
	border-bottom-color: #0689bf;
	width: 176px;
	color: #000080;
	font-family: Arial;
	border-right-style: outset;
	border-left-style: outset;
	background-color: White;
	text-align: center;
	border-right-color: #0689bf;
	border-bottom-style: outset;
}

.button
{
	font-size: 8pt;
	color: #000080;
	border-right: #cedeff 2px outset;
	border-top: #cedeff 2px outset;
	border-left: #cedeff 2px outset;
	border-bottom: #cedeff 2px outset;
	background-color: transparent;
	width: 100%;
	height: 20px;
}
.lightbutton
{
	font-size: 8pt;
	color: #ffffff;
	border-right: #cedeff 2px outset;
	border-top: #cedeff 2px outset;
	border-left: #cedeff 2px outset;
	border-bottom: #cedeff 2px outset;
	background-color: #00008b;
	width: 45%;
	height: 20px;
}
.inputText
{
	font-size: 8pt;
	color: #000080;
	font-family: Arial;
}

.smallText
{
	font-size: 7pt;
	color: #000080;
	font-family: Arial;
}

.CRText
{
	font-size: 7pt;
	font-family: Arial;
}
.buttonDown
{
	border-right: #cedeff 2px inset;
	border-top: #cedeff 2px inset;
	font-size: 8pt;
	border-left: #cedeff 2px inset;
	width: 100%;
	color: #6679b5;
	border-bottom: #cedeff 2px inset;
	height: 20px;
	background-color: transparent;
}

.filledButton
{
	border-right: #cedeff 2px inset;
	border-top: #cedeff 2px inset;
	font-size: 8pt;
	border-left: #cedeff 2px inset;
	width: 100%;
	color: #ffffff;
	border-bottom: #cedeff 2px inset;
	height: 20px;
	background-color: #6679b5;
}

.tableBorder
{
	border-right: #323E5E groove;
	border-top: #323E5E groove;
	border-left: #323E5E groove;
	border-bottom: #323E5E groove;
}

