@charset utf-8;
body {
	background-image: none;
	background-repeat: repeat;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #741101;
	list-style-type: square;
}
table {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	font-size: large;
	font-style: italic;
	font-weight: bolder;
	color: #741101;
}
h2 {
	font-size: large;
	font-style: italic;
	color: #741101;
}
h3 {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.bkg-stripe {
	background-image: url(../graphics/bkg-stripe.gif);
}
.top-border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #741101;
	border-right-color: #741101;
	border-bottom-color: #741101;
	border-left-color: #741101;
}
.table-no-pad {
	padding: 0px;
	border: 1px solid #741101;
}

.picture-pad {
	border: thick solid #FFFFFF;
}
.indent4 {
	text-indent: 4px;
}
.rowhighlight {
	background-color: #FFFFCC;
	border: thick solid #FFFFCC;
}
.bandname {
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.boldlink {
	font-style: italic;
	font-weight: bold;
	color: #741101;
}
.top-border-text {
	vertical-align: top;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #741101;
	border-right-color: #741101;
	border-bottom-color: #741101;
	border-left-color: #741101;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.top-border-text-highlight {
	background-color: #FFFFCC;
	vertical-align: top;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #741101;
	border-right-color: #741101;
	border-bottom-color: #741101;
	border-left-color: #741101;
}
