body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}
td
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	vertical-align:top;
	color: black;
}
th
{	
	vertical-align:	bottom;
	font-size: 12pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: steelblue;
	color: White;
}
textarea
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
}
a:link
{	
	color: blue;
}
a:visited
{
	color: blue;
}
a:active
{
	color: blue;
}
a:hover
{	
	color: red;
}
.alternateRow
{
	background-color: lightcyan;
}
.customGridTable
{
	background-color: White;
}
.systemMessage
{
	background-color: White;
	color: Red;
	font-weight: bold;
}