html {
	color: #545454;
	background-color: #FFFFFF;
}

html,
body,
th,
td {
   font-family: verdana, tahoma, sans-serif;
   font-size: smaller;
}

table {
   border-collapse: collapse;
}

th {
   padding-right: 6px;
	color: #005DAB;
	background-color: transparent;
	text-align: left;
}

h1 {
   font-size: 140%;
}

h2 {
	font-size: 120%;
}

h3 {
	color: #005DAB;
	background-color: transparent;
	font-size: 100%;
}

input,
select {
	vertical-align: middle;
}

ul {
	margin: 0;
	padding: 0;
	color: #C2D730;
	background-color: transparent;
}

ul li {
	margin: 0 0 0 1.8em;
	padding: 0;
	list-style-type: square;
}	

ul li span {
	color: #000000;
	background-color: transparent;
}

a:link,
a:visited {
	color: #C2D730;
	background-color: transparent;
}

a:hover,
a:active {
	color: #005DAB;
	background-color: transparent;
}

table.registered td {
	padding-right: 10px;
}

img {
   vertical-align: bottom;
}

table.photos {
   margin: 0 auto;
}

table.photos td {
   width: 195px;
   height: 195px;
   text-align: center;
   vertical-align: middle;
}

a.prev {
   position: absolute;
   left: 10px;
   top: 96px;
}

a.next {
   position: absolute;
   right: 10px;
   top: 96px;
}
