a { color:#48489c; padding-left:10px; font-family: Arial, Sans-Serif, Helvetica, Verdana; font-size: 8pt;}
a:hover { text-decoration:none;}
p { font-family: Arial, Helvetica, Sans-Serif, Verdana; font-size: 10pt; }
h1 { margin:0; text-transform:uppercase; font-size:14pt; color:#fff; 
     background:#D1DBBD; width:750px; padding:5px; margin-top:20px; 
     font-family: Arial, Verdana, Helvetica, Sans-Serif}
.hdg { color:#1c4c7d;}

.confirm-amount 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	border: 1px dashed #6699FF;
}

/**********************************************************************
 * Page Background Styles                                             *
 **********************************************************************/
.pageBackground, .pBack {
	background-color: #8595a6;
	width: 96%;
	height: 100%;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	}

.pageBorderTL, .pbTL {
	background-image: url(pageBorderTL.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 14px;
	height: 10px;
	}
.pageBorderT, .pbT {
	background-image: url(pageBorderT.gif);
	background-repeat: repeat-x;
	background-position: top center;
	height: 10px;
	}
.pageBorderTR, .pbTR {
	background-image: url(pageBorderTR.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 14px;
	height: 10px;
	}
.pageBorderL, .pbL {
	background-image: url(pageBorderL.gif);
	background-repeat: repeat-y;
	background-position: center left;
	width: 14px;
	}
.pageBorderC, .pbC {
	background-image: url(pageBorderC.gif);
	}
.pageBorderR, .pbR {
	background-image: url(pageBorderR.gif);
	background-repeat: repeat-y;
	background-position: center right;
	width: 14px;
	}
.pageBorderBL, .pbBL {
	background-image: url(pageBorderBL.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 14px;
	height: 16px;
	}
.pageBorderB, .pbB {
	background-image: url(pageBorderB.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	height: 16px;
	}
.pageBorderBR, .pbBR {
	background-image: url(pageBorderBR.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 14px;
	height: 16px;
	}