@import url(layout.css);
@import url(home.css);
@import url(navigation.css);
@import url(highlights.css);

body {
	padding: 0px;
	margin: 0px auto 0px auto;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	background-image: url(../images/bkg_band_internal.gif);
	background-repeat: repeat-x;
}

body.printVersion {
	width: 700px;
}

img {
	border: none;
}

form {
	border: none;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #09315C;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

p {
	font-size: 12px;
	line-height: 140%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #333333;
}

a,a:visited {
	color: #61ABB6;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol, ul {
	margin: 0px;
	padding: 0px 0px 20px 22px;
}

li {
	font-size: 12px;
	line-height: 140%;
	padding: 0px;
	margin: 0px;
	list-style : square outside url(../images/bullet_list001.gif);
	color: #333333;
}

input {
	border: 1px solid #9BB2BD;
}

td {
	font-size: 0.75em;
	color: #333333;
}

table {
	margin: 0px;
}

.buttonNoBorder {
	border: none;
}

.buttonSubmit {
	border: none;
	width: 63px;
	height: 23px;
	margin: 10px 0px 0px 0px;
}

.tdAlignRight {
	text-align: right;
}

img.pageTitle {
	margin: 17px 0px 11px 0px;
}

p.subHeading {
	font-weight: bold;
	color: #09315C;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

img.backToTop {
	margin: 10px 0px 0px 0px;
}

img.spacer {
	float: left;
}

img.hRule {
	margin: 0px 0px 12px 0px;
}

table.searchSummaryTable {
	float: left;
	margin: 15px 0px;
}

td.searchSummary {
	width: 371px;
	text-align: center;
}

.error1 {
	color: red;
}

div.clearer {
	clear: both;
}