/********* Generics **********/
body {
	margin:0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
	float: none;
	width: auto;
	}
body, p, li, td, th, span, input, label, caption, h3, h4, h5, h6 {
	font-family:verdana, arial, sans-serif;
	}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	}
	
.container {
	z-index: 0;
	top: 0px;
	left: 10px;
	right: 10px;
	float: none;
	width: auto;
}
/*** skip ***/
	.skip {
	display:none;
	
	}
/*** accesskeys ***/
.accesskeys {
	display:none;
	
	}
/*** header ***/
.header {
	display:none;
}
.headerLeft {
	display:none;
}
.headerCenter {
	display:none;
}
.headerRight {
	display:none;
}
/*** main content ***/
.mainContent {
	background-color:  #FFFFFF;
	width:auto;
	height:auto;
	border: none;
	font-size: 11pt;
	float: none;
}
.mainContent p{
	font-size: 11pt;
	color: #000000;
	}
.mainContent p.teaser {
	font-size: 95%;
	color: #595959;
	margin:0px;
	padding:0px;
	}
.mainContent a, .mainContent a:visited {
	color: #CD1F36;
	text-decoration:none;
	}
	.mainContent a:hover, .mainContent a:active {
	text-decoration:underline;
	}
	.mainContent a.branchChildren {
	font-size:14pt;
	font-weight:bold;
	color: #CD1F36;
	text-decoration:none;
	}
	.mainContent h1 a {
	text-decoration:none;
	color: #F26722;
	}
.mainContent h1 {
		font-size: 18pt;
		color: #F26722;
		font-weight: bold;
		padding:0px;
		margin:0px;
	}
.mainContent h2 {
		font-size: 16pt;
		color: #cd1f36;
		font-weight: bold;
		padding:0px;
		margin:0px;
		margin-bottom:0px;
		}
.mainContent h3 {
	font-size: 14pt;
	color: #595959;
	font-weight: bold;
	}
.mainContent h3.subTitle {
		font-size: 12pt;
		color: #595959;
		font-weight: bold;
		padding:0px;
		margin:0px;
		margin-left:15px;
		margin-top:0px;
		}
.mainContent h4 {
	font-size: 12pt;
	color: #990000;
	font-weight: bold;
	}
.mainContent h5 {
	font-size: 12pt;
	color: #595959;
	font-weight: bold;
	}
.mainContent table{
	font-size: small;
	color: #000000;
	}
.mainContent th {
	font-size: 12pt;
	color: #991a36;
	text-align:left;
	font-weight: bold;
	}
.mainContent td{
	font-size: 12pt;
	color: #000000;
	vertical-align: top;
	}
.mainContent sup{
	font-size:10pt;
	color: #CD1F36;
	}
.mainContent caption {
	font-size: 12pt;
	color: #595959;
	font-weight: bold;
	text-align:left;
	}
.mainContent hr {
	color:#FFFFFF;
	border-top: 1px dotted #F26722;
	}
.mainContent li {
 margin-left: 12pt;
 margin-bottom: 12pt;
}
.mainContent ul li {
 list-style-type: square;
}
.mainContent ol.num li {
 list-style-type: decimal;
}
.mainContent ol.aUp li {
 list-style-type: upper-alpha;
}
.mainContent ol.a li {
 list-style-type: lower-alpha;
}
.mainContent ol.rom li {
 list-style-type: lower-roman;
}
.mainContent dt {
 font-weight: bold;
 margin-top: 6pt;
}
.mainContent dd   {
 margin-left: 12pt;
 margin-bottom: 12pt;
}
/*** doc title info ***/
	.defaultDocTitleInfo{
	background-image: url(/images/main/default_branch);
	background-repeat: no-repeat;
	background-position:  left top;
	background-color:  #FFFFFF;
	font-size: 12pt;
	min-height:50px;
	}
.defaultDocTitleInfo h1{
		font-size: 11pt;
		color: #F26722;
		font-weight: bold;
		margin-bottom:0px;
		margin-left:50px;
	}
.defaultDocTitleInfo h1 a, .defaultDocTitleInfo h1 a:visited{
		color: #F26722;
	}
