hr {
	border: none;
	border-bottom: 1px dotted #000;
	position: relative;
	left: -1em;
	
}

big {
	font-size: x-small;
	_font-size: xx-small;
	font-weight: normal;
}

.img_close {
	margin: 2px;
	float: right;
	width: 16px;
	height: 13px;
	background-image: url("close.gif");
}

.img_reload {
	margin: 2px;
	float: right;
	width: 16px;
	height: 13px;
	background-image: url("reload.gif");
}

body {
	font-size: x-small;
	_font-size: xx-small;
	font-family: verdana, arial;
	background-color: #ffc;
}

.top {
	position: relative;
	margin: 2px;
	float: left;
	border: 1px solid #000;
	background-color: #acf;
	width: 200px;
	min-height: 160px;
	_height: 160px;
}

.content {
	padding: 2px;
}

h2 {
	font-size: small;
	border-bottom: 1px dotted #000;
	margin: 0px;
	padding: 2px;
	padding-bottom: 0px;
}


a {
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #000;
}

.old {
	color: #999;
}

a:visited {
	color: #999;
}

ul {
	padding-left: 2em;
	margin: 0px;
	list-style-type: square;
}

li { 
	margin-bottom: 2px;
}