/* this is the 'basic' style sheet. it is primarily for nn4 */

body, h1, h2, h3, h4, ol, ul, li, p, th, td, input, textarea, select, option 
{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #444;
}

body 
{
	background-color: #E4E9EA;
	font-size: 12px;
	color: #fff;
}

a:link, a:visited 
{
	color: #765c43;
	text-decoration: none;
}

a:hover, a:active 
{
	color: #fecb55;
	text-decoration: none;
}

p
{
	line-height: 130%;
}

h1 
{
	color: #765C43;
	font-size: 18px;
	font-weight: bold;
}

h2 
{
	color: #765C43;
	font-size: 14px;
	font-weight: bold;
}

h3 
{
	color: #765C43;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

img 
{
	border: 0;
}

ol, ul, li 
{
	font-size: 12px;
}

ul, ol 
{
	padding-left: 3em;
}

li 
{
	padding-bottom: 0.5em;
}

pre 
{
	font-family: monospace;
	font-size: 11px;
}

strong 
{
	font-weight: bold;
}

em 
{
	font-style: italic;
	
	color: #765C43;
}

.accessible 
{
	display: none;
}

blockquote 
{
	font-size: 12px;
	margin: 10px 20px 10px 20px;
}
