HTML {
	font-family: "Swiss 721 BT", "Helvetica", "Arial", sans-serif;
	font-size: 85%;
}
HTML,BODY,#frmForm {
	margin:0;
	padding:0;
}

A:link {
	text-decoration: none;
}

H1 {
  background: white url(images/gradient.gif) repeat-x scroll top left;
  text-align: center;
  margin-top: 0;
}

.Tabs {
  border-bottom: 4px solid #fe9;
}
.Tabs UL {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.Tabs UL LI {
  margin: 0 0 0 1px;
  padding: 0.1em 0.5em;
  display: inline;
  background: #ffd;
  border-top: 1px solid #cc6;
  border-right: 1px solid #cc6;
}
.Tabs UL LI.first {
  border-left: 1px solid #cc6;
}
.Tabs UL LI.selected {
  background: #fe9;
  font-weight: bold;
}
.Tabs UL LI:hover {
  background: #fffff2;
}
.Tabs UL LI.selected:hover {
  background: #fe9;
}

#content {
	margin: 2em;
}
#content #sshot {
	float: right;
	margin: 0 0 0 1em;
	padding: 2em;
	border-left: 1px solid silver;
}
#content li {
	list-style: url('images/cube.gif') circle outside;
}

