/*DEFAULT STYLE SHEET FOR ALL BROWSERS EXCEPT NETSCAPE 4.X*/
/*some redundancy is necessary because of NS4's inability to recognize link states, and only the style sheet can be swapped out, not the html (see .relstory)*/



a {
	text-decoration: none;
	color: #336873;
}



a:hover {
	text-decoration: underline;
	color: #5E5E5E;
}

/*top navigation*/
A.topnav {
	font: bold 75% verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #336873 ;
	background-color: #ECECEB;
	}
A.topnav:hover { 
	text-decoration: underline ;
	color: #5E5E5E ;
	background-color: #ECECEB;
	}

/*top navigation when active*/
A.topnava {
	font: bold 75% verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #733333 ;
	background-color: #ECECEB;
	}

A.topnava:hover { 
	text-decoration: underline ;
	background-color: #ECECEB;
	}

/*fixed size text spacer*/
.space {
	font: 10pt verdana, arial, helvetica, sans-serif;
}


B, STRONG { font-weight: bold }

I { font-style: italic }
