html body {
	color: black;
	background-color: #003399;
	line-height: 140%;
	font-family: Verdana, Helvetica, Arial, "MS Sans Serif", sans-serif;
	font-size: 0.9em;
	text-align: center;
}


div#checkoutWrapper {
	color: #000000;
	background-color: white;
	position: relative;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}

#checkoutmainsec {
	width: 610px;
	background-color: white;
	margin-left: 20px;
}


div#righthandadpanel {
	color: black;
	background-color: white;
	position: absolute;
	top: 25px;
	left: 625px;
	margin: 0;
	padding: 5px;
	border: 0;
	font-size: 70%;
	text-align: left;
	font-weight: bold;
}


div#rightrighthandadpanel {
	color: black;
	background-color: white;
	position: relative;
	margin: 0;
	padding: 5px;
	border: 0;
	text-align: center;
	font-weight: bold;
}


a img {
	border: none;
}

strong {
	font-weight: bold;
}


p.checkout {
	font-size: 80%;
}

p.left {
	text-align: left;
}

p.big {
	font-size: 140%;
	font-weight: bold;
	line-height: 125%
}
 

table.checkout {
	text-align: center;
	font-size: 80%;
	position: relative;
	margin-left: 5px;
	color: #000000;
	background-color: #FFFFFF
}


th.checkouttitle {
	font-weight: bold
}



td.pad { padding: 0.3em; }
td.padmore { padding: 0.9em; }
td.smallpad { padding: 0.1em; }
td.padbold { font-weight: bold; padding: 0.3em; }
td.imageandtext { padding: 0.25em; vertical-align: top }
td.aright { padding: 0.1em; text-align: right }
td.aleft { padding: 0.1em; text-align: left }
td.footer { background-color: #FFFFFF; color: #000000; padding: 0.15em }
td.satinwove1 { background-color: #cccc99; color: #000000; font-weight: bold; padding: 1em; text-align: center }
button.standard { font-weight: bold }
button.large { font-size: 140%; font-weight: bold  }
button.checkout { font-size: 100%; font-weight: bold  }


p.checkoutyellow {
	background-color: yellow; color: black; width: 500px; font-size: 90%
}






