/*
@media screen {
BODY {
	margin : 10px;
}

}

@media print {
BODY {
	margin : 0;
}

}
*/
BODY {
	font-style : normal;
	font-weight : normal;
	line-height : 1.2em;
	color : black;
	text-align : left;
	text-decoration : none;
	text-indent : 0;
	text-transform : none;
  }

H1 {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.3em;
	color: darkgreen;
}

H2 {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2em;
	color: darkgreen;
}

H3 {
	font-size: 100%;
	font-weight: bold;
	color: darkgreen;
}

A {
	color : darkgreen;
}

HR {
	background-color: green;
	color: darkgreen;
	height: 4px;
	width: 80%;
}

TABLE {
	font-size : 100%;
	font-weight : normal;
	line-height : 1.2em;
	border : 0;
}

TD {
	vertical-align : top;
}
DT {
	line-height : 1.5em;
	font-weight : bold;
}

UL {
	list-style-type : circle;
}

OL.agenda {
	list-style-type : decimal;
}

OL.agenda OL {
	list-style-type : lower-alpha;
}

OL.agenda SPAN {
	float : right;
	margin-right : 5px;
}

OL.agenda DIV {
	display : block;
	position : relative;
	float : right;
	width : 7em;
	right : 5px;
}