body {
	padding-top: 10px;
	text-align: center;
	font-size: 8pt;
}

.buttons, .continue, .previous, .copyright, .block, #navigation_table,  #sidebar, #footer {
display:none;
}


#shell {
	text-align: left;
	border: 1px solid #ccc;
	width: 900px;
	margin: 0px auto;
}

#content {
	margin: 20px 10px 20px 10px;
	float: left;
	/*width: 590px;*/
	width:690px;
}

#table_sections {
	page-break-after:always;
}


.block { display: block; }

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 15px;
	text-transform: capitalize;
}

h2 { clear: both; font-weight: bold; margin-bottom: 10px; display: inline; margin-left: 75px; }

h4 { clear: both; font-weight: bold; margin-bottom: 10px; }

/*  BEGIN FORM STYLES  */
.input th {
	padding-top: 8px;
	background: #b7b7b7;
	}

#PFSsummary th {
	text-align: left;
	padding-top: 8px;
	background: #b7b7b7;
	}

#PFSsummary td {
	width: 170px;
	text-align: left;
	padding-top: 15px;
	}

		
#summary td {
	width: 125px;
	padding-top: 15px;
	border-bottom: 1px solid #b7b7b7;
	}

#summary th {
	width: 90px;
	padding-top: 15px;
	/*border-bottom: 1px solid #b7b7b7;*/
	color: #003c79;
}

#summary table {
width: 450px;
margin-bottom: 50px;
border-top: 1px solid #c6d4e1 /*#b7b7b7*/;
}

.input {
/*border: 1px solid red;*/
padding: 10px 0px;
}

.input label { clear: both; width: 175px; /*border: 2px solid green;*/ float: left; text-align: right; padding-right: 10px;}

label b {
	margin-left: 90px;
	color: #003366;
}

.input input { /*border: 1px solid blue;*/ }

#AddressChangeFormsType #NewAccountType {/*border: 2px solid blue;*/ width: 175px; text-align: left; padding-right: 10px; color: #003366;}

#AddressChangeFormsType #NewAccountType option { /*border: 1px solid #FF9900;*/
color: #003366;
text-align: left;
}


.error { /*border: 1px solid red;*/
color: red;
}