/* basic style sheet */
/* last updated by david 15/12/2007 */

body, h1, h2, h3, h4, ol, ul, li, p {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	line-height: 120%;
	color: #455560;
}

body {
	background-color: #ffffff;
	font-size: 11px;
}

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

a:hover, a:active {
	color: #525a60;
	text-decoration: none;
}

h1 {
	clear: left;
	color: #f48026;
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	clear: left;
	color: #000000;
	font-size: 1.1em;
	font-weight: normal;
}

h3 {
	clear: left;
	color: #f48026;
	font-size: 1em;
	font-weight: normal;
}

img {
	border: 0;
}

p {
	line-height: 170%;
}

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

li {
	line-height: 170%;
}

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

strong {
	font-weight: bold;
}

emphasis {
	font-style: italic;
}

.accessible {
	display: none;
}

.error {
	color: #CC0000;
}
