BODY {
	background-color:#111111;
}
DIV#nav-main {
	background-color:#111111;
}
DIV#homeTxt {
color:#FFFFFF;
}
DIV#content-body, DIV#content-UsedBody, DIV.modelSelectorContent {
	color:#FFFFFF;
}
DIV#formIntroText {
	color:#FFFFFF;
	width:720px;
}
DIV#disclaimer P {
color:#666666;
}
/* NEW OFFERS TABLE CSS - SCP 13-03-08 */

table.offersTableStyle {
border: 1px solid #625D5D;
color: #FFF;
}

table.offersTableStyle th {
background:#463E3F;
padding: 5px 0px;
font-weight: 600;
}

table.offersTableStyle td {
border-top: 1px solid #595454;
background:#342826;
}

/* END NEW OFFERS TABLE CSS - SCP 13-03-08 */

/* NEW OFFERS TABLE CSS - SCP 01-04-08 */

table.offersTableStyle1 {
border: 1px solid #625D5D;
color: #FFF;
}

table.offersTableStyle1 th {
background:#463E3F;
}

table.offersTableStyle1 td {
border-top: 1px solid #595454;
background:#342826;
}

table.offersTableStyle1 .tableapr td {
font-size:13px;
font-weight:600;
}

table.offersTableStyle1 .tableterms td {
font-size:8px;
color:#dddddd;
text-transform:none;
}

/* END NEW OFFERS TABLE CSS - SCP 01-04-08 */

A.inlineButton {
	font-family: Verdana;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	color:#FFFFFF;
	background-image: url(/content/images/toopTipNav/bg/blue_arrow.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	padding:2px 2px 2px 12px;
}
