/* Bradford CSS */

body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/backing.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 18pt;
	font-weight: lighter;
	color: #771d3f;
	margin: 15px 15px 10px 0px;
}
h2 {
	font-size: 16pt;
	font-weight: bolder;
	color: #771d3f;
	margin: 15px 15px 15px 15px;
}
h3 {
	font-size: 15px;
	font-weight: bolder;
	color: #771d3f;
	margin: 15px 15px 10px 20px;
	}
h4 {
	font-size: 15pt;
	font-weight: lighter;
	color: #ffffff;
	margin: 15px 15px 10px 20px;
}
td.content {
	padding: 15px 20px 10px 50px;
}
.content {
	margin: 15px 20px 10px 50px;
}
.content2 {
	margin: 15px 15px 10px 15px;
}
a:link {
	color: #771d3f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #771d3f;
}
a:hover {
	text-decoration: underline;
	color: #771d3f;
}
a:active {
	text-decoration: none;
	color: #771d3f;
}
#leftfill {
	background-image: url(../images/bb_02.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#rightfill {
	background-image: url(../images/bb_06.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#roadmap {
	background-image: url(../images/bb_05.jpg);
	background-repeat: no-repeat;
}
.roadmap {
	color: #fff;
	margin: 10px;
	font-size: 10.5pt;
	font-weight: lighter;
}
.roadmapz:link {
	color: #fff;
	text-decoration: none;
}
.roadmapz:visited {
	text-decoration: none;
	color: #fff;
}
.roadmapz:hover {
	text-decoration: underline;
	color: #fff;
}
.roadmapz:active {
	text-decoration: none;
	color: #fff;
}
#leftwatermark {
	background-image:url(../images/bb_18.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#rightwatermark {
	background-image: url(../images/bb_19.jpg);
	background-position: top;
	background-repeat: repeat-x; 
}
#searchbox {
	background-image: url(../images/searchbacking.jpg);
	background-repeat: no-repeat;
}
.searchbox {
	color: #fff;
	margin: 5px 20px 5px 20px;
}
.footer {
	font-size: 9pt;
	margin: 15px 15px 15px 30px;
}
.footerz:link {
	color: #000;
	text-decoration: none;
}
.footerz:visited {
	text-decoration: none;
	color: #000;
}
.footerz:hover {
	text-decoration: underline;
	color: #000;
}
.footerz:active {
	text-decoration: none;
	color: #000;
}
input, select {
	margin-top:2px;
}
.tiny {
	font-size: 8pt;
	color: #fff;
	padding: 0px 0px 0px 8px; /* top-right-bottom-left */
}: