/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* general settings */
body {
	/*line-height: 1em;*/
	color: #333;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;	
	text-align: center; 
}

h1 {
  color: #71828a;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 3px
}

h2 {
  color: #71828a;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 7px
}

.highlited {
	color: #F00;
	text-decoration:blink
}

ul
{
  padding-left: 20px;
  padding-top: 10px;
  line-height: 135%;
}

.spaced {
	padding-top: 5px;
	padding-bottom: 3px
}

.justi {
	text-align:justify
}

.left {
	text-align:left
}

#wrapper {
	position: relative;
	margin-right:auto;
	margin-left:auto;
	padding: 0px;
	padding-top: 5px;
	background-color: #fff;
	width: 980px; 
}
table.program {
	border-collapse:collapse;
	border: 1px solid black;
}

table.program th {
	font:bold 12px;
	background-color: #DDD;
	border: 2px solid white;
}

table.program td.progGeneral{
	font: 10px;
	text-align: center;
	background-color: #FEC;
	border: 2px solid white;
}
table.program td.progFree{
	font: 11px;
	text-align: center;
	background-color: #74DF00;
	border: 2px solid white;
}
table.program td.progTime{
	font: 11px;
	text-align: center;
	background-color: #DCF0F7;
	border: 2px solid white;
}

