body {
	line-height: 10px;
	text-align: center;
}

a {
	color: #fff;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
	text-decoration: none;
	display: block;
	text-align: center;
}

a.popup {
	width: 130px;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	margin: 0;
}

h1.right {
	text-align: right;
	margin: 0 0 20px 0;
}

.tooltip {  
	position: absolute;  
	display: none;  
	background-color: #CABDAB;  
	color: #000;  
	border: 1px solid #fff;
	width: 130px;  
	text-align: left;  
	padding: 5px;   
	top: 225px;  
	left: 5px;
	z-index: 100; 
	overflow: auto;
}

* html .tooltip {
	width: 140px;
	top: 222px;
}

.tooltip a {  
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0;
	line-height: 18px;
	text-align: left;
	margin: 0;
	color: #000;
}

.tooltip a:hover {  
	font-weight: normal;
	color: #97784c;
	background-color: #fff;
}
