body {
	font-size: 68.75%; /* Resets 1em to 11px */
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	margin: 0px;
}

.headerBox {
	width: 680px;	
}

.footerBox {
	width: 680px;
}

.footerText {
	color: #ccc;
	font-size: .9em;
	font-weight: bold;	
}

.printContent {
	width: 680px;
}

h1 {
	width: 100%;
	font-family: arial;
	font-size: 1.8em;
	padding-bottom: 3px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin-bottom: 0px;
}

hr {
	height: 1px; 
	color: #ccc;	
}

a {
	color: black;
	text-decoration: none;
}

.buttonAction, .userIcon {
	display: none;
}

.taskDesc {
	display: block;	
}

table,td {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
}

/***** TABLE STYLES *****/

.dataTable {
	border-collapse: collapse;
	width: 100%;
	margin: 1px;
}

.dataTable th {
	height: 17px;
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	font-size: 1em;
	font-weight: bold;
	padding: 3px;
	margin: 3px;
}

.dataTable td {
	padding: 2px;
	border: 1px solid #ccc;
}

.altRow {

}
.emphRow {
	margin-bottom: 3px;
}
.emphRow td {
	background: #E9F4FF;
	border-bottom: 2px solid #6699CC;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
/***** END TABLE STYLES *****/