/* - University of Minnesota style sheet - */
/* - Last modified March 11, 2003 - */


/* - CUSTOM CLASSES - */

/* - PSEUDO-CLASS Colors the links in the body content gray - */
A:link.linksgray, A:visited.linkgray, A:visited.linksgray {
	color : #666666;
}

/* - PSEUDO-CLASS Sets the Hover color of the linksorange, linksblue and linksgray links to Maroon - */
A:hover.linksorange, A:hover.linksblue, A:hover.linksgray  {
	color: #660000;
}

/*A:visited {
	color : #993333;
}

A:link {
	color : #993333;
}

A:active {
	color : #993333;
}*/
/* - Colors the links in the left nav gray - */
.linksgray {
	color : #666666;
}
/* don't mess with stock link colors - reduces usability
A:hover{
	color: #660000;
}
*/

/* - Applied to table for the bread crumbs for to color text of non-linked widgets- */
.crumbs {
	color: #666666;
	font-size: 10px;
}
.leftnavspaced {
	/*color : #666666;*/
	line-height: 10px;
}
.normalbold {
	font-family : Verdana, sans-serif;
	font-size   : 12px;
	font-weight: bold;
}
.bodynavspaced {
	line-height: 15px;
}
.smtxt {
	font-family : Verdana, sans-serif;
	font-size   : 10px;
	font-weight: normal;
	color: #666666;
}
.smtxtblk {
	font-family : Verdana, sans-serif;
	font-size   : 10px;
	font-weight: normal;
	color: #000000;
}
.headerspacing {
}
