
	/****************************************************************
	*  Copyright notice
	*
	*  (c) 1998-2004 SCHNETTER IT-SOLUTIONS  (it@schnetter.com)
	*  All rights reserved.
	*
	*  This script is distributed in the hope that it will be useful,
	*  but WITHOUT ANY WARRANTY; without even the implied warranty of
	*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
	*
	*  This copyright notice MUST APPEAR in all copies of the script!
	*****************************************************************/

		body { background-color: White; }
	
		#frame {
			margin:2px 1px 2px 1px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #49567B;
			font-weight:normal;
			text-decoration:none;
			cursor:default;
 			background-color: transparent;
			height:56px;
 			width:52;
  			text-align: center;
 			position:relative;
 			top:0px;
 			left:0px;
 			border:1px solid gray;
 			padding-top:22px; 
		}		
		
		#frameLink {
			margin:2px 1px 2px 1px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #49567B;
			font-weight:normal;
			text-decoration:none;
			cursor:hand;
 			background-color: transparent;
			height:56px;
 			width:52;
  			text-align: center;
 			position:relative;
 			top:0px;
 			left:0px;
 			border:1px solid gray;
 			
		}		
			
		a.hmdb,a.hmdb.link,a.hmdb:visited { 
			border:1px solid #49567B;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight:bold;
			text-decoration:none;
			text-align:center;
			margin: 2px;
			padding-top:1px;
			color:#000080;	
		}
		a.hmdb:hover {
			border:1px solid #49567B;
			color:#FFFF00;
			background-color:#C0C0C0;	
		}
		a.hmdb:active {
			border:1px solid #FF0000;
			color:#FF0000;
			background-color:white;	
		}
		#active {
			border:1px solid #FF0000;
			color:#FF0000;
			background-color:white;	
		}
			
