body {
	background: #ffffff;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #663399;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
h1 {
	border-bottom: 1px solid #cccccc;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0px 5px;
}
h2 {
	background-color: #e6f3fa;
	color: #000000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 25px 0px 15px;
	padding: 1px 3px 1px 3px;
	text-transform: uppercase;
}
h3 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
img.intext {
	border: 1px solid #999999;
	float: right;
	margin: 0px 0px 10px 10px;
}
p {
	margin: 0 0 15px 0;
}
select {
	background-color: #ffffff;
	color: #000000;
	font-size: 10px;
}
#wrapper {
	margin: 7px auto;
	width: 765px;
}
#htmlnav {
	display: none;
}
#htmlnav a, #htmlnav a:link, #htmlnav a:visited {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 24px;
	text-decoration: none;
	text-transform: capitalize;
}
#htmlnav a:hover {
	color: #ed8000;
}
#htmlnav img {
	border: none;
	vertical-align: middle;
}
#page-id {
	margin-top: 20px;
}
#content-wrap {
	margin-top: 20px;
}
#alpha {
	float: right;
	width: 565px;
}
#beta {
	width: 170px;
}
.subnav {
	font-size: 12px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
}
.subnav-head {
	height: 19px;
	margin: 0;
	padding: 0;
	width: 170px;	
}
.subnav-content {
	background-color: #e6e6e6;
	margin: 0;
	padding: 10px 10px;
}
.subnav-foot {
	background-image: url(../images/side_nav_base.gif);
	background-repeat: no-repeat;
	height: 11px;
	margin: 0;
	padding: 0;
	width: 170px;
}
.subnav-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.subnav-content li {
	border-bottom: 1px solid #cccccc;
	padding: 7px 10px;
}
.subnav-content li.last {
	border: none;
}
.subnav-content ul ul {
	font-size: 11px;
	list-style: disc;
	margin: 7px 0 0 15px;
	padding: 0;
}
.subnav-content ul ul li {
	color: #888888;
	border: none;
	padding: 3px 0;
}
.subnav-content a {
	color: #000000;
}
.subnav-content a:hover {
	color: #0087C7;
	text-decoration: underline;
}
.subnav-content a:active {
	color: #ff0000;
	text-decoration: underline;
}
.subnav-content a:visited {
	color: #333333;
}
.subnav-content span.current {
    color: #333333;
    cursor: default;
	text-decoration: underline;
}
.hider {
	display: none;
	visibility: hidden;
}
.breadcrumb {
	border-bottom: 1px solid #999999;
	color: #666666;
	cursor: default;
	font-size: 11px;
	margin: 0;
	padding-bottom: 5px;
	text-decoration: none;
}
.breadcrumb a {
    color: #333333;
    cursor: pointer;
}
.breadcrumb a:active {
    color: #ff0000;
    text-decoration: underline;
}
.breadcrumb a:hover {
	color: #0066FF;
	text-decoration: underline;
}
.breadcrumb a:visited {
	color: #666666;
}
#alpha ul {
	list-style-type: disc;
	margin: 10px 0 15px 15px;
	padding: 0;
}
#alpha li {
	margin: 7px 0;
}
.banktable {
	border-collapse: collapse;
	margin-bottom: 15px;
	table-layout: fixed;
	width: 565px;
}
.banktable td, .banktable th {
	font-size: 10px;
	padding: 0;
	vertical-align: top;
}
.banktable tr.header {
	background-color: #003580;
}
.banktable tr.header td, .banktable tr.header th {
	color: #ffffff;
	font-weight: bold;
	height: 15px;
	overflow: hidden;
	padding: 0 3px;
	text-transform: uppercase;
}
.banktable tr.header .firstcell,
.banktable tr.header .lastcell {
	background-color: #ffffff;
	background-repeat: no-repeat;
	height: 15px;
	overflow: hidden;
	padding: 0;
	width: 8px;
}
.banktable tr.header .firstcell {
	background-image: url(../images/borders/bluefd_top_left.gif);	
}
.banktable tr.header .lastcell {
	background-image: url(../images/borders/bluefd_top_right.gif);	
}
.banktable td, .banktable th {
	padding: 3px 3px;
}
.banktable tr.odd td {
	background-color: #e6f3fa;
}
.banktable tr.even td {
	background-color: #dee9f3;
}
.banktable tr.odd td.firstcell,
.banktable tr.even td.firstcell {
	border-left: 1px solid #003580;
}
.banktable tr.odd td.lastcell,
.banktable tr.even td.lastcell {
	border-right: 1px solid #003580;
}
.banktable tr.footer td, .banktable tr.footer th {
	background-color: #e6f3fa;
	border-bottom: 1px solid #003580;
	height: 8px;
	overflow: hidden;
}
.banktable tr.footer .firstcell,
.banktable tr.footer .lastcell {
	background-color: #ffffff;
	background-repeat: no-repeat;
	border: none;
	height: 8px;
	overflow: hidden;
	padding: 0;
	width: 8px;
}
.banktable tr.footer .firstcell {
	background-image: url(../images/borders/blue_bot_left.gif);	
}
.banktable tr.footer .lastcell {
	background-image: url(../images/borders/blue_bot_right.gif);	
}
.footnote {
	color: #666666;
	font-size: 11px;
	font-style: italic;
}
.boxhead {
	border: none;
	margin: 0;
}
.infotable {
	table-layout: fixed;
	width: 565px;
}
.infotable td {
	padding: 2px 3px;
}
.separated-elem {
	border-top: 1px solid #cccccc;
	margin-top: 20px;
	padding-top: 15px;
}

