this stopped that annoying big gap for heading tags
h1, h2, h3, h4, h5, h6, p {
	margin:0;
}
body {
	background-color: #D3D3D3;
	font-size: 8pt;
	color: #333333;
	margin: 0px;
}
p {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-bottom: 6px;
}
p a {
	color: #666666;
}


table {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
a {
	text-decoration: underline;
	color: #333333;
}

.orangeHeading {
	font-weight: bold;
	color: #FF9900;
	font-size: 14pt;
	margin-bottom: 4px;
}
.greenHeading {
	font-weight: bold;
	color: #99C737;
	font-size: 14pt;
	margin-bottom: 4px;
}
.makeOrange {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FF9933;
}
.makeGreen {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #99C737;
}
.orangePullQuote {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #FF9933;
	font-style: italic;
	font-weight: bold;
	padding-right: 100px;
	padding-left: 100px;
}
.greenPullQuote {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #99C737;
	font-style: italic;
	font-weight: bold;
	padding-right: 100px;
	padding-left: 100px;
}
.returnToNone {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-bottom: 6px;
}

td.content{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: top;
}
.archives_link {
	display: inline;
	text-align: right;
}
.composite {
	clear: both;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.compositeList {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}

.compositeText {
	display: table;
	margin-right: 2px;
	margin-left: 2px;
	padding: 4px;
	margin-top: 0px;
}

.dynamicCompositeHeading {
	color: #000000;
	font-size: 16px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-color: #D7D7D7;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.dynamicCompositeHeading a:hover, .dynamicLink a:focus {
	text-decoration: underline;
}
.dynamicCompositeHeading a {
	text-decoration: none;
	color: #000000;
}

.dynamicFloatRight {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dynamicFloatLeft {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.dynamic_h1 {
	background-repeat: repeat-x;
	margin-top: 14px;
	background-position: center;
	background-image: url(images/dev/h1_bg_Image.gif);
}

.dynamic_h1Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 6px;
	padding-top: 1px;
	padding-bottom: 0px;
	clear: both;
	height: 24px;
	background-color: #FFFFFF;
	word-spacing: 0.5px;
	letter-spacing: 0.5px;
	display: inline;
	padding-right: 6px;
}
.dynamic_h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-top: 14px;
	margin-right: 6px;
	letter-spacing: 2px;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	clear: both;
	height: 24px;
	background-color: #CC3300;
}


.dynamicInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	background-color: #FFE9D2;
}

.dynamicLink {
	font-size: 10px;
	color: #2F74A9;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 4px;
}

.dynamicLink a {
	color: #333333;
}
.dynamicLink a:hover, .dynamicLink a:focus {
	color: #FF9900;
	text-decoration: underline;
}
.expandListLink {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 0px;
}
.expandListLink a {
	color: #333333;
}
.expandListLink a:hover, .dynamicLink a:focus {
	color: #FF9900;
	text-decoration: underline;
}

.dynamicButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #000000;
	font-weight: bold;
	cursor: hand;
	background-position: center;

}
.dynamicFloatCentre {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#dynamicList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px;
	list-style-type: none;
	list-style-position: inherit;
	margin-top: -8px;
	margin-bottom: 0px;
	margin-left: -40px;
}

#dynamicList ul {
	border: none;
	list-style-type: none;
}

#dynamicList ul li a {
	text-decoration: none;
	color: #666666;
	list-style-type: none;
}
.emailLink {
	margin-right: 6px;
	font-size: 8pt;
	display: block;
	text-align: right;
}
.emailLink IMG {
	text-decoration: none;
	float: right;
}
.emailLink a {
	color: #996600;
	text-decoration: none;
	text-align: right;
}

.fileList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: -10px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 20px;
	font-weight: normal;
	list-style-image: url(images/icon-file.gif);
	padding-top: 6px;
}
.fileList  ul {
	border: none;
	list-style-type: none;
}
.fileList  ul  li {
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	padding-bottom: 4px;
}
.fileList  ul  li  a {
	text-decoration: none;
	color: #8B6A55;
	list-style-type: none;
	font-weight: normal;
}
.fileList  ul  li  a:hover {
	color: #CC3300;
	text-decoration: underline;
}
.footerText {
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
	font-size: xx-small;
}
.footerText a {
	color: #FFFFFF;
	text-decoration: none;
}

