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

