body
{
	color: white;
	font-family: Arial;
	font-size: 12px;
}
table
{
	color: white;
	font-family: Arial;
	font-size: 12px;
}

h1
{
	color: white;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

a:link
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-decoration: none;
}

a:visited
{
	color: blue;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-decoration: none;
}

a:hover
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-decoration: underline;
	cursor: hand;
}

.clsFooterText
{
	color: white;
	font-family: Tahoma, Arial;
	font-size: 10px;
}

a.clsLoginLink:link
{
	color: white;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-decoration: none;
}

a.clsLoginLink:visited
{
	color: white;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-decoration: none;
}

a.clsLoginLink:hover
{
	color: white;
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-decoration: underline;
	cursor: hand;
}