﻿table {
	border: 0;
	width: 550px;
	align: center;
	margin: 0 auto;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	color: #006;
	}

	table tr{
	vertical-align: top;
}
	
		table tr a:link tr a:active {
			text-decoration: none;
			font-weight: bold;
			font-size: 0.9em;
			color: #006;
			}
			
		table tr a:link tr a:visited {
			text-decoration: none;
			font-weight: bold;
			font-size: 0.9em;
			color: #006;
			}
			
		table tr a:link tr a:hover {
			text-decoration: none;
			font-weight: bold;
			font-size: 0.9em;
			color: #006;
			}
			
		table tr a:link tr a:link {
			text-decoration: none;
			font-weight: bold;
			font-size: 0.9em;
			color: #006;
			}
		table tr a:link tr a:hover {color: #900;}	
		
		table tr.headerrow {
			background-color: #ccc;
			font-weight: bold;
			text-align: center;
			font-size: 1.0em;
			}
			
		table tr.centerrow {
			text-align: center;
			}
		table tr.boldrow {
			font-weight: bold;
			}
		table th {
			text-align: center;
			font-weight: bold;
			background-color:#ffffcc;
			}
	
		table tr.headersubrow {
			text-align: center;
			font-weight: bold;
			background-color:#ffffcc;
			}
	
		table tr.boldcentre {
			text-align: center;
			font-weight: bold;
			background-color:#ffffcc;
			}
		td.width25	{width: 25%}
		td.width50	{width: 50%}
		tr.makebold {font-weight: bold}
		td.makebold {font-weight: bold}

table.counciltable tr.classname{font-weight: bold;}
table.counciltable tr.header{}