BODY {
  background-color: white;
}

TABLE {
  border: 0;
  width: 95%;

}

TABLE.col {
  border: 0;
  width: 650px;
  align: left;
}

TR {
  background-color: white;
}

TD {
  background-color: white;
  color: black;
  font-family: arial;
  font-size: 10pt;
  text-align: justify;
  vertical-align: top;
}

TH {
  background-image: url("pictures/cross.gif");
  color: #666666;
  font-family: arial;
  font-size: 10pt;

}

A:link {
  text-decoration: underline;
  color: #000000;
}

A:hover {
  text-decoration: none;
  color: #000000;
  background-color: #eeeeee;
}

A:visited {
  text-decoration: underline;
  color: #000000;
}

A.nav:link {
  text-decoration: none;
  color: #666666;
}

A.nav:visited {
  text-decoration: none;
  color: #666666;
}

A.nav:hover {
  text-decoration: underline;
  color: #000000;
  background-color: #eeeeee;
}

H1 {
  font-family: arial;
}

H2 {
  color: #666666;
  font-family: arial;
  font-size: 12pt;
}

H3 {
  color: #666666;
  font-family: arial;
  font-size: 10pt;
}

P.copy {
  background-color: white;
  color: gray;
  font-family: arial;
  font-size: 10pt;
  text-align: center;
  padding-top: 2em;
}

IMG {
  border: 0;
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
}

ul { list-style-image: url("pictures/triangle.gif"); } 


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(pictures/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(pictures/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(pictures/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(pictures/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
