/* this is the 'basic' style sheet. it is primarily for nn4 */

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

body 
{
	background-color: #58595B;
	font-size: 10px;
	line-height: 16px;
}

p
{
	font-size: 1em;
	line-height: 1.6em;
}

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

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

a:hover, a:active
{
	color: #FFFFFF;
	background-color: #949494;
	text-decoration: none;
}

h1
{
	color: #C41230;
	font-size: 12px;
	line-height: 14px;
}

h2
{
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

h3
{
	color: #000;
	font-size: 10px;
	line-height: 16px;
	font-style: italic;
	font-weight: bold;
}

img
{
	border: 0;
}

ul, ol
{
	padding-left: 3em;
	font-size: 1em;
	line-height: 1.2em;
}

li
{
	padding-bottom: 0.25em;
	list-style-type: square;
}

pre
{
	font-family: monospace;
	font-size: 0.9em;
}

strong
{
	font-weight: bold;
}

emphasis
{
	font-style: italic;
}

.accessible
{
	display: none;
}

.error
{
	color: #CC0000;
}
