@charset "utf-8";
html,body, table td,table th, textarea{
  font-size: 8pt;
}

*{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a{
  color: #25559C;
}


.mini {
	font-size: 7pt;
}

.miniCenter {
	font-size: 7pt;
	text-align: center;
}

.timetableHeader {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.timetableEvent{
	font-weight: bold;
	font-size: 7pt;
	text-align: center;
}

.letter {
	font-size: 14pt;
	font-weight: bold;
	color:#3366FF;
	background-color:#FFFFFF
}

a.menu {
  text-decoration: none;
  color:#993300;
}
a.menu:hover{
 text-decoration: underline;
}

h1 {
	font-size: 12pt;
	color: #000066;
}

table.timeTable {
	border-collapse:collapse;
	border-width: 1px;
	border-color: #AAAAAA;
}
td.mini {
	border-color: #AAAAAA;
}
td.miniCenter {
	border-color: #AAAAAA;
}
td.timetableHeader {
	border-color: #AAAAAA;
}
td.timetableEvent {
	border-color: #AAAAAA;
}


.menuGreen {
	color: #9DCF00;
	font-weight: bold;
	font-size: 11pt;
}
.menuBlue {
	color: #005898;
	font-weight: bold;
	font-size: 11pt;
}

.message {
	font-size: 8pt;
	line-height: 12pt;
	text-align: justify;
}

h2 {
	font-size: 9pt;
	font-weight: bold;
}