body
	{
	background-color: black;
	color: white;
	text-align: center;
	}

img { border-color: white; }

a { outline: none; }

h1 { font-size: large; }

h2 { font-size: medium; }

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;
	}

#frame
	{
	display: block;
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	}

#content
	{
	display: block;
	float: left;
	width: 580px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	font-family: 'Arial', 'Nimbus Sans L';
	font-size: medium;
	overflow: hidden;
	}

#content a
	{
	color: white;
	text-decoration: underline;
	}

#content a:hover
	{
	color: black;
	background-color: #FFFFFE;
	text-decoration: underline;
	}

#content img
	{
	display: block;
	}

td#flash
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid;
	}

.subtitle
	{
	font-weight: bold;
	}

.indented
	{
	margin-left: 16px;
	}

div#menu
	{
	display: block;
	float: right;
	overflow: hidden;
	width: 200px;
	margin: 0;
	padding: 0;
	font: bold 13px 'Arial', 'Nimbus Sans L';
	}

#search
	{
	position: relative;
	width: 200px;
	height: 14px;
	padding-top: 12px;
	overflow: hidden;
	}

#search input#search_box
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 179px;
	height: 14px;
	margin: 0;
	padding: 0;
	border: 0px;
	color: black;
	background: white;
	font: 10px 'Courier';
	}

#search input#search_button
	{
	position: absolute;
	top: 0px;
	left: 182px;
	}

div#fine_print
	{
	margin-top: 6px;
	text-align: center;
	font: 10px 'Arial', 'Nimbus Sans L';
	}

div#fine_print a
	{
	color: white;
	text-decoration: underline;
	}