h1				{
				font: 50pt "Courier New";
				color: #3b3732;
				}
h2				{
				font: 18pt "Courier New";
				color: #000000;
				font-weight: bold
				}
body.grey		{
				font: 10pt "Arial"; 
				color: #000000;
				background-color: #eae6e6;
				margin-top: 0;
				margin-left:0;
				margin-right: 0;
				margin-bottom: 0
				}

td.grey			{
				font: 10pt "Arial"; 
				color: #000000; 
				text-align: left;
				line-height: 25px;
				vertical-align: top;
				
				}
				
td.textgrey		{
				font: 10pt "Arial"; 
				color: #000000; 
				background-color: #eae6e6; 
				text-align: left;
				line-height: 25px;
				vertical-align: top;
				
				}

td.darkgrey		{
				font: 10pt "Arial"; 
				color: #ffffff; 
				background-color: #7f7f7f; 
				text-align: left;
				line-height: 25px;
				vertical-align: top;
				
				}		
td.white		{
				font: 10pt "Arial"; 
				color: #000000;
				background-color: #ffffff; 
				text-align: left;
				line-height: 25px;
				vertical-align: top;
				}
				
a:link			{
				font: 10pt "Arial";
				text-decoration: none; 
				line-height: 25px;
				}

a:active		{
				font: 10pt "Arial"; 
				text-decoration: none; 
				line-height: 25px;
				}

a:visited			{
				font: 10pt "Arial"; 
				text-decoration: none; 
				line-height: 25px;
				}
				
a:hover			{
				font: 10pt "Arial"; 
				text-decoration: underline;
				line-height: 25px;
				font-weight: bold
				}