/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*background-color:#eee8d7;*/
	background-color:#FFFFFF;
	/*color:#990033;*/
	color:#000000;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.boldColour {
	color:#9D4232;
}

.titleHeader {
	font-size:72px;
	font-weight:bold;
	color:#9D4232;
}

#tdLight {
	background-color:#eee8d7;
}

#tdDark {
	background-color:#ece3c6;
}

th, th a, th a:Visited {
	background-color:#9D4232;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}

.tdHeader {
	background-color:#9D4232;
}

a, a:Visited {
	color:#9D4232;
}

a:Hover {
	text-decoration:none;
}

ul {
	margin-bottom:0px;
	margin-top:0px;
}

.printFeature {
	font-size:24px;	
}