/* CSS Document */
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
}
body {
	background-color: #FFF;
	font-size: 80%;
}
p {
	padding: 6px 0px 7px 0px;
	margin: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
.noBold {
	font-weight: normal;
}
.underline {
	text-decoration: underline;
}
.redText {
	color:#FF0000;
}
.smallText {
	font-size: 0.9em;
}
.pageTitle {
	font-weight: bold;
	font-size: 1.6em;
}
.paragraphTitle {
	font-weight: bold;
	font-size: 1.4em;
}
.ds_lists li {
	margin-bottom: 1em;
}
img {
	border: 0px;
}

/* style for footer */
#footer {
	
}
/* gets rid of navigation and other items for printing */
#navList, .noPrint {
	display:none;
}
/* changes link color to black */
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
