/* This stylesheet is for those elements to share with NS4.x.  Other styles should be placed in advanced.css which NS4.x cannot read since it is linked with the @import command which it doesn't recognize */

body	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 12px verdana, arial, sans-serif;
	color: #000000;
	}
td	{
	font: 12px verdana, arial, sans-serif;	/* repeated as ie5win not inheriting font style from body */
	color: #000000;
	}
	
a:link { 
	color: #000000; 
	text-decoration: none;
; font-size: 12px
	}
a:visited { 
	color: #000000;
	text-decoration: none;
	}
a:hover	{
	color: #FFFFFF;
	text-decoration: underline;
; background-color: #660099; height: auto; width: auto
	}
	
a.white {
	color: white;
	}
	
a.white:visited {
	color: white;
	}
	
a.white:hover {
	color:white;
	}
	
.heading	{
	font: bold 16px verdana, arial, sans-serif;
	color: #000000;
	}

.subheading	{
	font: 16px verdana, arial, sans-serif;
	color: #000000;
	}
	
.subheading2	{
	font: italic bold 16px verdana, arial, sans-serif;
	color: #000000;
	}
	
em	{
	font-weight: bold;
	font-style: italic;
	}
	
table.featured	{
	border: 1px #366 solid;
	border-collapse: collapse;
	}
	
table.featured td.title	{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 5px;
	background-color: #FFFFFF;
	}
	
table.featured td	{
	padding: 3px;
	border: 1px #000000 solid;
	border-collapse: collapse;
	}
	
table.featured td a	{
	color: #000000;
	}
	
table.featured th	{
	padding: 3px;
	text-align: center;
	text-weight: bold;
	}
	
table.plain td	{
	border: 0;
	}

	
li { 
	font: 12px verdana, arial, sans-serif;	/* repeated as ie5win not inheriting font style from body */
	color: #000000;
 } .pagetitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000}
.underlinedlink {  text-decoration: underline; color: #0000FF}

button {
	background-color: #660099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
