/*
Estilo de redefinição do BODY
- este estilo é aplicado em todos os níveis menos nos pop-ups
*/
BODY {
	color : #000000;
	font-family : Verdana, arial;
	font-size : 8pt;
}
/*
Redefinição do BODY para nível em pop-ups
- prestar atenção em cascadings
*/
BODY.secnd {
	margin: 5px;
}

/*
Redefinição de elementos HTML
*/
TD {
	font-family: Verdana, arial;
	font-size: 8pt;
}

A {
	text-decoration: none;
	color : #000000;
}

A:hover {
	text-decoration: underline;
}

UL {
	margin-left : 10;
	list-style-type : none;
}

.title {
	font-family : Verdana, arial;
	font-size : 12pt;	
	font-weight : bold;
}

.module_open, .module_close, .module_panel, .module_break, .module_pre {
	font-family : Verdana, arial;
	font-size : 12pt;
	font-weight : bold;
}

.module_break {
	font-weight: normal;
	font-style: oblique;
}


.date {
	font-family : Verdana, arial;
	font-size : 10pt;
	background : White;
	font-weight : bold;
}

.person, .person_coordinator, .person_secretary, .person_speaker {
	font-size : 9pt;
	font-weight : bold;
	color : Gray;
}

.person_coordinator {
	color: #333333;
}

.activity_seminar, .activity_tutorial, .activity_conference {
	font-family : Verdana, arial;
	font-size : 9pt;	
	font-weight : bold;
}

.local {
	
}

.docs {
	color : #000000;
}