/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #FFF;
	font-size: 80%;
}
p {
	padding: 6px 0px 7px 0px;
	margin: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
.extraLH {
	line-height: 1.4em;
}
.noBold {
	font-weight: normal;
}
.italic {
	font-style: italic;	
}
.underline {
	text-decoration: underline;
}
.redText {
	color:#FF0000;
}
.smallText {
	font-size: 0.9em;
}
#mainContent h2 {
	font-weight: bold;
	font-size: 1.4em;
	color: #000;
	margin: 0;
	padding-top: 8px;
}
#mainContent h3 {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 -5px 0;
	padding-top: 8px;
}
.ds_lists li {
	margin-bottom: 1em;
}
img {
	border: 0px;
}

/* style for footer */
#footer {
	padding: 15px 0px;
	text-align: center;
	font-size: 0.9em;
}
/* gets rid of navigation and other items for printing */
#sidebar1, .noPrint, #sidebar2, .bttn_short {
	display:none;
}
/* changes link color to black */
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
.formInput {
	border: none;
	margin: 0px;
	width: auto;
}
.formInput td {
	padding: 5px;
	margin: 0px;
}

.formInput tr > td:first-child {
	text-align: right;
	padding-left: 15px;
}
.formC1 {
	text-align: right;
	padding-left: 15px;
}
.tblList {
	margin-top: 15px;
	border: none;
	width: 100%;
}
.tblList td {
	padding: 5px 7px;
	border-bottom: 1px solid #CCC;
}
.tblList th {
	padding: 5px 7px;
	border-bottom: 1px solid #CCC;
	background-color: #CCC;
}
.tblList tr.lastRow td, .tblList .noBorder {
	border: none;
}
