body {
	background-color: #000000;
	margin: 0px 0px 0px 0px;
}

.small {
	font-size: 10px;
}

.fine {
	font-family: georgia, serif;
}

.big {
	font-size: 24px;
}

.red {
	color: #ff0000;
}

#top {
	background: #708090;
	color: #304050;
	font-size: 16px;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #000000;
}

#bot {
	background: #708090;
	color: #304050;
	font-size: 10px;
	text-align: center;
	width: 100%;
	border-top: 1px solid #000000;
}

#main {
	width: 100% center;
	margin: 0px 0px 0px 0px;
	background-color: #506070;
	background-image: url("/images/iso-base-5b.png");
	background-attachment: fixed;
	background-position: top left;
}

#body {
	width: 100% center;
	margin: 0px 20px 0px 20px;
}

#body table {
	border: 1px solid #ffffff;
}

#body td {
	background-color: #ffffff;
	background-image: url("/images/iso-base-5c.png");
	background-attachment: fixed;
	background-position: top left;
	text-align: center;
}

#hd td {
	background-color: #c0c0c0;
	background-image: url("/images/iso-base-5d.png");
	background-attachment: fixed;
	background-position: top left;
}

ul,ol {
        text-align: left;
}

pre {
	text-align: left;
	font: 16px "courier 10 pitch", "courier new", courier, monospace;
}

i {
	font-style: italic;
}

b {
	font-weight: bold;
}

s {
	text-decoration: line-through;
}

blink {
	text-decoration: blink;
}

#top b {
	color: #b0c0d0;
}

a {
	color: #0000ff;
	text-decoration: none;
}

#top a, #bot a {
	color: #000000;
}

a.red {
	color: #ff0000;
}

a:hover {
	color: #000080;
}

#top a:hover, #bot a:hover {
	color: #ffffff;
}

a.red:hover {
	color: #800000;
}

