body
	{
	color: black;
	background-color: white
	}


a
	{
	font-family: sans-serif
	}


a:hover
	{
	background-color: #ffffaa
	}



li
	{
	text-align: center;
	list-style-type: none
	}


.PageTitle
	{
	color: #333333;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold
	}


h1
{
	text-align: center;
	font-size: 120%
}


h2
{
	text-align: center;
	font-size: 100%
}


div#Container
{
	margin: 0 auto
}


div.CenteredArea
{
	text-align: center
}


div.NavigationArea
{
	border: 1px solid #ccc;
	width: 400px;
	font-size: 90%;
	margin: 0 auto;
	padding: 3px
}




p.Breadcrumbs
{
	font-size: 80%
}


table.MainTable
{
	border-collapse: collapse;
	margin: 0 auto
}


table.MainTable td
{
	text-align: center;
	font-size: 80%;
	border: 1px solid #999
}


table.MainTable td.HeaderLeft
{
	text-align: left;
	background-color: #999;
	color: white;
	font-size: 80%;
	border: 1px solid #ccc
}


table.MainTable td.HeaderCell
{
	text-align: center;
	background-color: #999;
	color: white;
	font-size: 80%;
	padding-right: 10px;
	border: 1px solid #ccc
}


table.MainTable td.LeftCell
{
	text-align: left;
	font-size: 80%;
	border: 1px solid #999;
	padding: 1px 8px 1px 3px
}


table.MainTable td.FooterCell
{
	color: #666;
	font-size: 60%;
	text-align: left
}