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

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

body 
{
	background-color: #FFFFFF;
}

p
{
	font-size: 12px;
}

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

a:hover, a:active
{
	color: #3399FF;
	text-decoration: none;
}

h1
{
	color: #304964;
	font-size: 22px;
	font-weight: bold;
}

h2
{
	color: #304964;
	font-size: 14px;
	font-weight: bold;
}

h3
{
	color: #304964;
	font-size: 12px;
	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;
}

.accessible
{
	display: none;
}

blockquote
{
	font-size: 12px;
	margin: 10px 20px 10px 20px;
}
