	body	{
		background-color: #FFFFFF;
		font-family: "Arial MT", Verdana, sans-serif;
		font-size: 9pt;
		line-height: 130%;
	}
	a:link	{
		color: #0099FF;
		text-decoration: underline;
	}
	a:hover {
		text-decoration: underline;
	}
	a:visited {
		color: #0099FF;
		text-decoration: underline;
	}
	#content{
		background: #FFFFFF;
		font-size: 9pt;
		color: #666;
		padding: 5px;
		border: 1px solid #CCC;
	}
	h3	{
		font-family: Arial, verdana, sans-serif;
		background: white;
		font-weight: bold;
		color: black;
		border: 1px solid #CCC;
		padding: 2px;
	}
	.image	{
		text-align: center;
	}
	.pagenav	{
		text-align: center;
	}
	.pagenav a:hover {
		text-decoration: underline;
	}
	.imagewhite	{
		text-align: center;
		background-color: #FFF;
		border: 1px solid #CCC;
	}
	h2	{
		font-family: Arial, verdana, sans-serif;
		background: white;
		font-weight: bold;
		color: black;
		border: 1px solid #CCC;
		padding: 5px;
		text-align: center;
		line-height: 110%;
	}
	.box	{
		padding: 10px;
		background-color: #FFFFFF;
		border: medium double #000;
		margin-right: 20px;
		float: right;
		text-align: center;
		font-weight: bold;
	}
	.box a:hover	{
		text-decoration: underline;
	}
	table a:hover	{
		text-decoration: underline;
	}
	.indent	{
		margin-left: 15%;
		margin-right: 15%;
	}
	.indent a:hover	{
		text-decoration: underline;
	}
	.cellcenter	{
		text-align: center;
	}