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

body, h1, h2, h3, h4, ol, ul, li, p {
	font-family: Din, Verdana, Lucida, sans-serif;
	color: #939598;
}

body 
{
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 130%;
}

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

a:hover, a:active
{
	color: #00B9F2;
	text-decoration: underline;
}

h1
{
	color: #00B9F2;
	font-size: 110%;
	font-weight: normal;
	font-style: normal;
}

h2
{
	color: #00B9F2;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

h3
{
	color: #00B9F2;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}

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