table.group_table
{
    background-color: rgb(230,230,230);
    color: rgb(40,40,40);
	width: 80%;
	text-align: center;
}

table.group_table tr.group_table_head td
{
  font: bold 10px Verdana;
  text-align: center;
}

table.group_table td
{
    background-color: rgb(245,245,245);
    padding: 1px 5px 1px 5px;
}

td.group_table_distinction
{
  color:red;
}

span.group_title_distinction
{
  font-weight: bold;
}

table.group_table td
{
  border: 1px solid #aaa;
}

ul#avicon_banners
{
	margin: 0px;
}

table#avtable tr
{
	border-bottom: 1px gray solid;
}

table#avtable tr th,
table#avtable tr td
{
	margin-bottom: 5px;
	
}



