#tableStyling {
	border:1px solid black;
	width:100%;
	background-color:#EDEDED;
	text-align:center;
	font-family:"trebuchet MS", Verdana, Arial, sans-serif;
	color:#000033;
	font-size:75%;
}
#tableStyling th {
	background:url(images/tableTh.jpg) bottom left repeat-x;
	height:24px;
	font-weight:bold;
	background-color:#89D3F2;
	color:#FFFFFF;
	border-bottom:2px solid #0B0FB2;
}
#tableStyling tr {
	border-bottom:2px solid #0B0FB2;
}
#tableStyling td {
	background:url(images/tableTr.jpg) bottom left repeat-x;
	background-color:#EDEDED;
	padding:3px;
}
div#xmlFeedFormats {
	margin:0px;
	border-top:3px solid #444;
	border-bottom:3px solid #444;
	background-color:#2161A0;
	list-style-type:none;
	list-style-position:inside;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
}
div#xmlFeedFormats ul {
	list-style-type:none;
	list-style-position:inside;
	float: left;
	padding:10px; margin: 0;
}
div#xmlFeedFormats ul  li {
	list-style-type:none;
	text-indent:0px;
	font-size:10pt;
	color:#FFFFFF;
	padding:0px 1px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;/*	have to include this so the dropdown sites underneath parent link	*/
	/*margin:0px;
	display:inline;*/
}
div#xmlFeedFormats ul  li a {
	color:#FFFFFF;
	text-decoration:none;
	float: left;
	display: inline;
}
div#xmlFeedFormats ul  li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
div#xmlFeedFormats ul  li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

div#xmlFeedFormats div.xmlLinkDiv	{
	position:absolute;/*	have to include this so the dropdown doesn't push along other parent links	*/
	z-index:999;
	background-color:#3E3E3E;
	text-align:left;
}
div#xmlFeedFormats div.xmlLinkDiv ul {
	list-style-position:inside;
	padding:0px;
	margin:0px;
	border-bottom:3px solid #AAAAAA;
	background-color:#3E3E3E;
}
div#xmlFeedFormats div.xmlLinkDiv ul li {
	font-size:10pt;
	display:block;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 10px 5px 5px;
	background-image:none;
	list-style-type:none;
}
div#xmlFeedFormats div.xmlLinkDiv ul li a {
	color:#FFFFFF;
	text-decoration:none;
	float:none;
}
div#xmlFeedFormats div.xmlLinkDiv ul li a:hover {
	color:red;
	text-decoration:none;
	float:none;
}
h2.comparisonColouring {
	font-family:Arial, Helvetica, sans-serif;
	color:#B20000;
	font-size:18pt;
	font-weight:normal;
	margin:0px;
	padding:0px;
	font-weight:bold;
}
p.pComparisonColouring {
	font-weight:bold;
	font-size:11pt;
	color:#869BAC;
	margin:0px;
	padding:0px;
}
