/* New EuroHarmony Flight Training Academy CSS */
@media aural {
	.silent {
		display: none;
		speak: none;
		}
	}
body {	
  position: relative;
	font-family: "bitstream vera sans", sans-serif;	
	font-size: 11px;
  text-align: justify;
	background: #fff;
	color: #000;	
	}
p.text_left {
	text-align: left;
	}
p.text_right {
	text-align: right;
	}
.link-http {
	background: url("external.gif") center right no-repeat;
	padding-right: 13px;
	}
.link-https {
	background: url("lock_icon.gif") center right no-repeat;
	padding-right: 16px;
	}
.link-mailto {
	background: url("mail_icon.gif") center right no-repeat;
	padding-right: 18px;
	}
.link-news {
	background: url("news_icon.gif") center right no-repeat;
	padding-right: 18px;
	}
.link-ftp {
	background: url("file_icon.gif") center right no-repeat;
	padding-right: 18px;
	}
.link-irc {
	background: url("discussionitem_icon.gif")  center right no-repeat;
	padding-right: 18px;
	}
div.section {
	clear: both;
	}
div.col_left {
  float: left;
	width: 49%;
	}
div.col_right {
  float: right;
	width: 49%;
	}
div.img_left {
	float: left;
	margin-right: 5px;
	}
div.img_center {
	text-align: center;
	}
div.img_right {
	float: right;
	margin-left: 5px;
	}
div.address {
	text-align: right;
	font-size: 0.8em;
	color: #fff;
	background: #3162c1;
	}
div.rt-voice {
	background-color: #f5f0f5;
	color: #000;
	margin-bottom: 1em;
	}
div.rt-text {
	background-color: #f5f5f0;
	color: #000;
	font-family: "bitstream vera sans mono", monospace;
	margin-bottom: 1em;
	}
h1, h2, h3 {
	font-weight: bold;
	background: #fff;
	color: #3162c1;
	text-align:center;
	}
h1 {
	font-size: 1.5em;
	}
h2 {
	font-size: 1.2em;
	}
h3 {
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	}	
ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 1em;
	text-indent: -1em;
	}
img {
	border: 0;
	}
a, a:link, a:visited {
  border-bottom: 1px solid;
  border-bottom-style: none;
  color: #3162c1;
  text-decoration: none;
  }
a:active, a:hover {
  border-bottom: 1px solid;
  border-bottom-style: dotted;
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
  }
tr, th, td {
	font-size: 11px;
	color: #000;
	background: #fff;
	}
th {
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #3162c1;
	}
tr.r1 td {
	color: #000;
	background: #eff3fb;
	}
tr.r2 td {
	color: #000;
	background: #cfdbf3;
	}
.r1 {
	color: #000;
	background: #eff3fb;
	}
.r2 {
	color: #000;
	background: #cfdbf3;
	}
em.pilot {
	color: #339966;
	margin-left: 2%;
	}
em.controller {
	color: #3366cc;
	margin-left: 2%;
	}
fieldset {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid #666699;
	}
legend {
	color: #fff;
	background: #9999cc;
	font-weight: bold;
	border: 1px solid #666699;
	padding: 2px;
	margin-left: 4px;
	}
.button {
	margin-left: 0.5em;
	color: #fff;
	background: #666699;
	border: 2px outset #d7b9c9
	}
option.italic {
	font-style: italic;
	font-weight: bold;
	color: #9999cc;
  background-color: #eef;
}
input, select, textarea {
  background-color: #eef;
  border: 1px solid #039;
	margin-top: 3px;
	margin-bottom: 2px;
	margin-right: 2px;
	z-index: 1;
  }
label { 
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	margin-top: 4px;
  }
.header {
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	}
.footer {
	font-size: 0.75em;
	font-style: italic;
	text-align: center;
	}
.footer a, .footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
	color: #fff;
	background-color: #fff;
	}
.address a, .address a:link, .address a:visited {
	color: #fff;
	background-color: #3162c1;
	}
.address a:active, .address a:hover {
	color: #fff;
	background-color: #3162c1;
	}