.bordered-table-head {
	color: #ffffff;
    font-size: 10px;
    height: 15px;
    overflow: hidden;
	text-transform: uppercase;
}
.data-table {
    table-layout: fixed;
}
.data-table td {
    font-size: 11px;
    padding: 5px 0 5px 0;
}
.footer {
    border-top: 1px solid #999999;
    color: #999999;
    font-size: 11px;
    margin-top: 25px;
    padding: 5px;
    text-align: right;
    width: 765px;
}
.main-content-box {
    border: 1px solid #999999;
    width: 750px;
}
.tag-footer {
    border-top: 3px solid #ed8000;
    margin-top: 40px;
    padding: 2px 0 0 0;
    width: 765px;
}
.tag-footer td {
    color: #999999;
    font-size: 10px;
}
.to-top-link {
	margin: 10px 0px 10px 0px;
	text-align: right;
	font-weight: bold;

}
.pullout-bank {
	font-size: 18px;
	color: #003580;
}
.pullout-business {
	font-size: 18px;
	color: #4f8a10;
}
.pullout-small {
	font-size: 14px;
	font-weight: bold;
	color: #003580;
}
.textfield {
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	border: 1px solid #666666;
}
.button {
	font-size: 11px;
	color: #000000;
}
.boxhead {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin: 20px 0 5px 0;
}
.dataTable {
	margin-bottom: 15px;
}

.dataTable table {
	border-collapse: collapse;
	margin: 0;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	padding: 0;
	table-layout: fixed;
}

.dataTable td img, th img {
	float: right;
	/* margin-right: 10px; */
}

.dataTable td div.clipper {
	overflow: hidden;
	white-space: nowrap;
}

.dataTable .evenRow, .scrollingBox .evenRow {
	background-color: #E8EEF7;
}

.dataTable .oddRowSelected td {
	background-color: white;
	border-bottom: 1px solid #3e73b9;
	border-top: 1px solid #3e73b9;
}

.dataTable .evenRowSelected td {
	background-color: #edf3fe;
	border-bottom: 1px solid #3e73b9;
	border-top: 1px solid #3e73b9;
}

.dataTable th img {
	margin-top: 2px;
}

.dataTable thead tr, .headCell {
	background-color: #E3E3E3;
	font-weight: bold;
}

