*/ 

/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A:link, A:visited, A:active 
	{ color: #FFFFFF; }
A:hover 
	{ color: #888888; }

/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt;
	  background-color: #111188;
	  color: #FFFFFF;
	  font-weight:bold;
	  margin-top: 25px;
	  margin-left: 0px;
	  margin-right: 0px;
	}
TD, P 
	{ 
	  color: #FFFFFF;
	}

/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A   	{ color: #FFFFFF; text-decoration: none; }
A:link	{ color: #FFFFFF; text-decoration: none; }
A:visited { color: #FFFFFF; text-decoration: none; }
A:active { color: #FFFFFF; }
A:hover	{ color: #FFFFFF; }

