.rowBlue
{ 
	background-color: #EDF3FE;
}
.rowGrey
{ 
	background-color: #FCFCFC;
}
.rowRed
{ 
	background-color: #FFD9DA;
}
.rowYellow
{
	background-color: #FFFFEA;
}
.rowHead
{
	border-bottom: 1px #666666 solid;
	padding: 2px;
}
.tableBorder
{
	border: 1px #666666 solid;
}
body,td,th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link 
{
	color: #0000D9;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #0000D9;
}
a:hover 
{
	text-decoration: underline;
	color: #0000D9;
}
a:active 
{
	text-decoration: none;
	color: #0000D9;
}