td {
	font: 12px Arial, Helvetica, sans-serif;
}

A {
	color: black;
	text-decoration: none;
}

A:HOVER {
	color: black;
	text-decoration : underline;
}

a:VISITED {
	color: black;
	text-decoration: none;
}

a:LINK {
	color: black;
	text-decoration: none;
}

a:ACTIVE {
	color: black;
	text-decoration: none;
}

.groupborder {
	border: 1px double Black;
}

.groupbordertitle {
	color: white;
	font-weight: bold;
	background-color: Gray;
}

.groupitem {
	color: 333333;
	padding-left: 5px;
	font-size: 10px
}

.groupitemtitle {
	color: 333333;
	font-weight: bold;
}

.groupitemdate {
	color: 333333;
	font-size: 10px
}