/* CSS Document */
body,td,th {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #dfdede;
	font-size: 80%;
	margin: 14px 0px 75px 0px;
	text-align: center;
}
p {
	padding: 6px 0px 7px 0px;
	margin: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
.noBold {
	font-weight: normal;
}
.italic {
	font-style: italic;
	overflow: visible;
	width: 100%;
}
.underline {
	text-decoration: underline;
}
.extraLH {
	line-height: 1.4em;
}
.redText {
	color:#FF0000;
}
.smallText {
	font-size: 0.9em;
}
#mainContent h2 {
	font-weight: bold;
	font-size: 1.4em;
	color: #962426;
	margin: 0;
	padding-top: 8px;
}
#mainContent h3 {
	color: #451815;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 -5px 0;
	padding-top: 8px;
}
/* this class creates a double-spaced list */
.ds_lists li {
	margin-bottom: 1em;
}
a:link {
	color: #0000ee;
}
a:visited {
	color: #551a8b;
}
img {
	border: 0px;
}
.printOnly {
	display: none;
}
.forReader {
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: block;
}
/* table style for form input, for a two columnt table, where the first column is aligned to the right
	when creating the table, apply this class in the table tag and add <COLGROUP class="formC1"></COLGROUP> after the table tag */
.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 #0980B3;
}
.tblList th {
	padding: 5px 7px;
	border-bottom: 1px solid #0980B3;
	background-color: #0980B3;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
.tblList tr.lastRow td, .tblList .noBorder {
	border: none;
}


/* form elements */
.bttn_short {
	color: #FFF;
	background-color: #076b95;
	width: 100px;
	padding: 3px 0px;
	margin: 8px 4px;
	border: 2px outset #d7b9c9;
}