.defaultDocTitleInfo h2{
		font-size: 13pt;
		color: #cd1f36;
		font-weight: bold;
		margin-bottom:0px;
		margin-left:55px;
		}
.defaultDocTitleInfo h3 {
		font-size: 12pt;
		color: #595959;
		font-weight: bold;
		margin-left:60px;
		margin-top:0px;
		}
/*** Form elements ***/
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11pt;
	border-bottom; 1pt solid #000000;
	border-top; none;
	border-left; none;
	border-right; none;

}
.submitButton {
	font-weight: bold;
}
fieldset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11pt;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13pt;
	color: #990000;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}/**  2-column forms **/
.twoColForm br{
	line-height:0;
}
.twoColForm label{
	padding: 0.25em;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-top: 0.5em;
	display: block;
	position: relative;
	vertical-align:top;
	clear: both;
	border-top: 1px solid #C7C7C7;
}
.twoColForm label input, .twoColForm label select, .twoColForm label textarea{
	float: left;
	top:0;
	margin: 0;
	background: #F0F0F0;
	left: 40%;
}
.twoColForm label span, .twoColForm label.textblock span{
	position: relative;
	float: left;
	left:0;
	top: 0;
	width: 35%;
}
.twoColForm label.button{
	display: inline;
	width: auto;
	white-space:nowrap;
	padding: 0.25em;
	border: none;
}
.twoColForm label.button input{
	width: 1.25em;
	height: 1.25em;
	position: relative;
	display: inline;
	top: 0.25em;
	left: 0;
	float: none;
}
.twoColForm fieldset{
	margin-bottom: 0.5em;
	border: 1px solid #660066;
}
.twoColForm legend{
	font-size: 12pt;
}

/*** branch children***/
.branchChildren {
	border-bottom: 1px dotted;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 5px;
	min-height: 30px;
	}
.branchChildren p{
	font-size: 11pt;
	margin-left:35px;
	margin-top:0px;
	margin-bottom:0px;
	}
.branchChildren p.docParent{
	margin-bottom:10px;
	}
.branchChildren h4{
	margin-top:0px;
	margin-bottom:0px;
	font-size: 12pt;
	margin-left:35px;
	}
.branchChildren h4.srchRslts a{
	font-size: 12pt;
	text-decoration:none;
	}
.branchChildren img{
	border: 0px;
	margin-right: 5px;
	}
.branchText {
	border-bottom: 1px dotted;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 5px;
	min-height: 30px;
	}
.contactOfcom {
	border-bottom: 1px dotted;
	background: url(/images/cc2_1.gif) no-repeat 100% -5px;
	padding-right: 25px;
	}
.contactOfcom p{
	font-size: 11pt;
	margin-left:45px;
	margin-top:5px;
	margin-bottom:0px;
	}
.contactOfcom h4{
	margin-top:0px;
	margin-bottom:0px;
	font-size: 12pt;
	margin-left:45px;
	}
	/*** breadcrumbs**/
.breadcrumbs {
	padding-bottom: 10px;
	background-color: #FFFFFF;
	font-size: 10pt;
}
/*** footer ***/
.footer {
	display:none;
}
/*** left navigation ***/
.leftnav {
	display:none;
}
.navItem {
	display:none;
}
.navItemSelected {
	display:none;
}
.navSubItem {
	display:none;
}
.navHeading{
	display:none;
}
/*** right navigation ***/
.rightnav {
	display:none;
}	

/*** Complaints area ***/
.genLinks{
	display: none;
}
 ul.stepNav {
	display: none;
}
.brandingLogo {
	display: none;
}
.tab h1{
	display: none;
}

/********* miscellaneous *********/
.bBorder { 
	border-bottom: dashed #CCCCCC 1px;
	}
.lBorder { 	
	border-left: dashed #CCCCCC 1px;
	}
.tBorder { 
	border-top: dashed #CCCCCC 1px;
	}
.rBorder { 
	border-right: dashed #CCCCCC 1px;
	}
.blBorder { 
	border-left: dashed #CCCCCC 1px;
	border-bottom: dashed #CCCCCC 1px;
	}