body {
/*	margin: 0;
	padding: 0;*/
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*line-height: 150%;*/
	font-size: 12px;
	color: #353535;
}

a {
	color: #353535;
	text-decoration: none;
}

form { /*display: none;*/ }

img {
	border: 0;
}

#header {
	position: relative;
	z-index: 1;
	clear: both;
	/*margin: 0 0 105px 0;
	border-bottom: 20px solid #ED1C24;*/
	width: 100%;
	height: 180px;
	/*background: #E9E9E9 url(../img/bg-header.gif) left top repeat-x;*/
}

#credit-prom-bank {
	position: absolute;
	top: 26px;
	left: 35px;
	display: block;
	width: 139px;
	height: 126px;
}

#header .slogan {
	position: absolute;
	top: 65px;
	right: 10px;
}

#header .redline {
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	height: 20px;
}

#footer {
	clear: both;
	position: relative;
	padding: 10px 0 10px 0;
	border-top: 1px solid #CCCCCC;
	height: 70px;
	font-size: 11px;
	color: #6D6D6D;
}

#footer table {
	width: 100%;
}

#footer table td {
	width: 33%;
	vertical-align: top;
}

/******************************************************************************/

.table-view { margin-bottom: 20px; border-collapse: collapse; border-bottom: 1px solid #ECECEC; width: 100%; }

.table-view caption { padding: 6px 8px 8px 15px; text-align: left; font-size: 14px; }

.table-view thead { }

.table-view th { padding: 8px 8px 8px 15px; }
.table-view th { border-bottom: 1px dashed #ECECEC; vertical-align: top; text-align: left; font-size: 12px; color: #2E5072; }

.table-view td { padding: 8px 8px 8px 15px; }
.table-view td { line-height: 14px; font-size: 12px; color: #353535; }

.table-view .coloring { background: #EAF1F7; }

.table-view .headline { background-image: url(../img/table-view-seph.gif); background-position: 0 bottom; background-repeat: repeat-x; font-weight: bold; }
.table-view .headline td { padding-top: 15px; }
