/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}
body {
	background-color: #FFF;
	font-size: 80%;
}
.headerTable{
	visibility:hidden;
	display: none;
	}
.printOnly{
	visibility:visible;}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.bold {
	font-weight:bold;
}
.ds_lists li {
	margin-top: 1em;
	margin-bottom: 1em;
}



/* gets rid of navigation and other items for printing */
.noPrint, .footer, .btn, img, .sectionSubTitle {
	display:none;
}

/* changes link color to black */
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
/* creates a hanging indent, apply to the ul or ol tag */
.floatRight { float: right; }
.floatLeft { float: left; }