/* Site colours:
	#F5F3F5 Light purple background
	#770066 Dark purple text/banner
	#00558A Blue nav/text
	#7F4100 Brown header / tables
	#F0EBE5 light brown tables
	#F0EDEA lightest brown tables
	#FFFFFF white background
	#000000 black body text
*/

body {
	background-color: #FFFFFF;
	margin: 10px;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: inherit;
}

h1 {
	font-size: 2em;
	color: #00558A;
	margin-bottom: 0px;
}

h2 {
	font-size: 1.5em;
	color: #00558A;
	margin-bottom: 0px;
}

h3 {
	font-size: 1.2em;
	color: #00558A;
	margin-bottom: 0px;
}

h4 {
	font-size: 1.1em;
	color: #00558A;
	margin-bottom: 0px;
}

h5 {
	font-size: 1.0em;
	color: #00558A;
	margin-bottom: 0px;
}

td.mainbody {
	padding: 10px;
	background-color: #F5F3F5;
}

p.wsi {
	color: #00558A;
	text-align: center;
	text-decoration: none;
}

a.wsi {
	color: #770066;
	text-align: center;
	text-decoration: none;
}

a:hover.wsi {
	color: #770066;
	text-align: center;
	text-decoration: none;
}

a:link.wsi {
	color: #770066;
	text-align: center;
	text-decoration: none;
}

a:active.wsi {
	color: #770066;
	text-align: center;
	text-decoration: none;
}

a:visited.wsi {
	color: #770066;
	text-align: center;
	text-decoration: none;
}

#banner {
	background-image: url(images/banner_bg.jpg);
	background-repeat: repeat-x;
}

a.links {
	font-weight: bold;
	color: #00558A;
	margin-bottom: 0px;}

a:hover.links {
	font-weight: bold;
	color: #00558A;
	margin-bottom: 0px;}

a:visited.links {
	font-weight: bold;
	color: #00558A;
	margin-bottom: 0px;}

a:active.links {
	font-weight: bold;
	color: #00558A;
	margin-bottom: 0px;
}

a:link.links {
	font-weight: bold;
	color: #00558A;
	margin-bottom: 0px;
}

a {
	color: #000000;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

li.successes {
	list-style-image: url(images/Tick.gif);
	list-style-position: outside;
	list-style-type: none;
}