/* 
	Notes:  
	@import used to include styles that cause problems with NS4.
 */

@import url("ns4skip1.css");


.instruction {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	color :#000000;
}

.body {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 9pt;
	color :#000000;
}

.note {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style: italic;
	font-size : 8pt;
	color :#000000;
}

.copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style: italic;
	font-size : 8pt;
	color :#003300;
}
.heading1 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12pt;
	color :#000000;
}

.heading2 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 9pt;
	color :#000000;
}

.navlink {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
	font-size : 9pt;
	color :#004400;
}

A  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #336633;
	font-size:10pt;
}

A:Visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	color: #003300;
	font-size:10pt;
}

A:Active  {}

A:Hover  {}

.linkitem  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #336633;
	font-size:10pt;
}
