
BODY {
	margin: 0px;
	font-family: Arial, Verdana, sans-serif;
}

{ -------------- }

.menu {
	color: #000000;
	font-weight: bold;
	font-size: medium;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	table-layout: fixed;
	white-space: normal;
}

A.menu:active, A.menu:link, A.menu:visited {
	color: #006000;
	text-decoration: none;
}

A.menu:hover {
	color: #A00000;
	text-decoration: underline;
}

H1.menu {
	color: #000080;
}

{ -------------- }

.content {
	background-color: #FFFFFF;
	color: #000060;
	font-weight: normal;
}

TD.content {
	padding-right: 10px;
}

A.content:active, A.content:link, A.content:visited {
	color: #006000;
	text-decoration: none;
	font-weight: bold;
}

A.content:hover {
	color: #006000;
	text-decoration: underline;
	font-weight: bold;
}

H1.content {
	color: #000060;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

H2.content {
	color: #000060;
	font-size: large;
	font-weight: bold;
}

{ -------------- }

.extra {
	background-color: green;
	color: white;
	border: none;
	font-size: small;
	font-weight: normal;
	text-align: center;
}

A.extra:link, A.extra:visited, A.extra:active {
	color: #FFD060;
	text-decoration: none;
}

A.extra:hover {
	color: #FFD060;
	text-decoration: underline;
}

A.hd:link, A.hd:visited, A.hd:active {
	color: #FFD060;
	text-decoration: none;
}

A.hd:hover {
	color: #FFD060;
	text-decoration: underline;
}

H1.extra {
	text-align: center;
	font-weight: bold;
}

TD.extra {
	border: 3px ridge #c0c0c0;
	padding: 5px;
}

{ -------------- }

.hd_line {
	border-bottom: solid 1px;
	padding-bottom: 1px;
}

.footer {
	font-size: small;
	font-style: italic;
	font-weight: normal;
	vertical-align: top;
}

.hd2 {
	text-align: left;
}

.credits {
	color: #404040;
	font-size: x-small;
	text-align: center;
	text-decoration: none;
}

.quote {
	color: #000080;
	font-style: italic;
}

.tblhead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006000;
}

.title {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	color: #000080;
	font-style: italic;
}

TABLE.menu {
	border-style: ridge;
	background-color: #A0A0A0;
	color: #FFFF40;
	font-size: smaller;
	margin-left: 5px;
}
