body {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Verdana', 'sans-serif';
	font-size: 1.0em;
	text-align: center;
	background-color: White;
}

table {
	table-layout: fixed;
	background-color: White;
	margin-left: auto; 
	margin-right:auto;
	border-spacing: 0px;
	padding: 0px 0px 0px 0px;
}

th {
	font-size: 0.9em;
	text-align: center;
}
	th.schedule_top {
		font-size: 0.8em;
		background-color: #2767b2;
		color: white;
//		border-bottom:1px solid red;
	}
	th.schedule_left {
		font-size: 0.8em;
		font-weight: normal;
//		border-right:1px solid #2767b2;
	}


td { 
	text-align: center; 
	vertical-align: middle;
	padding: 2px 2px 2px 2px;
}
	td.inside { 
		vertical-align: top;
		padding: 0px 0px 0px 0px;
	}
	td.schedule { 
		font-size: 0.8em;
		vertical-align: middle;
		padding: 0px 0px 0px 0px;
		text-align: center;
		border-left:1px solid lightgrey;
	}

img {
	padding:0px;

	border:solid;
	border-width: 0px 0px 0px 0px;
}
	
ul {
	list-style-type: dot;	
	padding-left: 1.2em;
	text-indent: 0.0em;
	}

li {
	font-size: 0.9em;
	margin: 0.3em 0.0em 0.2em 0.5em;
	text-align: left;
}

div {
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 0.5em 0.5em 0.5em 0.5em;
	color: Black;	
}
	div.news { 
		font-size: 0.8em;
		line-height: 1.1em;
		margin: 0.0em 0.0em 0.2em 0.0em;
		color: Black;
	}
	div.menu { 
		font-size: 1.1em;
		line-height: 1.5em;
		margin: 0.0em 0.5em 0.0em 0.0em;
		color: Black;
	}
	div.submenu { 
		font-size: 0.85em;
		line-height: 1.5em;
		margin: 0.0em 0.5em 0.0em 1.5em;
		color: Black;
	}
	div.caption { 
		font-size: 0.8em;
		line-height: 1.2em;
		margin: 0.3em 0.6em 0.3em 0.6em;
		color: White;
	}

h1 {
	font-size: 2.6em;
	font-weight: bold;
	line-height: 1.1em;
	color: Black;
	margin: 0.1em 0.0em 0.4em 0.0em;
}
	h1.bottom {
		font-size: 1.6em;
		font-weight: bold;
		line-height: 1.0em;
		color: Black;
		margin: 0.2em 0.0em 0.2em 0.0em;
	}

h2 {
	font-size: 2.0em;
	font-weight: normal;
	color: Dark Gray;
	margin: 0.0em 0.0em 0.6em 0.0em;
}

h3 {
	font-size: 1.6em;
	line-height: 1.0em;
	font-weight: normal;
	margin: 0.4em 0.0em 0.6em 0.0em;
	color: Brown;
	text-decoration: underline;
}
	h3.top {
		font-size: 1.4em;
		text-decoration: none;
	}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
	margin: 1.0em 0.0em 0.0em 0.0em;
	color: Black;
}
	h4.title {
		font-weight: normal;
	}

h5 {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 1.2em 0.0em 0.2em 0.0em;
	color: Black;
}


a:link {
	text-decoration: none;
	color: #2767b2;
}

a:visited {
	text-decoration: none;
	color: #2767b2;
}

a:hover {
	color: OrangeRed;
	background: WhiteSmoke;
}

.linkStyle2 a:link {
	text-decoration: none;
	color: #6699cc;
}

.linkStyle2 a:visited {
	text-decoration: none;
	color: #6699cc;
}

.linkStyle2 a:hover {
	color: #2d597f;
//	color: #6699cc;
//	background: LightYellow;
}

.linkStyle3 a:link {
	text-decoration: none;
	color: White;
}

.linkStyle3 a:visited {
	text-decoration: none;
	color: White;
}

.linkStyle3 a:hover {
	color: #2d597f;
//	color: #6699cc;
//	background: LightYellow;
}

