			body {
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				font : 12px Tahoma, Verdana, Tahoma, Arial, MS Sans Serif;
			}
			#Header { 
				font-size: 0px;
				position: fixed;
				float: top;
				width: 100%; 
				height: 45px; 
				text-align : right;
				z-index: 0; 
			}
			#HeaderLogo { 
				font-size: 0px; 
				float: right;
				width: 204px; 
				height: auto; 
				top: 45px;
				right: 0; 
				z-index: 0;
			}
			#Main { 
				position: fixed;
				top: 80px;
				left: 80px;
				height: 100%;
				font : 12px Verdana, Tahoma, Arial, MS Sans Serif;
			}
			#MenuPrograms { 
				font-size: 0px;
				position: absolute;
				width: 90px;
				height: 64px;
				top: 66px;
				right: auto;
				bottom: auto;
				left: 37px;
				visibility: hidden;
				background-color : White;
				z-index: 1;
				background: #fff;
			}
			#SectionSummary {
				padding: 10px 10px 10px 0px;
			}
			#SectionHeading {
				border-bottom: 0px solid #000; 
				border-right: 0px solid #000;
			}
			#HeaderDetailImage {
				float: left;
			}
			td.SectionImage {
				padding: 2px 2px 2px 2px;
				text-align: center;
				vertical-align: top;
			}
			td.SmallText {
				font : 10px Verdana, Tahoma, Arial, MS Sans Serif;
			}
			td.WorkSection
			{
				padding: 0px 0px 10px 0px;
				border: 0px 0px 0px 0px;
			}
			td.WorkTitle
			{
				font-size: 11px;
			}
			td.ItalicTitle
			{
				font-size: 11px;
				font-style: italic;
			}
			td.SmallTitle
			{
				font-size: 10px;
			}
			.SmallHeaderTitle
			{
				font-style: italic; 
				font-size: 11px;
			}
			.SectionHeader {
				font-weight : bold;
			}
			.Heading {
				font : 14px Verdana, Tahoma, Arial, MS Sans Serif;
				font-weight : bold;
				text-align: left;
			}
			.TableText { 
				font : 12px Verdana, Tahoma, Arial, MS Sans Serif;
				vertical-align : top;
			}
			.BorderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.BorderBottomTop {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.BorderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
