body {
	background-color: #0868AC;
}

body#terms {
	background-color: #c7eafb;
}

table.termsConditions{
	background-color: #C7EAFB;
	color: #000!important;
	padding: 0;
	margin: 0;
}
table.termsConditions p,
table.termsConditions ol{
	background-color: #C7EAFB;
	color: #000!important;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table.termsConditions p.intro{
	font-weight: bold;
}

table.termsConditions ol{
	/*padding: 0;
	margin: 0 0 0 20px;*/
	padding: 0 0 0 20px;
	margin: 0;
}

table.termsConditions ol li{
	padding: 5px 0;
	margin: 0;
}


td h1{
	text-indent:-9000px;
	background: url(../images/tc-heading.gif) no-repeat;
	height: 48px; 
}

td, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0868AC;
	line-height: 1.1em;
}

strong {
	color: #C00;
}

td#info {
	background-color: #FFF;
}

td#code form {
	display: inline;
	margin: 0;
	padding: 0;
}

td#code strong {
	color: #FFF;
	font-size: 13px;
}

td#code input {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}

#error {
	width: 500px;
	height: 200px;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -100px;
	position: absolute;
	text-align: center;
	background-color: #085184;
	border: 1px solid #C00;
	vertical-align: middle;
}

#error h1 {
	color: #FFF !important;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#error p {
	color: #FFF !important;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#error a {
	color: #C00 !important;
}
