<!--
body 
	{
	color: white;
	background-color: #666;
	margin: 0px
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
#content     
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #666;
	text-align: center;
	margin-top: -35px;
	margin-left: -125px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 70px;
	color: white;
	visibility: visible;
	}

.bodytext 
	{
	margin-top: -15px;
	font-size: 12px;
	color: white;
	}

.headline 
	{
	font-weight: bold;
	font-size: 24px
	}

#footer 
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}
  a
  {
    color: white;
    text-decoration:underline;
  }
a:link, a:visited 
	{
	color: white;
	text-decoration: underline;
	}

a:hover 
	{
	color: red;
	text-decoration: none
	}

.captions  
	{
	color: white;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: left
	}

#caption1     
	{
	padding-left: 6px;
	border-top: 1px dashed;
  position: absolute;
	top: 50%;
	left: -180px;
	width: 150px;
	height: 120px;
	visibility: visible;
	display: block;
	
  }

#caption2    
	{
	padding-left: 6px;
	border-left: 1px dashed;
	position: absolute;
	top: 92px;
	left: 125px;
	width: 250px;
	height: auto;
	visibility: visible;
	display: block
	}

-->

