body {
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Arial, Verdana, san-serif;
font-size: 10pt;
color: #000;
}

#container {
width: 100%;
}

h1	{
display: none;
}

h2 {
display: none;
}

h3 {
display: none;
}

p {
display: none;
}

#top {
display: none;
}

.logo {
display: none;
}

.address {
display: none;
}

#mainnav {
display: none;
}

#homespread {
display: none;
}

#subspread {
display: none;
}

#subnav {
display: none;
}

table {
border-collapse: collapse;
margin: 10px 0;
}

td, th {
margin: 0;
padding: 4px;
border: 0;
font-size: 11px;
line-height: 100%;
}

th {
background-color: #FFD98C;
}

label {
font-weight: bold;
}

form {
margin: 0;
padding: 0;
}

input {
display: none;
}

.registrationform {
border: 1px dashed #999999;
background-color: #efefef;
padding: 10px;
margin: 10px 0;
}

.registrationform h2 {
color: #000000;
display: block;
}

.registrationform p {
display: block;
}
.registrationform table {
border-top: 1px solid #000000;
border-left: 1px solid #000000;
}

.registrationform th {
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
background-color: #cccccc;
}

.registrationform td {
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
background-color: #ffffff;
}


#sidebar {
width: 0;
display: none;
}

#footer {
display: none;
}