/* this is the 'basic' style sheet */

/* last updated by david 10/06/2008 */

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

body, td {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
}

p {
	line-height: 14px;
}

a:link, a:visited {
	color: #F8A84A;
	text-decoration: underline;
}

a:hover, a:active {
	color: #2E3191;
	text-decoration: underline;
}

h1 {
	color: #F69210;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	color: #F69210;
	font-size: 14px;
	font-weight: bold;
}

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;
}