body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E9E6DC;
}

A {     
  Color : #5781AE; /*#FF6600; */
	font-weight: bold;
	text-decoration : none;
}
A:hover { 
	Color : #003082; /*#FF6600; */
	font-weight: bold;
	text-decoration : underline;
}
.titleCategory {
	font-size: 20px;
	color: white;
	text-indent: 5px;
}
.titleDocument {
	font-size: 18px;
	color: black;
	text-indent: 5px;
}
.scrollable {
/*	overflow: auto;
	height: 300px;*/
	margin: 10px 20px 10px 20px;
}
.scrollable_small {
	overflow: auto;
/*	height: 200px;
	margin: 10px 20px 10px 20px;*/
}