	html, body { margin: 0px; padding: 0px; height: 100% }
	body, td, input, select, option, textarea { font-family: sans-serif }
	
	h1 { font-size: 125%; font-weight: bold }
	
	a { color: #734F7F; text-decoration: none }
	a:hover { color: #271835; text-decoration: underline }
	
	td.bar_bottom { background: black }
	
	a.menu_0 { color: #8C8477; font-weight: bold; margin-right: 4px }
	a.menu_0:hover { color: #271835; text-decoration: none }
	a.menu_0_active { color: #271835; font-weight: bold; margin-right: 4px }
	a.menu_0_active:hover { text-decoration: none }
	
	a.menu_1 { color: silver; font-weight: bold; margin-right: 4px }
	a.menu_1:hover { color: white; text-decoration: none }
	a.menu_1_active { color: white; font-weight: bold; margin-right: 4px }
	
	a.menu_2 { color: gray; font-weight: bold }
	a.menu_2:hover { color: black; text-decoration: none }
	a.menu_2_active { color: black; font-weight: bold }
	
	a.control { display: block; border: 1px solid #734F7F }
	a.control:hover { border-color: #271835; text-decoration: none }
	a.control_active { display: block; border: 1px solid #271835 }
	
	td.highlight { border: 1px solid #734F7F; display: block; padding: 5px }
	
	a.disclaimer { color: silver; font-weight: bold }
	a.disclaimer:hover { color: white; text-decoration: none }
	
	a.button { border: 1px solid gray; background: silver; color: gray; display: block; text-decoration: none }
	a.button:hover { border: 1px solid black; background: white; color: black; text-decoration: none }
	
	a.bookmark { color: black; text-decoration: none }
	a.bookmark:hover { color: black; text-decoration: none }
	
	.panel { background: white; border: 1px solid gray }

