body {
	background-color: #eeeeee;
	color: black;
	font-family: 'Verdana', sans-serif;
	padding: 0;
	margin: 10px 0;
}

body, th, td {
	font-size: 8pt;
}


h2 {
	margin-top: 0;
}

img {
	vertical-align: middle;
}

a img {
	border-width: 0;
}

#maintable {
	border-collapse: collapse;
	width: 90%;
	height: 90%;
	border: solid 1px #ffcc33;
	background-color: white;
	margin: 0 5%;
}

#maintable td, #maintable th {
	width: 33%;
	text-align: center;
}

#maintable td {
	height: 12%;
}

#maintable th {
	height: 10%;
	background-color: #ffcc33;
	border-bottom-width: 0px;
	font-weight: 500;
}

#menubar td {
	background-color: #ffcc33;
	height: 4%;
	text-align: right;
}

#infocontainer td {
	height: 40%;
	padding: 10px;
	vertical-align: top;	
}

#menu a {
	font-weight: bold;
	text-align: center;
	color: #990000;
	text-decoration: none;
	margin-right: 2%;
}

#menu a:hover {
	color: #bb4444;
}

#infobg  {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/transblack50.png);
	behavior: url(iepngfix.htc);
}

.info {
	display: none;
	text-align: left;
	background-color: white;
	margin: 10%;
	padding: 10px;
	border: solid 4px #ffcc33;
	overflow: auto;
}

.info#intern {
	width: 400px;
	text-align: center;
	font-size: 8pt;
	padding: 6px;
	float: right;
	border: solid 1px #aaaaaa;
	background-color: #ffcc33;
}

.info#intern form {
	margin-top: 10px;
	text-align: center;	
}

.info#intern form input {
	width: 30%;
	font-family: 'Verdana', sans-serif;
	font-size: 10pt;
	background-color: #f8f8f8;
	border: solid 1px #ffcc33;
	border-width: 0 0 1px 0;
}

.info#intern form #submit {
	border-width: 1px;
}

.qm {
	font-size: 80px;
	color: #ffcc33;
}
.qm a {
	text-decoration: none;
}
