body, td
{
	font-size: 11px;
	color: black;
	font-family: Verdana;
	background-color: #edfff1;
}

td.disabled
{
	background-color: silver;
}


.head
{
	font-size: 11px;
	color: black;
	font-family: Verdana;
	background-color: #fefff9;
	font-family: Verdana;
	text-align:center;
}

.small
{
	font-size: 9px;
	color: black;
	font-family: Verdana;
	background-color: #edfff1;
}

SELECT
{
	font-size: 11px;
	font-family: Verdana;
}

BUTTON
{
	font-size: 11px;
	font-family: Verdana;
}

A, A:Visited
{
	text-decoration:none;
	color:Navy;
	font-size: 11px;
	font-family: Verdana;
}

A:Hover
{
	text-decoration:underline;
	color:Orange;
	font-size: 11px;
	font-family: Verdana;
}
A:Active
{
	text-decoration:none;
	color:Blue;
	font-size: 11px;
	font-family: Verdana;
}



H1
{
	font-size: 13px;
	color: black;
	font-weight:bold;
	font-family: Verdana;
}

H2
{
	font-size: 12px;
	color: black;
	font-weight:bold;
	font-style:italic;
	font-family: Verdana;
}

.centered
{
	text-align:center;
}

.left
{
	text-align:left;
}

.right
{
	text-align:right;
}

.thinborder
{
BORDER-RIGHT: black 1px solid; 
BORDER-TOP: black 1px solid; 
BORDER-LEFT: black 1px solid; 
BORDER-BOTTOM: black 1px solid
}

.AlertText
{
	color:Red;
	font-weight:bold;
}

.GreenText
{
	color:Green;
	font-weight:bold;
}

.BoldText
{
	font-weight:bold;
}