body
{
	margin: 0; 
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	color: #333; background-color: #fff;
	}

.skipNav {display:none}

a:link, a:visited
{
 color: #e80;
 }

a:hover
{
 color: #469;
 }

a.plainLink:link, a.plainLink:visited
{
	color:#025;
	font-weight:bold;
	text-decoration:none
	}

a.plainLink:hover
{
	color:#e80;
	font-weight:bold;
	text-decoration:underline
	}

.ns4H1
{
 font-weight:bold;
 font-size: 1.3em;
 color: #469;
 }
 
 .ns4Hide
 {
  display:none;
	}
 
#pageTtl
{
 color:#b76;
 font-weight:bold;
 font-size:1.5em;
 }