body {
   margin: 0px;
   padding: 0px;
   font-family: Verdana, Arial, sans-serif;
}

/* ------------- common -------------- */

H1 {
	FONT-WEIGHT: normal; FONT-SIZE: 170%;
}
H2 {
	FONT-SIZE: 130%;
}
H3 {
	FONT-SIZE: 100%;
}
H4 {
	FONT-SIZE: 100%;
}
H5 {
	FONT-SIZE: 100%;
}

table, tr, td {
	border: 1px solid #000;
	font-size: 80%;
   font-family: Verdana, Arial, sans-serif;
}

td {
	border: 0px;
}

#subheader {
  display: none;
}

#leftcolumn {
  display: none;
}

#search {
  display: none;
}

#underconstruction {
 display: none;
 position: absolute; left: 750px; top: 5px;
 z-index: 100;
}

a {
 text-decoration: none;
}

.newscontent a {
  display: none;
}

/* ------------------ schedule ---------------------- */
.schedule {
   margin-left: 0;
   padding-left: 0;
   border-style: 1px solid #000;
}

ul.schedule, ul.schedule ul {
   font-weight: normal;
   margin-left: 0px;
   list-style-type: none;
}

ul.schedule ul {
   padding-left: 10px;
}

ul.schedule li {
   padding-left: 0px;
   margin-bottom: 2px;
}

li.scheduledate {
   background-color: #E3E6F4;
   font-weight: bold;
}

/*ul.schedule li.scheduledate {
  font-weight: bold;
}*/

}

/* -------------- footer ---------------------- */

#footer {
 margin-top: 20px;
 padding: 0;
 border-top: 1px solid #000;
}

.copyright {
 padding: 0;
 margin: 0;
 text-align: center;
 font-size: 9px;
}

