/* last updated by david 23/05/2008 */

body, h1, h2, h3, h4, ol, ul, li, p, td, input, textarea {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

body {
	background-color: #eee;
	font-size: 87%;
	line-height: 120%;
	text-align: center;
}

a:link, a:visited {
	color: #3b73b9;
	text-decoration: none;
}

a:hover, a:active {
	color: #3b73b9;
	text-decoration: underline;
}

h1 {
	color: #103994;
	font-size: 150%;
	font-weight: bold;
}

h2 {
	color: #103994;
	font-size: 120%;
	font-weight: bold;
}

h3 {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

img {
	border: 0;
}

ul, ol {
	padding-left: 2em;
}

li {
	padding-bottom: 0.25em;
}

pre {
	font-family: monospace;
	font-size: 80%;
}

strong {
	font-weight: bold;
}

emphasis {
	font-style: italic;
}

.accessible {
	display: none;
}

.error {
	color: #CC0000;
}