.table1
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}
.table1Link:link
{
	color: rgb(0,0,0);
	text-decoration: none;
}
.table1Link:visited
{
	color: rgb(0,0,0);
	text-decoration: none;
}
.table1Link:hover
{
	color: rgb(255,0,0);
	text-decoration: none;
}
.greeting
{	
	font-family: Verdana;
	font-size: 10pt;
}
.table1RedLink:link
{
	color: rgb(255,0,0);
	text-decoration: none;
}
.table1RedLink:visited
{
	color: rgb(255,0,0);
	text-decoration: none;
}
.table1RedLink:hover
{
	color: rgb(255,0,0);
	text-decoration: none;
}