/*
 -*- mode: Fundamental; tab-width: 4; -*-
 ex:ts=4

 $Id: style.css,v 1.1 2003/04/28 11:44:24 znerd Exp $
*/

body {
	font-family: "Verdana", "Lucida", serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
}

h1 {
	text-align: center;
	color: #ffffff;
	background-color: #8888dd;
}

h2 {
	color: #000000;
	background-color: #ddddff;
	border-width: thin;
	border-style: solid none none none;
	border-color: #8888dd;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 4px;
}

table.footer {
	width: 100%;
}

table.footer tr td.left {
	text-align: left;
}

table.footer tr td.right {
	text-align: right;
}

p.link {
	margin-left: 20pt;
}

a {
	color: #4444ca;
}

a:visited {
	color: #4444ca;
}

a:hover {
	color: #ff0000;
	background-color: #ddddff;
}

img {
	border-style: none;
}

.footer {
	margin-top: 30pt;
	border-width: thin;
	border-style: solid none none none;
	border-color: #8888dd;
	font-style: italic;
	text-align: right;
	font-size: 80%;
}

table tr td {
	vertical-align: top;
}

.quicklinks {
	color: #000000;
	background-color: #ddddff;
	border-collapse: collapse;
	border-width: thin;
	border-style: solid;
	border-color: #8888dd;
	padding-bottom: 4px;
	white-space: nowrap;
}

.quicklinks div {
	padding-left: 2px;
	padding-right: 2px;
}

.header {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #ffffff;
	background-color: #8888dd;
}

.title {
	margin-top: 8px;
	font-weight: bold;
}

.content {
	padding-top: 0px;
	padding-left: 8px;
}
