﻿table#usergroups
{
	width: 220px;
	border-collapse: collapse;
	background-image: url('/images/background1.png');
}

table#usergroups td.title
{
	color: White;
	font-family: Times New Roman;
	text-align: left;
	padding: 10px 20px 0px 20px;
	font-weight: bold;
	font-size: 16px;
	height: 24px;
}

table#usergroups td.contents
{
	padding: 2px 2px 2px 2px;
	vertical-align: top;
	text-align: left;
	padding: 0px 20px 10px 20px;
}

table#usergroups td.contents a
{
	line-height: 20px;
	text-decoration: none;
	color: Black;
	font-weight: bold;
	font-size: 12px;
}

ul
{
	margin: 0px 0px 0px 0px;
}

li
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: square;
	color: #9F1A1D;
	margin: 2px 0px 0px 0px;
}

