BODY {
	font-family: sans-serif;
	background-color: #555;
	color: silver;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	background-image: url(elmuerte2a.png);
	background-position: right 70px;
	background-repeat: no-repeat;
}

H1 {
	margin: 0px;
	background-color: Gray;
	height: 40px;
	font-size: 34px;
	background-image: url(h1.png);
	background-repeat: no-repeat;
}

H2 {
	margin: 0px;
	background-color: #696969;
	height: 30px;
	font-size: 23px;
	border-bottom: 1px solid silver;
	background-image: url(h2.png);
	background-repeat: no-repeat;
}

H1 SPAN, H2 SPAN {
	display: none;
}

H3 {
	font-size: 16px;
}

A, A:Visited {
	color: #999;
	text-decoration: none;
}

A:Hover {
	color: #ddd;
	text-decoration: underline;
}

#menu {
	position: absolute;
	right: 0px;
	top: 70px;
	background-color: #606060;
	padding: 5px;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
}

#menu H3 {
	margin: 0px;
}

#menu UL {
	margin: 0px;
	padding-left: 9px;
}

#menu A, #menu A:Visited {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

#menu A:Hover {
	color: #ddd;
}

#menu LI {
	list-style: square;
}

#content {
	padding: 5px 450px 5px 5px;
	min-height: 452px;
}

#buttons { 
    clear: both;
	border-top: 1px solid silver;
	text-align: center;
	font-size: 9pt;
	color: #aaa;
}

#buttons BR {
	display: none;	
}

/* tool tip magic */
.toolTip, .toolTipHover {
	z-index: 100;
	position: relative;
}

.toolTip:Hover, .toolTipHover {
	z-index: 101; /* will make sure it's on top of all other hints */
}

span.toolTipHint {	
	display: none;	
	position: absolute;
	top: 32px;
	left: -32px;
	padding: 2px 4px 2px 4px;
	/*
	border: 1px solid InfoText;
	background-color: InfoBackground;
	color: InfoText;
	*/
	border: 1px solid white;
	background-color: silver;
	color: #555;
	font-family: sans-serif;
	font-size: 12px;	
	text-align: left;
}

.toolTip:Hover span.toolTipHint, .toolTipHover span.toolTipHint {
	display: block;  	
}
