/* - University of Minnesota style sheet - */
/* - Last modified October 16, 2003 - */
/* - Jeff Abuzzahab - */

/* - Applied to the links in the left navigation to mask them from printing - */
.printmask {
	display : none;
}

.pmasktoggle {
	display: block;
}

.hidefromprint {
	display : none;
}

A:visited {
	color: #800000;
}

A:link {
	color: #800000;
}

A:active {
	color: #800000;
}

A:hover{
	color: #800000;
}

body {
	background : #FFFFFF;
	background-color : #FFFFFF;
	margin: 15px;
	font-family: Times New Roman, Times;
	font-size   : 12pt;
}

td {
	font-family: Times New Roman, Times;
	font-size   : 12pt;
}