/* Start Styles for Generic List in a Table */

body {
	background: #d7e2e6; /* Needed for IE */
}

a, a:link {
	color: #003399;
	text-decoration: none;
}

form {
	margin: 0;
}
	
table {
	border-collapse:collapse;
	font-size: 8pt;
	font-family: verdana;
	padding: 1px;

}

table th {
	font-weight: bolder;
	color: #797979;
	text-align: left;
	padding-top: 5px;
}

table th a, table th a:link, table th a:visited {
	color: #797979;
}

table td {
	color: #000;
	padding: 0;
	font-size: 7.5pt;
	text-align: left;
}

#absoluteChange {
	padding: 0 2px 0 4px;
}


.Value a, .Value a:link, .Value a:visited {
	color: #000;
}

.DataCell {
	padding-right: 10px;
}

a.no-visited-colour:visited {
  color: #003399 !important;
}

/* End Styles for Generic List in a Table */