h1 {
	font-size: 18px;
	margin: 0px;
	padding: 14px 0px;
}

h1#swf_heading {
}

h2 {
	font-size: 15px;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}

h3 {
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}

p, ul, ol {
	font-size: 13px;
	color: #333;
}

p {
	margin: 0px;
	padding-bottom: 8px;
	line-height: 17px;
}

p.introcopy {
	font-weight:600;
}

ul {
	margin: 0px;
	padding: 0px 0px 8px 16px;
	line-height: 16px;
}

td {
	vertical-align: top;
}

/**************************************************
Misc text
**************************************************/

.black {
	color: #000;
}

.red {
	color: #de001a;
}

.dark {
	color: #333;
}

.med {
	color: #666;
}

.light {
	color: #999;
}

.small {
	font: 10px sans-serif;
}

.hidden {
	display: none;
}

/**************************************************
Links
**************************************************/

a {
	color: #de001a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.redarrow {
	padding-left: 10px;
	background-color: transparent;
	background-image: url(../images/arrow_red_r2.gif);
	background-repeat: no-repeat;
}

a.arrowleft, a.arrowleft2 {
	font-size: 11px;
	color: #de001a;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	background: transparent url(../images/arrow_red_r.gif) no-repeat;
}

a.arrowleft2 {
	background: transparent url(../images/arrow_red_l.gif) no-repeat;
}

/**************************************************
Documents table
**************************************************/
#documents {
	margin: 10px 0px;
}

#documents th {
	padding: 5px;
	background: #eee;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

#documents td {
	padding: 4px;
	vertical-align: top;
}

#documents .even {
	background: #fff;
}

#documents .odd {
	background: #fafaf9;
}

#documents .icon {
	width: 1px;
}

#documents .title {
	width: 470px;
}

#documents .date {
	width: 90px;
}

#documents .link {
	width: auto;
}

#documents p {
	margin: 0px;
	padding: 0px;
}

#documents a {
	padding-right: 10px;
	background: transparent url(../images/arrow_red_r.gif) no-repeat scroll right;
}

/**************************************************
Forms
**************************************************/

#signup td {
	vertical-align: top;
}

#signup label {
	display: block;
	width: 105px;
	padding: 5px 8px 5px 0;
	font-size: 13px;
	text-align: right;
}

#signup .textbox, #signup .textarea {
	display: block;
	width: 300px;
	margin: 2px 0;
	padding: 2px;
	font: 13px sans-serif;
}
#signup .textbox.country {
	width: 308px;
}

#signup .textarea {
	display: block;
	height: 100px;
}

#signup select {
	display: block;
	margin: 2px 0;
}

#signup .submit {
	display: block;
	margin-top: 10px;
}

#signup select#State, #signup #Title {
	width: 118px;
}

#signup #Postcode {
	width: 110px;
}

#signup .checkbox {
	margin: 0;
}

#signup .inline {
	display: inline;
	width: 100%;
}

#signup hr {
	clear: both; 
	margin: 10px 0; 
	width: 309px;
	border: none;
	border-bottom: 1px dotted #666666; 
	color: #fff; 
	background: #fff; 
}

#signup .vehicle {
	display: block;
	width: 308px;
}

/**************************************************
Search results
**************************************************/
#search_wrap {
	padding-left: 8px;
}
#search_results .title {
	padding-bottom: 0;
}
#search_pages {
	border-top: 1px dotted #333;
	margin-top: 10px;
	padding-top: 12px;
	font-size: 13px;
}.footerTxt {
	font-size: 11px;
	color: #FFFFFF;
}

