
	A						{
		color: #e19f7b;
		text-decoration: none;
	}
	
	A:hover					{
		color: #e19f7b;
		text-decoration: underline;
	}
	
	H1, TABLE, TR, TD		{
		padding: 0;
		border: 0;
		margin: 0;
	}	
	
	H1, H2					{
		font-size: large;
		text-align: center;
	}
	
	HTML, BODY 				{
		font-family: sans-serif;
		font-size: 10pt;
		color: #e19f7b;
		background-color: #741919;
		width: 100%;
		height: 90%;
		padding: 0;
		border: 0;
		margin: 0;
	}
	
	EMBED, OBJECT, TABLE#viewer {
		background-color: #741919;
		width: 100%;
		height: 100%;
	}
	
	UL 						{
		padding: 10px 0 10px 20px;
		margin: 0;
	}

	UL LI					{
		list-style-type: square;
	}

	DIV#overview 			{
		color: #e19f7b;
		text-align: center;
		padding: 10px;
		margin: 0;
		width: 390px;
	}
	
	DIV#overview UL#extended {
		padding: 0;
		margin: 0;
	}
	
	DIV#overview UL#extended LI {
		font-weight: bold;
		list-style-type: none;
		float: left;
	}
	
	DIV#overview UL#extended LI A,
	DIV#overview UL#extended LI DIV {
		width: 130px;
		height: 75px;
		color: #e19f7b;
		background-color: #923737;
		overflow: hidden;
		padding: 0 0 0 55px;
		border: 0;
		margin: 2px;
		display: block;
	}
	
	DIV#overview UL#extended LI A:hover {
		text-decoration: none;
		color: #741919;
		background-color: #e19f7b;
	}
	
	DIV#overview UL#extended LI SPAN {
		font-size: 75%;
		font-weight: normal;
		font-style: italic;
	}
