body { 
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
}

.nav a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  line-height: 26px;
}

.nav a:hover {
  color: #000;
}

a {
  color: #006633;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #009933;
}

td.content { 
	padding-left: 15px;
	font-size: 90%;
	line-height: 130%;
}

.footer {
	margin: 15px 15px 5px 15px;
}
.footer TD P {
	font-size: 65%;
	margin: 0px 0px 5px 0px;
}

#schedule .fine {
	font-size: 65%;
	color: #666666;
	margin-top: 5px;
}

.fine {
	font-size: 65%;
}

.notice {
	padding: 8px;
	margin: 0px;
	background-color: #f5f5f5;
	border: dashed 1px #666666;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	padding-top: 5px;
}

.note {
	font-size: 65%;
	font-style: italic;
	line-height: 130%;
}

th {
	font-size: 75%;
}

li { padding: 2px 2px 7px 2px; }
ul { padding-bottom: 10px; }
li ul { padding-top: 5px; padding-bottom: 0px; }

.data { border: 1px solid #ccc; }
.data tr.odd { background-color: #f5f5f5; }
.data td { font-size: 90%; }
