html, body {
	color: black;
	background-color: #fcf2d2;
	padding: 0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
}

p {
	margin-top: 0;
}
p, ul {
	font-size: 90%;
}

h2 {
	color: #08204a;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	text-decoration: underline;
}

#upgrade {
	display: none;
}

#header {
	margin: 0px;
	color: white;
	background-color: #1e427d;
}

#header a {
	color: white;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 75%;
	text-decoration: none;
	white-space: nowrap;
	padding: 4px 20px;
	border: 1px solid black;
}

#header a:hover, #header a.current {
	color: #f5ca4a;
}

a:link {
	color: #f00;
}
a:visited {
	color: #1e427d;
}

#content {
	margin: 1em;
	color: black;
}

.alpha {
	color: #dedacd;
	padding: 0;
	margin: 0;
	line-height: 0.75em;
	font-family: Arial Black, Arial, sans-serif;
	font-weight: bold;
	font-size: 150%;
	white-space: nowrap;
}

ul {
	list-style-image: url("../image/bullet.gif");
}

ul li {
	line-height: 2em;
}

em {
	color: #1e427d;
	text-decoration: underline;
	font-style: normal;
}

.systemTitle {
	color: #1e427d;
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
}

.formError {
	color: #CF6F6F;
	background: inherit;
	font-size: 120%;
}

.formFieldError {
	color: #CF6F6F;
	background: inherit;
}

.dbDisplay {
	border: 1px solid black;
	color: white;
	background: #054188;
}

.dbDisplayOdd {
	color: black;
	background: white;
}

.dbDisplayEven {
	color: black;
	background: #FFFFC6;
}
