p {
	font: 0.75em/1.4em Arial, Helvetica, sans-serif;
	color: #000000;
}
p a, table a {
	color: #E1081E;
}
p a:hover, table a:hover {
	text-decoration: none;
}
h1 {
	font: bold 1.75em Arial, Helvetica, sans-serif;
	color: #E1081E;
	padding-top: 0;
	margin-top: 0;
}
h2 {
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #999;
	padding-top: 0;
	margin-top: 0;
}
h3 {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #FF6600;
	padding-top: 0;
	margin-top: 0;
}
h4 {
	font: bold 0.7em Arial, Helvetica, sans-serif;
	color: #FF6600;
	padding-top: 0;
	margin-top: 0;
}

ul {
	list-style: url(../images/icons/bullet.gif);
	margin: 0 0 12px 18px;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
ul li, ol li {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0 115px 10px 0;
}
ul li a, ol li a {
	text-decoration: none;
	color: #E1081E;
}
ul li a:hover, ol li a:hover {
	text-decoration: underline;
}

ul ul {
	margin-top: 16px;
}
ul ul li {
	font-size: 1em;
}
table {
	font: 0.75em/1.4em Arial, Helvetica, sans-serif;	
}

.red {
	color: #E1081E;
}
.bold {
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.headline {
	font-weight: bold;
	color: #333;
}
.headlineLight {
	font-weight: bold;
	color: #666;
}
.breakerBottom {
	clear: both;
	background-image: url(../images/bkg_dot_orange.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 14px;
}
.breakerTop {
	clear: both;
	background-image: url(../images/bkg_dot_orange.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 14px;
}
.floatLeft {
	float: left;
	margin-right: 8px;
}
.floatRight {
	float: right;
	margin-right: 8px;
}
.alignRight {
	text-align: right;
}
.alignCentre {
	text-align: center;
}
.peoplePhotoSmall {
	margin: 0 1px 1px 0;
	border: 1px solid #E1E1C7;
}
.peoplePhotoLarge {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #E1E1C7;
	display: block;
}
.peopleList {
	list-style-position: inside;
	list-style-image: url(../images/icons/bullet_people.gif);
}

/* new trusted partners page */

.trustedLogo {
	border: 2px solid #e0e1c6;
	margin: 0 2px 2px 0;
}

.trustedTable td, .trustedTable th {
	padding: 10px 0;
	border-bottom: 1px dotted #ff6600;
}
.trustedTable th {
	color: #999;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
.trustedTable th.plain {
	color: #666;
	font-size: 1em;
	font-weight: normal;
}
.lists {

}
.lists th {
	text-align: left;
	padding: 3px 0;
}
.lists td {
	padding: 3px 0;
}
.lists td {
	font-size: 1.3em;
}
.lists ul {
	padding-top: 5px;
	padding-bottom: 0;
	margin-bottom: 0;
}