/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary */
/* These styles should define how the content section looks */

body {
	color: black;
	background: #fff;
	font-family: arial, helvetica;
	font-size: 70%;
}

h1 {
	color: #000;
	margin: 0.5em 0 0.5em 0;
	font-size: 175%;
}

h2 {
	color: #000;
	margin: 0.5em 0 0.5em 0;
	font-size: 150%;
}

h3 {
	color: #000;
	margin: 0.5em 0 0.5em 0;
	font-size: 125%;
}

hr {
	background: #f00;
	color: #f00;
}

p {
	margin: 1em 0 1em 0;
	padding: 0;
	line-height: 150%;
}

li {
	line-height: 150%;
}

q {
	font-style: italic;
}

blockquote {
	font-style: italic;
	border-left: 1px solid #000;
	padding-left: 10px;
	margin-right: 0;
}

img {
	border: 0;
}

table {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

th {
	background: #f00;
	color: white;
	font-weight: bold;
}

td {
	line-height: 150%;
}

abbr, acronym { 
	border-bottom: 1px dotted #f00; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #00f;
	text-decoration: underline;
}

a:visited {
	color: #3300cc;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #f00;
	text-decoration: none;
}

a:active {
	color: white;
	background: #f00;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #f00;
	text-decoration: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 5px;
}

img.right {
	float: right;
	margin: 5px;
}

label {
	cursor: pointer;
}

form {
	padding: 0;
	margin: 0;
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.textbox, textarea.textbox {
	color: #000;
	border: solid 1px #000;
	padding: 2px;
	font-family: arial, helvetica;
}
strong.fixed {
	float: left;
	text-align: right;
	display: block;
	width: 150px;
	padding-right: 20px;
}

strong.fixedHeight {
	float: left;
	text-align: right;
	display: block;
	width: 150px;
	height: 80px;
	padding-right: 20px;
}

div.centerWrap {
	width: 400px;
	margin: auto;
}

#directDebit {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	font-famiy: arial, helvetica;
}

#directDebit h1 {
	color: #000;
	line-height: 110%;
	font-size: 160%;
}

#directDebit p {
	font-size: 80%;
	margin: 0;
	padding: 2px 0 3px 0;
	clear: left;
}

#directDebit h2 {
	color: #000;
	font-size: 120%;
	margin: 1em 0 0 0;
	font-weight: normal;
}

#dateBox {
	border: 1px solid #000;
}

#dateBox p.date {
	margin-top: 28px;
	font-size: 120%;
	font-family: courier;
	letter-spacing: 12px;
}

#directDebit span.box {
	border: 1px solid #aaa;
	padding: 3px;
	margin-right: -1px;
	font-family: courier;
	display: block;
	float: left;
	margin-top: -1px;
}

#directDebit span.boxWidth {
	border: 1px solid #aaa;
	padding: 3px;
	margin-right: 1px;
	font-family: courier;
	width: 250px;
	display: block;
	margin-top: -1px;
}

#directDebit span.boxWidth2 {
	border: 1px solid #aaa;
	padding: 5px;
	margin-right: -1px;
	font-family: courier;
	display: block;
	float: left;
	margin-top: -1px;
}

span.courier {
	font-family: courier;
	font-size: 100%;
}

form img {
	display: inline;
}

.inline {
	list-style-type: none;
	font-size: 90%;
}

.inline li {
	display: inline;
	padding: 0px;
	margin: 0;
}
/* END STANDARD STYLES */











/* START PAGE SPECIFIC STYLES */

#skipLinks {
	display: none;
}

#fixedLinks {
	display: none;
}

#breadcrumb, #header, #leftCol, .printHide, #footer ul {
	display: none;
}

.screenHide {
	display: inline;
}

.pageBreak {
	page-break-after:always;	
}

/* END PAGE SPECIFIC STYLES */