BODY, HTML {
	font: normal 14px Verdana;
}

P { margin: 16px 0px; }	/* Make IE standard */

PRE { text-align: left; }

DIV#SiteContainer,
DIV.SiteContainer {
	width: 800px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	position: relative;
}
DIV#Header {
	padding: 0px;
	position: relative;
	left:5px;
	margin: 0px 0px 0px 0px;
	font: bold 16px Verdana;
}
DIV#Content {
	margin: 0px;
	padding: 15px 10px;
	min-height: 400px;
}
DIV#Footer {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font: 10px Verdana;
	text-align: center;
}

DIV#DebtFooterContent {
	width: 75%;
	margin: 10px 0px 0px 90px;
	padding: 5px 0px 0px 0px;
	font: 10px Arial;
	text-align: justify;
}

DIV#confirmpage-top { 
	width:697px;
}

DIV#confirmation-wrapper {
	width:697px;
	font-size: .85em;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-align: center;
}

DIV#confirmpage-above {	margin-top: 5px; }

DIV#confirmpage-content {
	margin-bottom:	20px;
}

#confirmpage-content H1 {
	padding-top:	30px; 
	font-weight:	bold; 
	font-size:		1.6em;
}
#confirmpage-content H2 {
	padding-top: 	20px;
	padding-bottom:	30px;
	font-size:		1.5em;
	border-bottom:	1px solid black;
}

DIV#confirmpage-below {	 margin-top: 5px; }

DIV#confirmpage-creditimage {
	width:600px;
	height:99px;
}

DIV#confirmpage-bottom {
	margin-top: 20px; 
	height:10px;
}

DIV#LGArea-confirm {
	width:600px;
	text-align:center;
	padding-bottom:10px;
	margin-left:20px;
}

div.Clearer:after 	{ float: none; clear: both;  content: "";	line-height: 0px;    height: 0px;	display: block;  visibility: hidden;	}

A { color: blue; }

INPUT, SELECT { font: 11px Verdana; }

INPUT[type=submit],
INPUT[type=reset],
INPUT[type=button] { border: 1px outset black; }
INPUT[type=checkbox] { vertical-align: -2px; margin: 2px 0px 0px 0px; }

LABEL { cursor: pointer; }

FORM { margin: 0px; }

TH { vertical-align: top;}

H1 {
	font: bold 14px Verdana;
	margin: 0px 0px 10px 0px;
}

H2 {
	font: bold 12px Verdana;
	margin: 10px 0px 5px 0px;
}
DIV.Error { font: bold .8em Verdana; color: red; }

/** Status Colors & Messages **/
.Status_Enabled,	.Status_Scheduled,	.Status_Ready,	.Status_Running {	font-weight: bold;	color: #397D5A;	}
.Status_Disabled,	.Status_Processing,	.Status_Locked 					{	font-weight: bold;	color: #BD8A00;	}
.Status_Deleted,	.Status_Incomplete,	.Status_Expired,
.Status_Error,		.Status_Canceled,	.Status_Completed 				{	font-weight: bold;	color: #9C0000;	}

/** Balloon Messages **/
DIV.Balloon H1 {
	font: bold 11px Verdana;
	padding: 3px 6px; margin: 0px;
	position: relative;	z-index: 10;
	background-color: #fdffe1;
}
DIV.Balloon P {
	font: 10px Verdana;
	padding: 0px 6px; margin: 0px;
	position: relative;	z-index: 10;
	background-color: #fdffe1;
}

DIV.Message H1 {
	font: bold 16px Verdana;
	padding: 5px 10px; margin: 0px;
	position: relative;	z-index: 10;
	background-color: #fdffe1;
}
DIV.Message P {
	font: 12px Verdana;
	padding: 5px 10px; margin: 0px;
	position: relative;	z-index: 10;
	background-color: #fdffe1;
}
