@charset "utf-8";

body, tr, form {
	font-family: tahoma;
	font-size: 12px;
	color: #404040;
	text-align: center;
	margin: 0;
	padding: 0
}



pre {
font-family: courier, serif, size: 10pt;
	margin: 0px 8px;
}
input {
	font-size: 12px;
}
.aheader {
	background: #eef;
	border-bottom: 1px solid #ddd;
	padding: 7px;
}
.caption {
	font-size: 20px;
	color: #000;
	text-align: center;
	width: 10em;
}
.arrow {
	font-weight: bold;
	text-decoration: none;
	color: #3D3D3D;
}
.arrow:hover {
	text-decoration: underline;
}
.command {
	font-weight: bold;
	text-decoration: none;
	color: #AAAAAA;
}
.command:hover {
	text-decoration: underline;
}
.timetable {
	border-width: 1px;
	border-style: outset;
	border-collapse: collapse;
	border-color: gray;
	margin: 0 auto;
}
.timetable td {
	border-width: 1px;
	border-spacing: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #CCCCCC;
}
.head-row {
	color: white;
	background-color: #4F81BC;
}
.today-row {
	background-color: #4F81BC;
	color: white;
}
#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	padding-top: 0;
	border-top: 1px solid #888;
	background: #fff;
	margin-top: 10px;
	z-index: 1
}
#footer #nav2 {
	margin: 0;
	padding-top: 0;
	border-top: 1px solid #000;
}
#footer #nav2 ul {
	width: 300px;
	margin: 0 auto;
}
#footer #nav2 li {
	float: left;
}
#footer #nav2 li a {
	display: block;
	padding: 0px;
	padding-top: 36px;
	width: 60px;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 2em;
	position: relative;
	text-decoration: none;
	color: #000;
	border-right: 1px solid #CCC;
	border-right: 1px solid #666;
}
#footer #nav2 li:first-child a {
	border-left: none;
}
#footer #nav2 li:last-child a {
	border-right: none;
}
#footer #nav2 li#home a {
	background: url(../img/home.png) no-repeat center center;
}
#footer #nav2 li#about a {
	background: url(../img/about.png) no-repeat center center;
}
#footer #nav2 li#contact a {
	background: url(../img/contact.png) no-repeat center center;
}
#footer #nav2 li#map a {
	background: url(../img/map.png) no-repeat center center;
}