/* this is the 'basic' style sheet */
/* last updated by david 25/04/2008 */

body, h1, h2, h3, h4, ol, ul, li, p, td 
{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #000000;
}

body 
{
	background-color: #C5C5C7;
	font-size: 10px;
	line-height: 1.5em;
}

p, td
{
	font-size: 1em;
	line-height: 1.5em;
}

a:link
{
	color: #990000;
	text-decoration: none;
}

a:visited
{
	color: #632424;
	text-decoration: none;
}

a:hover, a:active
{
	color: #FFFFFF;
	background-color: #AC0201;
	text-decoration: none;
}

h1
{
	color: #AC0201;
	font-size: 16px;
	line-height: 18px;
}

h2
{
	color: #000000;
	font-size: 14px;
	padding-top: 0.5em;
}

h3
{
	color: #000;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

img
{
	border: 0;
}

ul, ol
{
	padding-left: 1.7em;
	font-size: 1em;
	line-height: 1.2em;
}

li
{
	padding-bottom: 0.25em;
	list-style-type: square;
}

pre
{
	font-family: monospace;
	font-size: 0.9em;
}

strong
{
	font-weight: bold;
}

emphasis
{
	font-style: italic;
}

hr {
	margin: 01px 0 15px;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	border: 0;
	clear: both;
}

.accessible
{
	display: none;
}

.error
{
	color: #CC0000;
}
