/* this is the 'basic' style sheet */
/* last updated by david 10/03/2008 */

body, h1, h2, h3, h4, ol, ul, li, p, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #48453c;
}

body {
	background-color: #FFFFFF;
	font-size: 12px;
}

p {
	line-height: 120%;
}

a:link {
	color: #3e5286;
	text-decoration: underline;
}

a:visited {
	color: #384b7c;
	text-decoration: underline;
}

a:hover, a:active {
	color: #849d43;
	text-decoration: underline;
}

h1 {
	font: normal 30px Times, Times New Roman, serif;
	color: #1d1e41;
}

h2 {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #1d1e41;
	font-weight: bold;
}

h3 {
	color: #1d1e41;
	font-size: 12px;
	font-weight: bold;
}

img {
	border: 0;
}

ol, ul, li {
	line-height: 130%;
}

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

li {
	padding-bottom: 0.25em;
	text-align: left;
}

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

strong {
	font-weight: bold;
}

emphasis {
	font-style: italic;
	font-weight: normal;
}

.accessible {
	display: none;
}

.error {
	color: #CC0000;
}