a:link, a:visited {
  color: #F2602D;
  background: #000;
  text-decoration: none;
}
a:active, a:hover {
  color: #0066CC;
  font-weight:bold;
  background: #000;
  text-decoration: underline;
}
body {
  margin-left: 20px;
  margin-top: 10px;
  color: #999;
  background: #000;
  font-size: 80%;
}
body, h1, h2, td, a {
  font-family: verdana, helvetica, arial, sans-serif;
}
div.credit {
  margin-top: 1em;
  font-style: italic;
  font-size: 85%;
}
div.credit a:link, div.credit a:visited {
  text-decoration: underline;
}
div.infobottom {
	border-top: 1px solid #999;
  padding-top: 0.4em;
  margin-top: 0.5em;
  
}
div.infobottom-2 {
	border-top: 1px solid #999;
  padding-top: 0.4em;
  margin-top: 0.5em;
  text-align:left;
  
}
div.infotop {
  border-bottom: 1px solid #999;
  padding-bottom: 0.5em;
  margin-bottom: 0.1em;
}
div.main {
  margin-left: 0px;
  margin-top: 0px;
  white-space: nowrap;
}
div.pic {
  padding: 5px 0 0 0;
}

h1 {
  font-size: 180%;
  font-weight: normal;
}
h2 {
	color: #fff;
	background: #000;
	font-size: 160%;
	font-weight: normal;
	text-align: center;
}
img, table, td {
  border: none;
}
img {
  margin-right: -4px;
}
td {
  color: #fff;
  background: #000;
  font-size: 85%;
  text-align: center;
  vertical-align: bottom;
}
select, input {
  color: #999;
  background: #000;
  border: 1px solid #999;
}
input {
  cursor: pointer;
}
