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

/* last updated by david 01/10/2010 */

body, h1, h2, h3, h4, ol, ul, li, p {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #4f4f4f;
}

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

a:link, a:visited {
	color: #4f4f4f;
	text-decoration: none;
}

a:hover, a:active {
	color: #4db848;
	text-decoration: none;
}

h1 {
	color: #0071BC;
	font-size: 105%;
	font-weight: bold;
}

h2 {
	color: #0071BC;
	font-size: 100%;
	font-weight: bold;
}

h3 { font-size: 100%; }

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