﻿.LabelText
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
	font-weight:normal;
}

.TextBoxText
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
	font-weight:normal;
}

.NumberBoxText
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
	text-align: right;
	font-weight:normal;
}

.TotalTextBox
{
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: Green;
	text-align: right;
}

.HeaderText
{
	font-size: 32pt;
	color: #468264;
	font-family: Verdana;
	font-weight: bold;
}

.LoginLabelText
{
	font-size: 12pt;
	color: blue;
	font-family: Arial;
	font-weight:normal;
}

.LoginMessageText
{
	font-weight: bold;
	font-size: 12pt;
	color: red;
	font-family: Arial;
}

.ButtonText
{
	font-size: 10pt;
	font-family: Arial;
	font-weight:normal;
}

.MenuLabelText
{
	font-size: 12pt;
	color: blue;
	font-family: Arial;
	text-align: left;
	font-weight:normal;
}

.MessageText
{
	font-weight: bold;
	font-size: 12pt;
	color: blue;
	font-family: Arial;
}

.MenuText
{
	font-weight:bold;
	font-size:14px;
	color: Blue;
	font-family:Arial;
}

.Grid
{
	border-color: #E7E7FF;
	width: 100%;
	font-family: Arial;
}

.GridHeader
{
	color: White;
	background-color: Navy;
	font-family: Arial;
	text-decoration: none;
	font-size: 10px;
	text-align: left;
}

.GridRow
{
	color: Navy;
	font-family: Arial;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
}

.GridAlternateRow
{
	color: Navy;
	background-color: #f7f7f7;
	font-family: Arial;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
}

.GridButton
{
	font-size: 10pt;
	font-family: Arial;
}

.GridNumber
{
	color: Navy;
	font-family: Arial;
	text-decoration: none;
	font-size: 11px;
	text-align: right;
}

	