BODY
{
}

A
{
	color: White;
	text-decoration: none;
}
A:hover
{
	color: red;
	text-decoration: underline;
}

TD
{
	font-size: 12px;
	color: navy;
	font-family: Arial;
}

.SubMenu
{
	font-weight: bold;
	font-size: 12px;
	color: Orange;
	font-family: Verdana;
}

.Button
{
	font-size: 13px;
	color: navy;
	font-family: Arial;
}

.ButtonGo
{
	font-weight: bold;
	font-size: 13px;
	width: 25px;
	color: navy;
	font-family: Arial;
}

.ButtonDisabled
{
	font-weight: bold;
	font-size: 12px;
	color: navy;
	font-family: Arial;
	background-color: gainsboro;
}

.ButtonIdle
{
	font-weight: bold;
	font-size: 12px;
	color: navy;
	font-family: Arial;
	background-color: white;
}

.ButtonActivated
{
	font-weight: bold;
	font-size: 12px;
	color: navy;
	font-family: Arial;
	background-color: limegreen;
}

.ButtonOnline
{
	font-weight: bold;
	font-size: 12px;
	color: navy;
	font-family: Arial;
	background-color: red;
}

.ButtonOver
{
	font-weight: bold;
	font-size: 12px;
	color: navy;
	font-family: Arial;
	background-color: lightskyblue;
}

.TextBox
{
	font-size: 13px;
	font-family: Arial;
}

.TextBoxRdOnly
{
	font-size: 13px;
	font-family: Arial;
	background-color: whitesmoke;
}

.LightLink
{
	color: blue;
	text-decoration: underline;
}

.HeavyLink
{
	color: blue;
	font-weight: bold;
}
	
.ErrorMessage
{
	color: Red;
}
