/* global */
body {
        font-family: arial, helvetica, sans-serif;
        font-size: 11pt;
        color: #000;
}

td {
        font-family: arial, helvetica, sans-serif;
        font-size: 11pt;
        color: #000;
}
.bigger {
	font-size: 13pt;
	font-weight: bold;
}
.hl1 {
	font-size: 22pt;
	font-weight: bold;
}
.hl2 {
	font-size: 19pt;
	font-weight: bold;
}
.hl3 {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
}
.hl4 {
	font-size: 14pt;
	font-weight: bold;
}
.red {
	font-size: 8pt;
	font-weight: bold;
	color: red;
}
.blackbox {
	font-size: 9pt;
	border-width: 1px;
	border-color: black;
	border-style: solid;
}
.schedule {
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	padding: 3px;
}
.scheduleheader {
	background: #EEEEEE;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	padding: 3px;
}

.egyptian {
	color: darkblue;
	font-size: 13pt;
	font-weight: bold;
}
.aero {
	color: brown;
	font-size: 13pt;
	font-weight: bold;
}
.spielberg {
	color: darkgreen;
	font-size: 13pt;
	font-weight: bold;
}

.small {
        font-family: arial, helvetica, sans-serif;
        font-size: 8pt;
        color: #000;
}

a:link {color: #0000FF; background: transparent;}
a:visited {color: #0000FF; background: transparent;}
a:hover {color: #990000; background: transparent;}

