.tabs {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:	#000000;
	font-size: 11px;
	text-decoration: none;
}

A.tabs {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	
	font-size: 11px;
	text-decoration: none;
}

.highlight {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

A.highlight {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

.focusUnit {
	font-size: 15px;
	font-weight: bold;
	color: #769FD3;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 25px;
}

.deadline {
	font-size: 13px;
	font-weight: bold;
	color: darkred;
}

.warning {
	font-weight: bold;
	color: darkred;
}

.sectionHeader {
	color: #769FD3;
	font-weight: bold;
}

.tinytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
		font-size: 9px;
	
}


.standardModeOnly {
	visibility: hidden;
	display: none;
}
.plainModeOnly {
	visibility: visible;
	display: block;
}

/* Scrolling divs should expand to their full size when printing */
.scrolling, .scrolling_narrow {
	height: auto;
	overflow: visible;
	border: 0px;
	margin: 0px;
	display: block;
	clear: none;
	float: none;
}

/* Hide certain elements when printing */
/* Note that other stylesheets may hide certain elements as well */
#contextualhelp, #impersonationnav {
	display: none;
}