/* CSS for AHTS- home page   revision of 2011-04-27 */


body  {
	font:  14px "Verdana", "Arial", "Geneva", "Helvetica", sans-serif;
	font-weight: normal;
	color: #black;
	background: #faf1dc;
	text-align: center;
}

p, table, th, tr, td, ul {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left
}

img {
border: none;
}


a:link  {
	font-weight: bold;
	color:  #000000;
}

a:visited  {
	font-weight: bold;
	color:  #1d6982;
}

a:hover, active  {
	font-weight: bold;
	color:  #80b1ba;
}

.size1 {
	font-size:  12px;
}


/* === specific divs ====== */

#wrapper {
	position: absolute;
	left: 50%;
	width: 786px;
	margin-left: -393px;
	padding: 0px
}


#background {
	position: absolute;
	top: 00px;
	left: 0px;
	z-index: 1;
}


#header {
	position: absolute;
	top: 24px;
	left: 27px;
	z-index: 10;
}


#texttable {
	position: absolute;
	top: 272px;
	left: 42px;
	z-index: 20;
}


#holoptable {
	position: absolute;
	top: 900px;
	left: 120px;
	z-index: 20;
}


#holoplink {
	position: relative;
	top: -17px;
	z-index: 30;
}

