/* - University of Minnesota style sheet - */
/* - modified May 12, 2003 - */
/* - Last modified October 10, 2007 */

/* - PSEUDO-CLASSES - */
/* - Not editable or viewable in DreamWeaver - */


A:link.searchbar, A:visited.searchbar, A:active.searchbar {
	background-color: transparent;
}

A:link.footer, A:visited.footer, A:active.footer {
	background-color: transparent;
}


/* - REDEFINED HTML TAGS- */
body {
	background : #FFFFFF;
	
}


/* - CUSTOM CLASSES FOR UMN NAVIGATION CONVENTIONS - */

/* - Applied to Table cells for horizontal and vertical lines - */
.stroke {
	background       : #999999;

}


/* - Applied to headlines in the body content (Standard Grey) - */
.headline {
	font-size   : 1.4em;
	font-weight : bold;
}

/* - Applied to headlines in the body content (Standard Grey) - */
.bodysubtitle {
	font-size   : 1.1em;
}


.leftnavsubtitlewhite {
	color: #FFFFFF;
	font-weight: bold;
}



