.listinghead { border-left-width: 1; border-right-width: 1; border-top-style: solid; 
               border-top-width: 1; border-bottom-style: solid; 
               border-bottom-width: 1 }

.maintabletop {
	border-top: thin solid #000000;
	border-left: thin solid #000000;
	border-right: thin solid #000000;
}
.maintable {
	border-bottom: thin solid #000000;
	border-left: thin solid #000000;
	border-right: thin solid #000000;
}
.linkbox {
	border: thin none #666600;
	list-style-type: none;
	list-style-image: url('images/bullet.gif');
	font-size: 12px;
	font-weight: bold
}
.infobox {
	border: thin dotted #666600;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.infotitle {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333300;
}
h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
h6 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

ul {
	list-style-image: url('images/bullet.gif');
}

ul li ul {
	list-style-image: url('images/bullet2.gif');
}

ul li ul li ul {
	list-style-image: url('images/bullet3.gif');
}