	A:link {
		color: blue;
		text-decoration: none;
	}
	A:visited {
		color: red;
		text-decoration: none;
	}
	A:active { color: #000000; text-decoration: none }
	A:hover { color: #E9E9DF; text-decoration: none }
	A:visited:hover { color: #E9E9DF; text-decoration: none }

	BODY {
		background-color: white;
		font: 12px Arial, Helvetica, sans-serif;
		color: black;
		margin-top: 0;
		margin-right: 4;
		margin-left: 0;
		margin-bottom: 4;
	}
	h1 {
		font: bold 16px Arial, Helvetica, sans-serif;
		margin-top: 4px;
		margin-bottom: 6px;
	}
	h2 {
		font: bold 13px Arial, Helvetica, sans-serif;
		color: black;
		margin-top: 0px;
		margin-bottom: 2px;
	}
	p {
		margin-left: 12px;
		margin-bottom: 2px;
		font: 12px Arial, Helvetica, sans-serif;		
	}
	
	td#navframe_parent {
		background-color: #C8601F;
		border-right: 1px solid Black;
		font: bold 11px sans-serif;
	}

	td#navframe {
		background-color: #C8601F;
		font: bold 11px sans-serif;
		color: white;
		padding-left: 3px;
	}
	
	td#navframe ul {
		margin: 0;
		padding: 0;
		list-style: none;
		margin-left: 2px;
		margin-right: 2px;
		margin-bottom: 6px;
	}
	
	td#navframe li {
		background-position: 0 4px;
		padding-left: 9px;
		width: 126px;
		margin-top: 2px;
		margin-bottom: 2px;
		margin-left: 5px;
	}
	td#navframe a:link { color: white;text-decoration: none; }
	td#navframe a:visited { color: white;text-decoration: none; }
	td#navframe a:active { color: white; text-decoration: none; }
	td#navframe a:hover { color: black; text-decoration: none; }
	hr.rule {
		background: #CCC;
		border: solid #CCC;
	}
