@charset "utf-8";
/* CSS Document */

html, body {
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	color: #999999;
	font-size: 14px;
}
* {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none;
  list-style: none;
}
p {
	padding: 1em 0em 0em 0em;
	text-transform: lowercase;
}
p.regCaps {
	text-transform: none;
}
img.bgImg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}
a:link, a:visited {
  color: #999999;
  text-decoration: none;
  padding: none;
  border: none;
  outline: none;
}
a:active {
	outline: none;
}
a:hover {
	color: #6699ff;
}
a.hilite:link, a.hilite:visited {
	color: #6699ff;
	text-decoration: none;
	padding: none;
	border: none;
}
a.hilite:hover {
	text-decoration: underline;
}
a.hiliteBold:link, a.hiliteBold:visited {
	color: #5287B5;
	text-decoration: none;
	font-weight: 600;
	padding: none;
	border: none;
}
a.hiliteBold:hover {
	text-decoration: underline;
}
table.featured {
  z-index: -1;
  /* for IE */
  filter: alpha(opacity=80);
  /* CSS3 standard*/
  opacity: .8;
  position: absolute;
  bottom: 90px;
  text-align: center;
  width: 100%;
  font-size: 4.2em;
  font-weight: 500;
}
td.featuredPast {
	font-size: .8em;
}
em.hiliteSmall {
  font-size: .5em;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
}
#submitButton {
	border: 2px solid #ffffff;
	background-color: #ffffff;
	color: #000000;
	font-size: .9em;
	padding: 0em .3em 0em .3em;
	outline: none;
}
