
body {
	background-color:#fffae3; 
	/*background-image:url(img/image4.jpg);*/
	font-family:Arial,Helvetica; 
	font-size:11pt;
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

a:link {
	color:#005070; 
}

a:visited { 
	color:#004060; 
}

a:active {
	color:#FF0000; 
/*	background-color:#fafd8e; */
}

.menubar {
	margin-bottom:2em;
	background-color:brown;
	border:2px solid brown;
	padding:0px;
	font-family:Arial;
	font-size: 100%;
	text-align:center;
	color:#004060;
}

.menulink {
	font-weight:normal; 
	text-decoration: none;
    border-left:1px solid brown; 
	border-right:1px solid brown;
	background-color:#F0F0F0;
}

.menulink_act {
    border-left:1px solid brown; 
	border-right:1px solid brown;
	background-color:#F0A0A0;
}

.menulink a {
	color:#004060;
	text-decoration: none;
}

.menulink_act a {
	color:#004060;
	text-decoration: none;
}

div.header {
	position: fixed;
	height: 70px;
	width: 100%;
	z-index: 5;
	left: 0;
	margin: 0;
	background-image: url(img/CTEBand.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid gray;
}

img.oeaw {
	position: absolute;
	top: 0;
	left: 3pt;
}

img.csel {
	position: absolute;
	top: 5px;
	left: 70px;
}

div.header p {
	position: relative;
	top: ;
	margin-left: 160px;
	max-width: 700px;
	margin-top: 0; 
	margin-bottom: 0pt;
	padding-top: 17px;
	text-align: center; 
	font-family: Garamond, Times New Roman;
	font-size: 30pt; 
	font-weight: bold;
	/*border: 1px solid blue;*/
}

span.CTEName {
	display: none;
}

div.contents {
	position: fixed;
	left: 5px;
	top: 75px;
	width: 100px;
	color: #004000;
	font-size: 80%;
	cursor: pointer;
	z-index: 10;
}

div.contents p {
	margin: 0;
	padding-left: 3em;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 9em;
	text-indent: -3em;
	line-height: 14	px;
	cursor: pointer;
}

div.contents p.contents_active  {
	/*background-color:#ffede0;*/
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	line-height: 14px;
	padding-bottom: 1px;
	font-weight: bold;
}

p.contents_inactive  {
	font-weight: bold;
}

div.contents a {
	text-decoration: none;
	color: #004000;
}

div.contents p:hover {
	background-color:#FFEF79; 
}

div.contents p.rest:hover {
	text-decoration: none;
	background-color: transparent; 
}

div.contents a:active {
	color: #007000;
	background-color:#ffede0; 
}

p.contents_active  a {
}

p.contents_inactive  a{
}

div.superscreen {
	position: absolute;
	top: 71px;
	left: 0;
	margin-top: 0;
	margin-right: 0;
	/*font-family: Times New Roman;*/
	/*max-height: 500px;*/
	width: 100%;
	/*border: 1px solid red;*/
}

div.screen {
	position: absolute;
	top: 71px;
	left: 160px;
	max-width: 700px;
	padding-top: 20px;
	padding-right: 5px;
	font-family:Arial,Helvetica;
	height: 100%;
	/*border: 1px solid blue;*/
	/*height: 90%;*/
	/*overflow: auto;*/
}

div.screen p {
	margin-bottom: 0.5em;
}


div.screen2 {
	position: relative;
	left: 0px;
	/*top: 67px;*/
	/*width: 500px;*/
}

h1 {
	font-size: 150%;
	margin-top: 5pt;
	margin-bottom: 20pt;
	color: #004000;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #004000;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	color: #004000;
	margin-top: 1em;
	margin-bottom: 0.5em;
}


b {
	color: #004000;
}

img.easa {
	position: fixed; 
	top: 20px; 
	z-index: 10; 
	left: 800px;
	border: 0;
}

div.features > ul {
	list-style-image: url(img/bullet1.png);
}

div.features > ul > li {
	margin-top: 0.6em;
	margin-bottom: 1em;
	font-size: 111%;
	font-weight: bold;
	color: #004000;
}

div.features > ul > li > ul {
	list-style-image: url(img/bullet2.png);
}

div.features > ul > li > ul > li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-size: 90%;
	font-weight: normal;
	color: black;
}

div.features > ul > li > ul > li > ul {
	list-style-image: url(img/bullet3.png);
}

div.features > ul > li > ul > li > ul > li {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}


table.rowtable {
}

table.rowtable tr {
	border-top: 1px silver solid;
	border-collapse: collapse;
}

table.rowtable th {
	padding: 8px;
	border-top: 3px silver solid;
	border-bottom: 3px silver solid;
	/*background-color: silver;*/
}

table.rowtable td {
	padding: 8px;
}

table.rowtable td + td {
	text-align: center;
}