p, td, th {
	font: 1em Arial, Helvetica, sans-serif;
}
.datatable {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 100%;

}
.datatable td {
	border: 1px solid #D6DDE6;	
	padding: 8px;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #BCBCBC;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}
.datatable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable tr.altrow {
	background-color: #DFE7F2;
	color: gray;
}


a:link { 
text-decoration: none;
/*background-color:white;*/
color: grey;
}

/*............................................*/
/*  20     a:visited                          */
/*............................................*/

a:visited { 
text-decoration: none;
/*background-color:white;*/
color: gray;
}

/*............................................*/
/*  21     a:hover                            */
/*............................................*/

a:hover { 
text-decoration: none;
color: red;
}

