#listhead {
	
	font-weight: bold;
	background-color: #E3EBF2;
	padding: 5px;
}
#listdescription {
	padding: 5px;
}
#listfooter {
	color: #333333;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #5694CB;
	font-size: 10px;
}
.lettrine {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #600A34;
	font-style: italic;
}
.link_table {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1A3954;
}

/* table formating*/

.datatable {
	border-collapse: collapse;
}
.datatable td {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1A3954;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #EBF0FA;
	font-weight: bold;
	text-align: center;
	padding-left: 4px;
	font-variant: small-caps;
}

.datatable tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}
