
html body {
	background-color: #FFFFFF; margin: 0px;
}

a{
	color: #009999;
}
a:visited {
	color: #999999;
}
a:active {
	color: #FF0000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #54616E;
}

div.contact {
	border-top: solid black 0px;
	padding-top: 5px;
}

div.contact div  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

div.contact div.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: strong;
	text-decoration: bold;
	color: #000099;
}

div#pgcontent UL LI {
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px;
	text-align: justify;
	font-size: 10pt;
}

div#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
span.hdr1
{
	color:#54616E;
	font-weight:bold;
	font-size:1em;
}
/* Data Warehouse Fields */
table#datadictionary tr.deviant  { background-color: red; font-weight: strong; }
table#datadictionary tr.approved { font-weight: strong; }
table#datadictionary tr.custom   { background-color: #999999; font-weight: strong; }

