body
	{
		margin: 20px 0px 20px 0px;
		padding: 0px;
		border: 0px;
		background-color: #4c79b1;
		font-family: Verdana, Arial, Helvetica;
		font-size: 10pt;
		font-color: #333333;
	}

table.container
	{
		border: 2px solid #ffffff;
	}

td
	{
		font-size: 10pt;
	}

a { text-decoration: underline; }
a:link { color: #7F1B00; }    /* unvisited link */
a:visited { color: #000000; } /* visited links */
a:active { color: #D22B00; }  /* active links */
a:hover { color: #D22B00; }   /* active links */

h3
	{
		color: #000000;
		font-size: 10pt;
		font-weight: bold;
	}

h4
	{
		color: #000066;
		font-size: 8pt;
		font-weight: bold;
	}

h5
	{
		color: #D22B00;
		font-weight: bold;
	}

h6
	{
		font-size: 8pt;
		font-weight: normal;
	}

