	h1
	{
		font-family: Arial;
		font-size: 15px;
		padding: 2px 0px 2px 0px;
	}
	
	p
	{
		font-family: Arial;
		font-size: 11px;
		padding: 2px 0px 2px 0px;
		color: #444444;
	}
	
	.x
	{
		text-align: center;
	}
	
	.xx
	{
		text-align: center;
		color: #CC6666;
	}
	
	.yy
	{
		white-space: nowrap;
		width: 150px;
	}
	
	.y
	{
		background-color: #ffcc00;
		text-align: center;
	}
	
	.z
	{
		background-color: #00FF00;
		text-align: center;
	}
		
	table
	{
		background-color: #e9e9e9;
	}

	th
	{
		font-family: "Small Fonts";
		font-size: 8px;
		padding: 10px 3px 5px 3px;
		text-align: center;
		font-weight: normal;
		background-color: #f5f5f5;
	}
	
	td
	{
		background-color: #ffffff;
		font-family: Arial;
		font-size: 11px;
		padding: 2px 0px 2px 0px;
		margin: 1px;
	}
	
	select
	{
		font-family: Arial;
		font-size: 11px;
	}

	a
	{
		color: #000033;
	}