a:hover { color: #cc9933 }
a:visited:hover { color: #cc9933 }
a.nav { color: white; font-size: 9pt; text-decoration: none }
a.nav:hover { color: #ffcc66; font-size: 9pt }
a.nav:visited { color: #99ccff; font-size: 9pt }
a.nav:visited:hover { color: #ffcc66; font-size: 9pt }
body   { color: black; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; background: black; text-align: center }
caption { font-weight: bold; text-align: center }
img { border-width: 0px; display: block; margin-left: auto; margin-right: auto }
h1 { font-size: 16pt; font-weight: bold; text-align: center }
li { line-height: 1.4 }
p.copyright { color: white; font-size: 8pt; padding: 5px; text-align: center }
p.demoheader { font-size: 15pt; text-align:center }
p.exlink { display: inline; font-size: 8pt }
p.formbuttons {text-align:center }
p.header {font-size:15pt; font-weight: bold; text-align:center}
p.jobopp { font-weight: bold }
p.msg {color: red; text-align: center}
p.nav { color: white; font-size: 9pt; font-weight: bold }
p.sectionheader  { font-weight: bold; text-align: center }
p.top { font-size: 9pt; text-align: center }
table { empty-cells: hide; margin-left: auto; margin-right: auto }
td  { }
td.footnote { font-size: 8pt; text-align: left }
td.invoicelist { font-size: 9pt; text-align: center }
td.invoiceitem { border-right: 1px dotted black; font-size: 9pt }
td.news { background-color: #9999ff; padding: 10px; text-align: center }
td.plans { background-color: #9999cc; color: black; font-weight: bold;
padding: 2px }
td.text { font-size: 11pt; padding: 10px; text-align: left }
th { font-weight: bold }
th.invoicelist { font-size: 9pt }
th.news { background-color: #9999ff; letter-spacing: 0.3em; padding: 5px; text-align: center }

.biopic { margin: 6px; float: left }
.color1 { background-color: black; color: white; font-size: 9pt; text-align: center; vertical-align: middle; }
.color2 { background-color: #003399; color: white; font-size: 9pt; text-align: center; vertical-align: middle; }
.footer {
	background-color: black;
	padding: 10px
}
.headline { font-size: 14pt; font-weight: bold; text-align: center }
.homepagetext { font-size: 11pt; line-height: 1.8; margin-left: 30px; margin-right: 30px }

td.main {
	background-color: white;
	text-align: left;
	padding: 20px
}

img.logo { padding-top: 40px; padding-bottom: 40px }

#banner {
	margin-left:auto;
	margin-right:auto;
	width: 600px;
}

nav {
	padding: 0;
	margin: 0 auto;
	display: block;
	width: 600px;
	height: 23px;
	background-color: #039;
}

nav ul {
	padding: 0;
	margin: 0;
	text-align: center;
}

nav li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

nav li a {
	color: #0FF;
	display: block;
	font-family: Frutiger, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: 23px;
	line-height: 23px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 150px;
}

nav li a:hover {
	color: #F90;
	text-decoration: underline;
}

nav ul ul {
	position: absolute;
	top: 23px;
	visibility: hidden;
}

nav ul ul li a {
	width: 110px;
	text-align: left;
	padding: 0px 8px;
}

nav ul li:hover ul {
	visibility:visible;
}

.center {
	text-align: center;
}