<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COMMON STYLES */

.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.hidden {
    display: none;
}
.hideText {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.rounded8top {
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.rounded10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.shadow {
  -moz-box-shadow:    0px 0px 3px 1px #ddd;
  -webkit-box-shadow: 0px 0px 3px 1px #ddd;
  box-shadow:         0px 0px 3px 1px #ddd;
}
.spinner {
    width: 100%;
    height: 120px;
    background: url('../images/spinner.gif') center center no-repeat;
}
#noticeBar {
    text-align: center;
    font-size: 18px;
    background-color: #333;
    font-weight: bold;
    color: #ccc;
    padding: 10px 0;
}
#cvvTip {
    font-family: Arial, Helvetica, sans-serif;
}
#cvvTip h3 {
    font-weight: bold;
    font-size: 12px;
    color: #333;
}
#cvvTip p {
    font-size: 12px;
    color: #333;
    padding: 10px 0;
}
.footer {
    margin: 0 auto;
    padding: 0;
    padding-bottom: 25px;
    width: 94%;
    max-width: 640px;
    font-size: 12pt;
    text-align: center;
    color: #000;
	clear:left;
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer ul li {
	float: none;
    display: inline;
    margin: 0;
    padding: 0 2px;
    font-weight: bold;
    font-size: 13px;
    color: #000;
	line-height: 17px;
}
.footer a {
	background: none;
	width: auto;
	height: auto;
	display:inline;
	color: #000;
	text-transform: uppercase;
    font-weight: bold;
}
.footer p {
    text-align: center;
    padding: 0;
    padding-top: 15px;
    line-height: normal;
    color: rgb(51, 51, 51);
}
.footer p:last-child{

}
</pre></body></html>