/* collection specific styles - override and supplement basic global styles in textclass.css     */

/* shared SPO styles */


/* search type tabs above the search box */
td.searchnavcell { background-color: #cccc99; }
.navcolor { background-color: #CCCC99; }

.navhrcolor { background-color: #cccc99; }
.navdivision { background-color: #cccc99; }


/* navbar - crossc olive */
.cccolor { background-color: #cccc99; }

/* grey */
.navlinks
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* dupe of .mainheader style */
.greysubheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	margin-top: 1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

A.nav
{
	color: #000066;
	text-decoration: none;
}

/* dk blue */
A.nav:hover
{
	color: #cc0033;
	text-decoration: underline;
}

.nav
{
	color: #000066;
	/* blue */
}



A.mainhdrlink
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	margin-top: 1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

A.mainhdrlink:hover
{
	color: #cc0033;
	text-decoration: underline;
}

.pjust { text-align: justify; }
.pmidd { text-align: center; }

.malign
{
	position: relative;
	left: 5%;
}

.releaseversion
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #666666;
	text-align: center;
}

.smaller { font-size: smaller; }
