<!-- Tables -->
	<!-- Regular Cells -->
	td 
	{
		padding:0px;
		font-size:12pt;
		color:#555555;
		background-color:#eeffee;
		font-weight:normal;
	}
	<!-- Header Cells -->
	th
	{
		padding:0px;
		font-size:12pt;
		color:#000000;
		background-color:#aaddaa;
		font-weight:normal;
	}
	<!-- Search Result Cells -->
	<!-- 3 rows per type, used to make the rows a little more dinstinctive -->
	td.tdtype1
	{
		padding:0px;
		font-size:12pt;
		color:#555555;
		background-color:#e0ffe0;
		font-weight:normal;
	}
	td.tdtype2
	{
		padding:0px;
		font-size:12pt;
		color:#555555;
		background-color:#f5fff5;
		font-weight:normal;
	}

<!-- Headings -->
	h1
	{
		font-size:18pt;
		color:#000000;
		font-weight:bold;
	}

<!-- Links -->
	a
	{
		font-size:14px;
		color:#0000dd;
		font-weight:normal;
	}
	a:hover
	{
		font-size:14px;
		color:#0000ff;
		font-weight:normal;
	}
<!-- Form Controlls -->
	input.text
	{
		font-size:12px;
		color:#555555;
		background-color:#e0ffe0;
	}
	select
	{
		font-size:12px;
		color:#555555;
		background-color:#e0ffe0;
	}