.dataTable .headCell a, .dataTable .headCell a:hover, .dataTable .headCell a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.dataTable .dataTableHeader td, .independentTableHead td {
	background-color: #E3E3E3;
	font-weight: bold;	
}

.dataTable .dataTableHeader td a, .dataTable .dataTableHeader td a:hover, .dataTable .dataTableHeader td a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.dataTable th, .dataTable td, .independentTableHead td {
	margin: 0;
	border-right: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	overflow: hidden;
	padding: 5px 3px;
	vertical-align: top;
}

.dataTable td.colFooter, td.colTotal {
	border-top: 1px solid #D4D4D4;
	font-weight: bold;
}

.dataTable td.colTotal {
	border-top: 1px solid #D4D4D4;
	font-weight: bold;
}

.dataTable th {
	text-align: left;
}

.dataTable .cbCell 
{
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 7px 0 0 0;
	text-align: center;
	vertical-align: top;
	width: 21px;
}

.dataTable .cbCell input {
	margin: 0;
}
* html body .dataTable .cbCell input { margin: -5px; } /* ie win fix */

.dataTable a {
	text-decoration: none;
}

.dataTable a:hover {
	text-decoration: underline;
}

.dataTable a.disabled {
	text-decoration: none;
}

.dataTable .selectedRow td {
	background-color: #F1FEED;
	color: #003580;
	border-top: 1px solid #CDE7C5;
	border-bottom: 1px solid #CDE7C5;
}

.dataTable .dataTablePaging td {
	border-top: 1px solid #ddd;
}

.dataTable .dataTablePaging span {
	border-left: 1px solid #ccc;
	color: #999;
	cursor: default;
	font-weight: bold;
	padding: 0 2px 0 4px;
}

.dataTable caption {
	font-weight: bold;
	text-align: left;
}

.dataTable .dataTablePaging a, .dataTable .dataTablePaging a:visited {
	border-left: 1px solid #ccc;
	color: #0035AD;
	font-weight: bold;
	padding: 0 2px 0 4px;
	text-decoration: none;
}

.dataTable .dataTablePaging a:hover {
	text-decoration: underline;
}

.ruledCellTable td {
	border-bottom: 1px solid #ddd;
	padding: 4px 3px 3px 3px;
	text-align: left;
	vertical-align: top;
}

.label {
	font-weight: bold;
}
.calendarWrap {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
.calendar {
	background-color: #ffffff;
	border: 1px solid #666666;
	border-collapse: collapse;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#888888,strength=4);
	margin: 340px auto 0 50%;
	table-layout: fixed;
	width: 180px;
}
.calendar td {	
	font-size: 9px;
	vertical-align: middle;
}
.day {
	border: #e6e6e6 1px solid;
	height: 20px;
	overflow: hidden;
	width: 23px;
}
.dayHeader {
	border: solid 1px #e6e6e6;
	border-collapse: collapse;
	font-size: 9px;
	font-weight: bold;
	overflow: hidden;
	width: 23px;
}
.nextPrev a {
	margin: 0 5px;
}
.otherMD {
	background-color: #f4f3f3;
	border: #e6e6e6 1px solid;
	height: 20px;
	overflow: hidden;
	width: 23px;
}
.selectedDay {
	background: white url(../images/cal_selected_bg.gif) no-repeat;
	border: 1px solid #e6e6e6;
	color: #000000;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	width: 23px;
}
.title {
	margin: 0px;
	padding: 0px;
}
.title td {
	font-size: 11px;
	font-weight: bold;
	height: 13px;
	padding: 0px;
}
.todayDay {
	background: white url(../images/cal_today_bg.gif) no-repeat;
	border: #e6e6e6 1px solid;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	width: 23px;
}
.todayDay a {
	font-weight: bold;
}
.weekendDay {
	border: 1px solid #e6e6e6;
	background-color: #faf9f9;
	height: 20px;
	overflow: hidden;
	width: 23px;
}