table{
	width : 480px;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

th {
	background-image: url(img/icon_red.gif);
	background-repeat: no-repeat;
	font-size: 85%;
	background-position: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 115%;
	width:22%;
}

td {
	font-size: 85%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	line-height: 115%;
}
a:link {
	color: #330066;
	text-decoration: none;
}

a:visited {
	color: #330066;
	text-decoration: none;
}

a:hover {
	color : #ff8000;
	text-decoration: underline;
}
td.topic {
	background: url(img/icon_red.gif) no-repeat;
	padding-left: 20px;
	background-position: 3px;
}