.StaticListGeneric,
.StaticListGeneric-caption,
.StaticListGeneric-start,
.StaticListGeneric-row,
.StaticListGeneric-end,
.StaticListGeneric-bottom
{
	color: #0000ff;
    font-weight: normal;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    text-decoration: none;
    text-align:left;
}

a.StaticListGeneric:hover,
a.StaticListGeneric-caption:hover,
a.StaticListGeneric-start:hover,
a.StaticListGeneric-row:hover,
a.StaticListGeneric-end:hover,
a.StaticListGeneric-bottom:hover {color: #999999;}

table.StaticListGeneric
{
    border:1 solid #000000;	
}

.StaticListGeneric-caption 
{
    font-weight: bold;
    margin-bottom:10px;
}

.StaticListGeneric-start
{
}

.StaticListGeneric-row			
{
	margin-top:5px;	
	margin-bottom:5px;
}

.StaticListGeneric-end
{
}

.StaticListGeneric-bottom
{
	margin-top:10px;
	font-weight: bold;	
}