.footerTextLeft {
	font-size: x-small;
	padding-left: 6px;
	float: left;
}
.footerTextLeft a {
	color: #FFFFFF;
	text-decoration: none;
}
.footerTextRight {
	font-size: x-small;
	float: right;
	padding-right: 6px;
	}
.footerTextRight a {
	color: #FFFFFF;
	text-decoration: none;
}

.formSearch {
	display: inline;
}
.formSearchBox {
	background-color: #FFFFFF;
	font-size: 8pt;
	width: 160px;
	margin-left: 8px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 4px;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 18px;
	color: #666666;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
}
.imageList {
	text-align: center;
	padding-top: 10px;
}
.imageLinkList {
	text-align: center;
	padding-top: 10px;
}



img.dynamicContentImage {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.lhAd {
	padding-top: 8px;
	text-align: center;
}
.noUnderlineLink {
	text-decoration: none;
}
.noUnderlineLink a {
	text-decoration: none;
	
}

.noUnderlineLink  a:hover, .noUnderlineLink  a:focus {
	color: #FF9900;
	text-decoration: underline;
}

.rhColumn {
	text-align: center;
	width: 170px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.scroller {
	padding: 0px;
	margin: 0px;
}
.simpleText {
	clear: both;
	padding-top: 4px;
	padding-bottom: 8px;
}
.simpleImage {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.subscribe {
	text-align: right;
	color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	display: inline;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}

.subscribe a {
	color: #FFFFFF;
	text-decoration: none;
}
.tableContents {
	float: right;
	padding: 4px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
	border: 2px solid #666666;
	width: 250px;
}
.tableContentsTitle {
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	margin-bottom: 6px;
	background-color: #FFD79B;
	padding-right: 4px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: -4px;
	margin-right: -4px;
	margin-top: -2px;
}
.thePulse {
	background-repeat: no-repeat;
	margin-top: 14px;
	background-position: right;
	background-image: url(images/thePulse.gif);
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 8pt;
}
.textLinkList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px;
	list-style-type: none;
	list-style-position: inherit;
	margin-top: -8px;
	margin-bottom: 0px;
	margin-left: -40px;
}
.textLinkList  ul {
	border: none;
	list-style-type: none;
}
.textLinkList  ul  li  a {
	text-decoration: none;
	color: #666666;
	list-style-type: none;
}

.thirdRow {
	background-color: #666666;
	padding-right: 24px;
	height: 16px;
	text-align: right;

}
.loggedInArea {
	color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	display: inline;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
.thirdRowNew {
	text-align: right;
	background-color: #666666;
	padding-right: 24px;
	height: 16px;
}
.greyHR {
	border-top-style: groove;
	height: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.dynamic_h1MarketsHeading2 {
	margin-top: 0px;
	background-color: #666666;
	height: auto;
}
.dynamic_h1TextMarketsHeading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-top: 4px;
	margin-right: 6px;
	padding-top: 1px;
	padding-bottom: 0px;
	clear: both;
	height: 20px;
	word-spacing: 0.5px;
	letter-spacing: 0.5px;
	display: inline;
	padding-right: 6px;
	font-weight: bold;
	padding-left: 6px;
}

.dynamic_h1events {
	background-repeat: repeat-x;
	margin-top: 14px;
	background-position: center;
	background-image: url(images/dev/h1_bg_Image.gif);
	display: none;
}
.dynamic_h1Textevents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 6px;
	padding-top: 1px;
	padding-bottom: 0px;
	clear: both;
	height: 24px;
	background-color: #FFFFFF;
	word-spacing: 0.5px;
	letter-spacing: 0.5px;
	display: none;
	padding-right: 6px;
}
.compositeListevents {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	clear: both;
}

.dynamicCompositeHeadingevents {
	color: #000000;
	font-size: 16px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-color: #D7D7D7;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.dynamicCompositeHeadingevents  a:hover, .dynamicLink  a:focus {
	text-decoration: underline;
}
.dynamicCompositeHeadingevents  a {
	text-decoration: none;
	color: #000000;
}
