/* CSS Document */
/* Maroon: #660000 */

body
	{
	margin: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	background-color: #555555;
	}
	
table
	{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	}

p
	{
	text-indent: 25px;
	font-family: Arial, Helvetica, sans-serif;
	}

h4
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #555555;
	margin-bottom: 0px;
	}

h5
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #660000;
	margin-bottom: 0px;
	}
	
a
	{
	/* font-family: Tahoma, Helvetica, sans-serif; */
	font-weight: normal;
	text-decoration: underline;
	}
	
a:link
	{
	color: #660000;
	}
	
a:visited
	{
	color: #660000;
	}
	
a:active
	{
	color: #660000;
	}
	
a:hover
	{
	color: #555555;
	}