@charset "UTF-8";
@media screen, projection
{
	body
	{
		background-color:#808080;
		font-family:Verdana,Arial,Swiss,Helvetica,sans-serif;
		color:#000000;
		text-align:center;
		vertical-align:top;
		margin:0px;
		padding:0px;
	}
	div
	{
		overflow:hidden;
	}
	p
	{
		font-size:150%;
	}
	a
	{
		color: #007ABC;
		text-decoration:none;
  	}
	a:visited,
	a:active
	{
		color: #007ABC;
	}
	a:focus,
	a:hover
	{
		color:#FF0000;
		text-decoration:none;
	}
	h1
	{
		font-weight:bold;
		font-size:250%;
	}
	H5
	{
		color: #007ABC;
		font-weight: bold;
		font-size: 12pt;
	}
	H6
	{
		color: #007ABC;
		font-weight: bold;
		font-size: 10pt;
	}
	table
	{
		width:100%;
	}
	TD
	{
		vertical-align:top;
	}
	P a
	{
		color: #5c343f;
		text-decoration:none;
	}
	P a:visited,
	P a:active
	{
		color: #5c343f;
	}
	P a:focus,
	P a:hover
	{
		color:#FF0000;
		text-decoration:none;
	}
}
