/* Copyright 2004 Louis Jean­Richard (www.ljr.ch). All Rights Reserved. */
/* css xmlSourc */

DIV.xmlSource{
	font-family:	courier, sans-serif;
	font-weight:	normal;
	text-align:		left;
	color:			black;

	border-width:	2px;
	border-style:	ridge;
	margin:			6px;
	padding:		4px;

	background:		#C0F4EC;
}
DIV.preamble {
	margin-top:		6px;
	margin-bottom:	6px;
	font-weight:	bold;
	color:			red;
}
DIV.source {
	text-align:		center;
}
DIV.note {
	font-family:	arial, sans-serif;
	font-size:		80%;
	font-weight:	normal;
	text-align:		center;
}
DIV.xmlSource TABLE {
	width:			100%;
}
DIV.xmlSource B {
	font-family:	courier, arial, sans-serif;
	font-weight:	bold;
	color:			blue;
}
DIV.xmlSource SPAN.en {
	font-family:		courier, sans-serif;
	font-weight:	bold;
	font-size:		110%;
	color:			blue;
}
DIV.xmlSource SPAN.an {
	font-family:		courier, sans-serif;
	font-weight:	bold;
	color:			maroon;
}
/* end xmlSourc */
