body
{
	font-size: 75%;
	font-family: Arial, Sans-Serif;
	font-weight: 500;
}

h1
{
	font-size: 175%;
	font-weight: 700;
}

h2
{
	font-size: 140%;
	font-weight: 700;
}

table
{
	font-size: 100%;
}

tr.clsHeader
{
	font-weight: 700;
}

td
{
	padding: 2px 3px 2px 3px
}

a:link,
a:active
{
	color: blue;
	text-decoration: none;
}

a:visited
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}