a:link 
{ 
    text-decoration: none;  
    color: mediumblue; 
} 


a:visited 
{ 
    text-decoration: none;  
    color: mediumblue; 
} 


a:hover 
{ 
    text-decoration: none; 
    color: crimson; 
} 


a.content:link 
{ 
    text-decoration: none;  
    color: silver; 
	font-weight: bold;
} 


a.content:visited 
{ 
    text-decoration: none;  
    color: silver; 
	font-weight: bold;
} 


a.content:hover 
{ 
    text-decoration: none; 
    color: whitesmoke; 
	font-weight: bold;
} 



li 
{ 
    font-family: verdana,arial,helvetica,sans-serif; 
    font-size: 10pt; 
}


font.heading
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: gray;
}


body
{	
	color: black;
	font-size: 10pt;
	font-family: verdana,arial,helvetica,sans-serif;
	text-decoration: none;
}


table 
{	
	color: black;
	font-size: 10pt;
	font-family: verdana,arial,helvetica,sans-serif;
}


td.tracklist  
{	
    color: black;
	font-size: 8pt;
	font-family: verdana,arial,helvetica,sans-serif;
}


td, tr
{	
	font-size: 10pt;
	font-family: verdana,arial,helvetica,sans-serif;
}


tr.tablehead 
{	
    background-color: gray;
	font-size: 10pt;
	font-family: verdana,arial,helvetica,sans-serif;
}


tr.tablebody
{	
    background-color: gainsboro;
}


td.mainbody
{
    background: silver;	
}


td.content_cell 
{
	background-color: gray;
}


font.caption
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	color: black;
    text-align: center;
}

font.tabledesc 
{ 
	color: silver;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt; 
    font-weight: bolder;
}


h3
{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: gray;
}


h2
{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: gray;
}


font.footer 
{ 
	color: black;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 8pt; 
}