/* CSS Document */
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
}
body {
	background: #707070 url(../_images/bgFade.jpg) left top repeat-x;
	font-size: 80%;
	margin: 68px 0px 75px 0px;
}
p {
	padding: 6px 0px 7px 0px;
	margin: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
.noBold {
	font-weight: normal;
}
em {
	overflow: visible;
	width: 100%;
}
.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;
}
/* this class creates a double-spaced list */
.ds_lists li {
	margin-bottom: 1em;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
img {
	border: 0px;
}
.printOnly {
	display: none;
}
.forReader {
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: block;
}


