/* Goldleaf Standarzides Classes for CCP
(May not be currently in use) */

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #621422;
	text-transform: none;
	/*font-variant: small-caps;*/
}
.header2 {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11px;
     font-weight: bold;
     color: #982135;
}

.bullets1 {
	list-style-position: outside;
	list-style-image: url(images/graphics/bullet.gif);
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/*	font-variant: small-caps; */
}
.bullets2 {
     list-style-position: outside;
     list-style-image: url(images/graphics/bullet2.gif);
     list-style-type: disc;
}

.footnote {
     font-size: 11px;
}

.linkTop {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11px;
     font-weight: bold;
     color: #330000;
     text-align: right;
}

.bankName {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 15px;
     text-transform: uppercase;
     color: #982135;
}


/* Goldleaf Standardized Page Design Classes */

body,td {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 13px;
     color: #330000;
}
body {
     background-color: #FFFFFF;
     margin-left: 0px;
     margin-top: 6px;
     margin-right: 0px;
     margin-bottom: 6px;
}
.bg {
     background-attachment: fixed;
     background-image: url(images/bg.jpg);
     background-repeat: repeat-x;
     background-position: top;
}
.content {
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #982135;
	border-right-color: #982135;
	border-bottom-color: #982135;
	border-left-color: #982135;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
     color: #330000;
     text-decoration: underline;
}
a:visited {
     color: #330000;
     text-decoration: underline;
}
a:hover {
     color: #330000;
     text-decoration: none;
}
a:active {
     color: #330000;
     text-decoration: none;
}


/* Standardized Footer Classes */

.footer {
     font-size: 11px;
     background-color: #FFFFFF;
     width: 725px;
     border: 1px solid #000000;
}

.footerLogos {
     font-size: 11px;
     text-align: center;
     vertical-align: middle;
     padding: 2px;
     width: 120px;
}

.footerSitemap {
     font-size: 11px;
     text-align: center;
     vertical-align: top;
     padding: 2px;
}

.footerNotice {
     font-size: 11px;
     text-align: left;
     vertical-align: top;
     padding: 5px;
}
.footerNotice a:link {
     color: #330000;
     text-decoration: underline;
}
.footerNotice a:visited {
     color: #330000;
     text-decoration: underline;
}
.footerNotice a:hover {
     color: #982135;
     text-decoration: none;
}
.footerNotice a:active {
     color: #330000;
     text-decoration: none;
}

.copyright {
     font-size: 9px;
     font-weight: bold;
     color: #FFFFFF;
     background-color: #982135;
     text-align: center;
     vertical-align: middle;
     padding: 0px;
}
.copyright a:link {
     color: #FFFFFF;
     text-decoration: underline;
}
.copyright a:visited {
     color: #FFFFFF;
     text-decoration: underline;
}
.copyright a:hover {
     color: #000000;
     text-decoration: none;
}
.copyright a:active {
     color: #FFFFFF;
     text-decoration: none;
}


/* Standardized Content Classes */

.tableTop {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 14px;
     background-color: #982135;
     color: #FFFFFF;
     padding: 3px;
     font-weight: bold;
     text-transform: uppercase;
     text-align: center;
}
.tableBottom {
	font-size: 12px;
	padding: 1px;
	color: 330000;
	border: 1px solid #660000;
}

.tableBottomAlt {
	font-size: 12px;
	padding: 1px;
	color: 330000;
	border: 1px solid #660000;
	background-color:#CCCCCC;
}

table {

	border-collapse:collapse;
	
}

.bold {
     font-weight: bold;
}
.italic {
     font-style: italic;
}
.boldItalic {
     font-weight: bold;
     font-style: italic;
}
.underline {
     text-decoration: underline;
}


/* Non-Standardized Classes, as needed */
.pic {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 2px solid #621422;
}
