<STYLE>

p { font-family: Arial, Helvetica; font-size: 10pt; }
body { background-color: #FFFFFF;  font-family: Arial, Helvetica;  font-size: 10pt; }

/* --- HEADDERS ---*/
h1 { font-family: Arial, Helvetica; font-size: 24pt; color: #224488; }
h2 { font-family: Arial, Helvetica; font-size: 18pt; color: #BAC476; margin-top: 20px; margin-bottom: 0;}
h3 { font-family: Tahoma, Arial, Helvetica; font-size: 14pt; color: #8FBFC5; margin-bottom: 0; margin-top: 0; display: block; }
h4 { font-family: Arial, Helvetica; font-size: 18pt; color: #BAC476; margin-bottom: 0; margin-top: 0;}
h5 { font-family: Arial, Helvetica; font-size: 11pt; color: #446688; margin-bottom: 0; margin-top: 0;}
h6 { font-family: Arial, Helvetica; font-size: 12px; color: #444488; margin-bottom: 0; margin-top: 0; margin-left: 20px; }

/* --- LISTS --- */
ul { font-family: Arial, Helvetica; font-size: 10pt; margin-left: 0pt; }
li { font-family: Arial, Helvetica; font-size: 10pt; margin-left: 15pt; }

/* --- LINKS --- */
A:link { text-decoration: none; font-weight:bold; font-style:normal; font-family: Arial, Helvetica; color: #224477; }
A:visited { text-decoration: none; font-weight:bold; font-style:normal; font-family: Arial, Helvetica; color: #224477; }
A:hover { text-decoration: none; font-weight:bold; font-style:normal; font-family: Arial, Helvetica; color: #999999; }

/* --- TABLE --- */
table { font-family: 'Arial Narriw', Arial, Helvetica; font-size: 10pt; }

table.program {
	width: 800px;
}

table.program th {
	background-color: #FFFFFF;
	width: 50px;
	text-align: right;
	vertical-align: top;
}


td.s1, td.s2, td.s3 {
	width: 250px;
	vertical-align: top;
}

td.s1  {
	background-color: #E5E8CC;
}
td.s2  {
	background-color: #DAE4A9;
}
td.s3  {
	background-color: #CAD496;
}
td.brown {
	background-color: #BAC476;
}
td.blue {
	background-color: #8FBFC5;
}


table.program h1 {
	margin: 0px;
	font-weight: bold;
	color: black;
	font-size: 10pt;
	display: block;
}


tr.program  {
	font-family: Arial, Helvetica;
	font-weight: normal;
}
tr.program td {
	background-color: #DDDDE9;
	font-size: 12px;
	padding: 5 1em;
	border-bottom: 5 solid white;
	padding: 10px 10px;
}
tr.program th {
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 17px;
	text-align: right;
	border-right: 5 solid white;
	width: 50px;
}
tr.program h1{
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #444488;
	margin-top: 2px;
	margin-bottom: 2px;
	display: block;
}
tr.program h2{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #444488;
	margin-top: 10px;
	margin-bottom: 2px;
	display: block;
}
tr.program h3{
	font-family: Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #444488;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
}
td.vspace {
	height: 5px;
}

tr.spor {
	font-family: Arial, Helvetica;
	font-weight: bold;
	text-align: center;
}
tr.spor td {
	background-color: #FFFFFF;
}
tr.spor_text {
	font-family: Arial, Helvetica;
	background-color: #FFFFFF;
	font-weight: normal;
}
tr.spor_text th {
	font-family: Arial, Helvetica;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 17px;
	text-align: right;
	border-right: 5 solid white;
}
td.spord {
	font-family: Arial, Helvetica;
	background-color: #7777EE;
	font-size: 12px;
	padding: 5 1em;
	padding-right: 0;
	border-bottom: 5 solid white;
	width: 120;
}
td.sporc {
	font-family: Arial, Helvetica;
	background-color: #8888FF;
	font-size: 12px;
	padding: 5 1em;
	padding-right: 0;
	border-bottom: 5 solid white;
	width: 120;
}
td.sporb {
	font-family: Arial, Helvetica;
	background-color: #9999FF;
	font-size: 12px;
	padding: 5 1em;
	padding-right: 0;
	border-bottom: 5 solid white;
	width: 120;
}
td.spora {
	font-family: Arial, Helvetica;
	background-color: #AAAAFF;
	font-size: 12px;
	padding: 5 1em;
	padding-right: 0;
	border-bottom: 5 solid white;
	width: 120;
}
tr.spor_text h3 {
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}
td.d {
	font-family: Arial, Helvetica;
	background-color: #7777EE;
	font-size: 12px;
	padding: 5 1em;
	padding-right: 0;
	border-bottom: 5 solid white;
}
td.c {
	font-family: Arial, Helvetica;
	background-color: #8888FF;
	font-size: 12px;
	padding: 5 1em;
	padding-right: 0;
	border-bottom: 5 solid white;
}
td.b {
	font-family: Arial, Helvetica;
	background-color: #9999FF;
	font-size: 12px;
	padding: 5 1em;
	padding-right: 0;
	border-bottom: 5 solid white;
}
td.a {
	font-family: Arial, Helvetica;
	background-color: #AAAAFF;
	font-size: 12px;
	padding: 5 1em;
	padding-right: 0;
	border-bottom: 5 solid white;
}

/* --- TR --- */
tr.space{ background-color: #ffffff; font-size: 2pt; }
tr.space2{ background-color: #ffffff; font-size: 18pt; }
tr.head1{ font-family: Arial, Helvetica; font-size: 13pt;  font-weight: bold; }
tr.head2{ font-family: Arial, Helvetica; font-size: 13pt; }
tr.plane{ font-family: Arial, Helvetica; font-size: 10pt; }

th { text-align: left; }

/* --- TD --- */
td.time{ background-color: #ffffff; font-size: 12pt; padding-right: 15pt;}
td.program{ background-color: #F8CA99; }
td.track_a { background-color: #BFBBD5; text-align: center; }
td.track_b { background-color: #9E9ABD; text-align: center; }
td.track_c { background-color: #8481AA; text-align: center; }
td.vspace{ padding-bottom: 15pt; }

/* --- DIV --- */
div { font-family: Arial, Helvetica; font-size: 10pt;}

/* --- ID --- */
#head {	font-weight: bold; font-size: 11pt; }

hr { color: #226666 }

/* --- COLORS ---
light_blue:    #DDF1FD; #D4E6F7;}
medium_blue:   #87D4F8; }
dark_blue:     #343683; }
light_purple:  #D4D3E6; }
medium_purple: #BCBBD6; }
dark_purple:   #A7A6C9; }
*/
</STYLE>
