<!--
#content a:link {
	color: black;
	text-decoration: underline;
	font-weight:normal;
 }
 
#content a:visited {
	color: black;
	text-decoration: underline;
	font-weight:normal;
 }

#content a:hover {
	color: red;
	text-decoration: none;
	font-weight:normal;
 }

.img-left {
	float: left;
	padding: 5px;
	margin-right: 0px;
	margin-top: 2px;
	border-width:0px;		/* debuging border */ 
	border-color:black;
}

.img-right {
	float: right;
	padding: 5px;
	margin-right: 0px;
	margin-top: 2px;
	border-width:0px;		/* debuging border */ 
	border-color:black;
}

.img-center {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	border-width:0px;		/* debuging border */ 
	border-style:solid; 
	border-color:black;
}

.img-title {
	text-align: center;
	padding-top: 3px;
	font-weight: bold;
	color: gray;
}

div.right-column {
	float:right;
}

div.right-column div.window {
	clear:both;
	margin-bottom:20px;
	margin-left:10px;
}

div.window div.window-content {
	clear:both;
	width:188px;
	padding: 5px;
	border-left:1px solid #B7D2D8;
	border-right:1px solid #B7D2D8;
	font-size: 90%;
	font-weight: normal;
	background: white;
}

div.window-content div.window-image {
	float: left;
	padding-right: 5px;
}

div.window div.window-header-left {
	float: left;
	width:20px;
	height:20px;
}

div.window div.window-header-middle {
	float: left;
	width:160px;
	background:#B7D2D8;
	text-align: center;
	font-size: 85%;
	color: black;
	font-weight:bold;
	line-height:20px;
}

div.window div.window-header-right {
	float: left;
	width:20px;
	height:20px;
}

div.window div.window-bottom-left {
	float: left;
	width:20px;
	height:13px;
}

div.window div.window-bottom-middle {
	float: left;
	width:160px;
	background:#B7D2D8;
	text-align: center;
	font-size: 8pt;
	color: white;
	font-weight:bold;
	line-height:13px;
}

div.window div.window-bottom-right {
	float: left;
	width:20px;
	height:13px;
}



-->