﻿body {
	background: black;
	margin: 0;
	padding: 0;
	color: #999999;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: small;
}
#layout {
	height: 100%;
}
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #999999;
	font-size: large;
	font-weight: normal;
}
strong {
	color: #CCD0B0;
	font-weight: bold;
}
img {
border: 0;
}

a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-decoration: none;
	color: #C0C0C0;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
object#intro {
	padding: 0px;
	margin: 0px;
}
.tableTop {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	vertical-align: bottom;
	text-align: center;
	background-color: #000000;
	height: 108px;
}
.tableBtm {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #333333;
	background-color: #000000;
}
.content {
	background-color: #000000;
	line-height: 1.5em;
	padding-top: 25px;
	padding-bottom: 25px;
}
#navbar {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
#navbar td {
	padding-bottom: 3px;
}
#navbar a {
	text-decoration: none;
	color: #808080;
	margin: 0 25px 3px 25px;
}
#navbar a:hover {
	color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #C0C0C0
}
#navbar a.active {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #808080;
}
.alignCenter {
	text-align: center;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
div.vcard {
	width: 350px;
	margin: 0 auto;
}
.credit a {
color: #333333;
}
.credit a:hover {
color: #808080;
text-decoration: underline;
}
