body
{
	background-color: Green;
}

table
{
	background-color: White;
	border-style: solid;
	border-color: Black;
}

td
{
	text-align: center;
}

td.Title0
{
	background-color: Green;
}

td.Title1
{
	text-align: inherit;
	font-family: sans-serif;
	font-size: x-large;
	font-weight: 900;
}

td.Title2
{
	text-align: inherit;
	font-family: sans-serif;
	font-size: large;
	font-weight: 300;
}

td.Title3
{
	text-align: inherit;
	font-family: sans-serif;
	font-size: larger;
	font-weight: bold;
}
li.List1
{
	font-size: larger;
	font-weight: bold;
}

li.List1
{
	font-size: medium;
	font-weight: bold;
}

td.BoxGray
{
	background-color: Silver;
	text-align: inherit;
	border-color: Black;
	border-style: solid;
	border-width: thin;
}

td.BoxWhite
{
	background-color: White;
	text-align: inherit;
	border-color: Black;
	border-style: solid;
	border-width: thin;
}

div
{
	font-weight: bold;
}

a.ApplyLink
{
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
}