BODY { 
	background-color : White; 
}

A { 
	font-family : Arial,Helvetica; 
	text-decoration : none;
	color : #4C6DAE;
}
a.small { 
	font-size : 8pt; 
}

a.big { 
	font-size : 10pt; 
	font-weight :  bold;
}

a.speaker {
	font-size : 10pt;
	font-weight :  bold;
}

a:hover {
	color : #F4C82F;
	text-decoration  :  underline;
}

a:active { 
	color : #666666;
}



td { 
	font-family : Arial,Helvetica; 
	font-size : 9pt; 
	color : #333333; 
}

td.block {
	text-align :  justify;
}

td.small {
	font-size :  8pt;
}

td.headline { 
	font-size : 12pt; 
	color : #F4C82F; 
	font-weight : bold; 
}

td.name { 
	font-size : 12pt; 
	font-weight : bold; 
}

td.title { 
	font-size : 10pt; 
	color : #666666; 
	font-weight : bold; 
}

td.topic { 
	font-size : 8pt; 
	color : #aaaaaa; 
	font-weight : bold;
}

td.big { 
	font-size : 11pt; 
}

td.active { 
	font-size : 10pt; 
	color : #F4C82F;
	font-weight : bold;
}

td.speaker { 
	font-size : 10pt; 
	color : #4C6DAE;
	font-weight : bold;
}


