body, table, td, th {
  color: #000000;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
  color: #990000;
  text-decoration: underline;
}

tr.rowColor00 td {
	background-color: #999;
}

tr.rowColor01 td {
	background-color: #CCC;
}

table.tblAttendees {
	background: #FFF;
}

table.tblAttendees td {
	padding: 3px;
}

#attendeeMainNav, #attendeeTopNav  {
	padding: 0;
	margin: 0;
}

#attendeeMainNav, #attendeeTopNav {
	margin-top: 5px;
}

#attendeeTopNav {
	float: right;
}

#attendeeMainNav li {
	list-style-type: none;
	padding: 3px;
}

#attendeeMainNav a {
	display: block;
	width: 12em;
	padding: 6px;
	border: 1px solid #FFF;
	background: #000;
	text-decoration: none;
	color: #FFF;
}

#attendeeTopNav li {
	list-style-type: none;
	padding: 3px;
	display: inline;
}

#attendeeTopNav a {
	width: 12em;
	padding: 6px;
	border: 1px solid #FFF;
	background: #000;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}

#attendeeMainNav a:hover, #attendeeTopNav a:hover {
	background: #DDD;
	color: #000;
	border: 1px solid #000;
}

ftrNav a:link {
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.ftrNav a:visited {
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

/* Form */
#frmWrapper {
	width: 610px;
}

.clear {
	display: block;
	clear: both;
}

.floatLeft {
	float: left;
}

.bold-txt {
	font-weight: bold;
}

.highlight {
	padding: 1px;
	background: #666;
	color: #FFF;
}

.tblHighlight {
	color: #FFFFFF;
	background: #000000;
	cursor: pointer;
}

h2.confHeader {
	width: 600px;
	height: 100px;
	background: url(/images/spring2010_banner.jpg);
	text-indent: -9999px;
}

div.section {
	background: #BFBFBF;
}

div.center-txt {
	text-align: center;
}

h2.secHeader {
	background: #000;
	padding: 5px;
	text-align: center;
	color: #FFF;
	font-size: 150%;
}

h2.secHeader span {
	display: block;
	font-size: 12px;
}

h2.subTitle {
	background: #000;
	padding: 5px;
	text-align: center;
	color: #FFF;
	font-size: 150%;
}

div.secWrapper {
	padding: 0 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}

#additional_info {
	display: none;
}