
			<style type="text/css">
				BODY {
					color: #000000;
					font-family: Verdana;
					font-size: 10px;
					background-color: #ffffff;
				}

				HR {
					color: dimgrey;
					height: 1pt;
					text-align: left
				}

				/* Anchors */
				A.OtherTabs:link {
					text-decoration: none;
					color: Black;
				}

				A.OtherTabs:visited {
					text-decoration: none;
					color: Black;
				}

				A.OtherTabs:active {
					text-decoration: none;
					color: White;
				}

				A.OtherTabs:hover {
					text-decoration: none;
					background-color: #006699;
					color: White;
				}

				A.CommandButton:link {
					text-decoration: none;
					color: darkred;
				}

				A.CommandButton:visited {
					text-decoration: none;
					color: darkred;
				}

				A.CommandButton:active {
					text-decoration: none;
					color: darkred;
				}

				A.CommandButton:hover {
					text-decoration: none;
					color: red;
				}

				A.SiteLink:link {
					text-decoration: none;
					color: Black;
				}

				A.SiteLink:hover {
					text-decoration: none;
					color: Black;
				}

				A.linkFooter {
					font-family: Verdana;
					font-size: 10px;
					color: #999999;
					text-decoration: underline;
				}

				A.linkFooter:hover {
					font-family: Verdana;
					font-size: 10px;
					color: #999999;
					text-decoration: underline;
				}

				A.linkDocument:link {
					font-family: Verdana;
					font-size: 10px;
					color: #000000;
					text-decoration: underline;
				}

				A.linkDocument:hover {
					font-family: Verdana;
					font-size: 10px;
					color: #000000;
					text-decoration: underline;
				}

				A.linkDocument:active {
					font-family: Verdana;
					font-size: 10px;
					color: #000000;
					text-decoration: underline;
				}

				A.linkDocument:visited {
					font-family: Verdana;
					font-size: 10px;
					color: #000000;
					text-decoration: underline;
				}

				A.linkHelp:link {
					font-family: Verdana;
					font-size: 10px;
					color: #000000;
					text-decoration: underline;
					font-weight: bold;
					cursor: help
				}

				A.linkHelp:hover {
					font-family: Verdana;
					font-size: 10px;
					color: #000000;
					text-decoration: underline;
					font-weight: bold;
					cursor: help
				}

				A.linkHelp:active {
					font-family: Verdana;
					font-size: 10px;
					color: #000000;
					text-decoration: underline;
					font-weight: bold;
					cursor: help
				}

				A.linkHelp:visited {
					font-family: Verdana;
					font-size: 10px;
					color: #000000;
					text-decoration: underline;
					font-weight: bold;
					cursor: help
				}

				A.linkAuxNav {
					font-family: Verdana;
					font-size: 10px;
					color: #000000;
					text-decoration: none;
				}

				A.linkAuxNav: hover {
					font-family: Verdana;
					font-size: 10px;
					color: #000000;
					text-decoration: underline;
				}

				A.linkSubNav {
					font-family: Verdana;
					font-size: 10px;
					color: #FFFFFF;
					text-decoration: none;
				}

				A.linkMainNavA {
					font-family: Verdana;
					font-size: 12px;
					color: #000000;
					text-decoration: none;
					font-weight: bold
				}

				A.linkMainNavB {
					font-family: Verdana;
					font-size: 12px;
					color: #FFFFFF;
					text-decoration: none;
					font-weight: bold
				}

				/* Ordered and Un-ordered Lists */
				UL LI {
					list-style-type: square;
				}

				UL LI LI {
					list-style-type: disc;
				}

				UL LI LI LI {
					list-style-type: circle;
				}

				OL LI {
					list-style-type: decimal;
				}

				OL OL LI {
					list-style-type: lower-alpha;
				}

				OL OL OL LI {
					list-style-type: lower-roman;
				}

				/* Input/Forms */
				INPUT {
					font-family: Verdana;
					font-size: 10px;
				}

				TEXTAREA {
					font-family: Verdana;
					font-size: 10px;
				}

				INPUT.search {
					border-width: 1px;
					border-color: Black;
					border-style: solid;
				}

				SELECT {
					font-family: Verdana;
					font-size: 10px;
				}

				/* TABLE Items
				It is recommended that you use the TR elements for complete lines and TD elements when you only need to do a subset of fields in a row. */
				TABLE.Container {
					background: #BEBEBE;
					color: #000000;
					font-family: Verdana;
					font-size: 10px;
					border-collapse: collapse;
				}

				TABLE.Contained {
					background: #FFFFFF;
					width: 100%;
					color: #000000;
					font-family: Verdana;
					font-size: 10px;
				}

				TABLE {
					font-family: Verdana;
					font-size: 10px;
				}

				TABLE.AJAXPopUp {
					background: #EAF1F9;
					color: #000000;
					font-family: Verdana;
					font-size: 10px;
					border-collapse: collapse;
					border-width: thin;
					border-style: solid;
					border-color: Black;

				}

				TABLE.AJAXPopUp th {
					background-color: #D5E3F4;
					font-weight: bold;
					font-family: Verdana;
					font-size: 11px;
				}


                

				TR {
					color: #000000;
					font-family: Verdana;
					font-size: 10px;
				}

				TD {
					color: #000000;
					font-family: Verdana;
					font-size: 10px;
				}

				TD.Dark {
					background: #006699;
				}

				TD.Medium {
					background: #D5E3F4;
				}

				TD.MediumBold {
					background: #D5E3F4;
					color: #000000;
					font-family: Verdana;
					font-size: 10px;
					font-weight: bold;
				}

				TD.MediumRedBold {
					background: #D5E3F4;
					color: red;
					font-family: Verdana;
					font-size: 10px;
					font-weight: bold;
				}

				TD.White {
					background: white;
				}

				TD.Light {
					background: #EAF1F9;
				}

				TD.Header {
					background: #BEBEBE;
					color: #000000;
					font-family: Verdana;
					font-size: 10px;
					font-weight: bold;
				}

				TD.HighLight {
					background: #BEBEBE;
				}

				TR.Dark {
					background: #006699;
				}

				TR.Medium {
					background: #D5E3F4;
				}

				TR.Light {
					background: #EAF1F9;
				}

				TR.Header {
					background: #BEBEBE;
					color: #000000;
					font-family: Verdana;
					font-size: 10px;
					font-weight: bold;
				}

				TD.MainNavA {
					background: #D5E3F4;
					height: 18px;
				}

				TD.MainNavB {
					background: #006699;
				}

				TFOOT,
				THEAD {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 12px;
					color: darkred;
				}

				TH {
					vertical-align: baseline;
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 12px;
					font-weight: bold;
					color: darkred;
				}

				/* Text Formats
				Note that the BODY declaration handles standard text, these are for special fonts for special labels */
		        .multipleTabWarning {
                    width: calc(100% - 16px);
                    text-align: right;
                    padding: 8px 8px 0 0;
                }

				.textWhite {
					color: #ffffff;
					font-family: Verdana;
					font-size: 10px;
				}

				.textBoldWhite {
					color: #ffffff;
					font-weight: bold;
					font-family: Verdana;
					font-size: 11px;
				}

				.textSmall {
					color: #000000;
					font-family: Verdana;
					font-size: 10px;
				}

				.textBold {
					color: #000000;
					font-family: Verdana;
					font-size: 10px;
					font-weight: bold;
				}

				.textBig {
					color: #000000;
					font-family: Verdana;
					font-size: 12px;
				}

				.textBigBold {
					color: #000000;
					font-family: Verdana;
					font-size: 12px;
					font-weight: bold;
				}

				.textRedLarge {
					color: #FF0033;
					font-family: Verdana;
					font-size: 12px;
					font-weight: bold;
				}

				.textRedSmall {
					color: #FF0033;
					font-family: Verdana;
					font-size: 10px;
				}

				.textRedSmallBold {
					color: #FF0033;
					font-family: Verdana;
					font-size: 10px;
					font-weight: bold;
				}

				.textGreenSmallBold {
					color: #00FF00;
					font-family: Verdana;
					font-size: 10px;
					font-weight: bold;
				}

				.textGreenSmall {
					color: #FF0033;
					font-family: Verdana;
					font-size: 10px;
				}

				.textFakeLink {
					color: blue;
					font-family: Verdana;
					font-size: 10px;
					cursor: hand;
					text-decoration: underline;
				}

				.textgray {
					color: #999999;
					font-family: Verdana;
					font-size: 10px;
				}

				.textBigGray {
					color: #999999;
					font-family: Verdana;
					font-size: 12px;
				}

				.textDate {
					color: #ffffff;
					font-family: Verdana;
					font-size: 10px;
					font-weight: bold;
				}

				.textFooter {
					font-family: Verdana;
					font-size: 10px;
					color: #999999;
				}

				.tableHeaders {
					bgcolor: BEBEBE;
					font-weight: bold;
				}

				.totalHighlight {
					background: FFFF99;
					bgcolor: FFFF99;
					color: #FF0033;
					font-family: Verdana;
					font-size: 10px;
					font-weight: bold;
				}

				.SiteTitle {
					font-family: Verdana Bold, Helvetica, sans-serif;
					font-size: 20px;
					font-weight: bold;
					color: #3399CC
				}

				.SiteLink {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: bold
				}

				.Accent {
					color: Black;
					font-weight: bold;
				}

				.Message {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: normal;
					background-color: #eeeeee
				}

				.ItemTitle {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: bold;
					color: darkred;
				}

				.Head {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 20px;
					font-weight: normal;
					color: #666644;
				}

				.SubHead {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: bold;
					color: darkred;
				}

				.SubSubHead {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: bold;
					color: black;
				}

				.Normal {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: normal;
					line-height: 12px
				}

				.NormalTextBox {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 12px;
					font-weight: normal;
				}

				.NormalRed {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: bold;
					color: red
				}

				.NormalBold {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: bold
				}

				.CommandButton {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: normal;
				}

				H1 {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 20px;
					font-weight: normal;
					color: #666644;
				}

				H2 {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 20px;
					font-weight: normal;
					color: #666644;
				}

				H3 {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 12px;
					font-weight: normal;
					color: darkred;
				}

				H4 {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 12px;
					font-weight: normal;
					color: darkred;
				}

				H5,
				DT {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: bold;
					color: darkred;
				}

				H6 {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: bold;
					color: darkred;
				}

				SMALL {
					font-size: 8px;
				}

				BIG {
					font-size: 14px;
				}

				BLOCKQUOTE,
				PRE {
					font-family: Lucida Console, monospace;
				}

				/* Tab Specific Styles */
				.TabBg {
					background-color: #006699;
					border-color: white;
					color: White;
					font-weight: bold;
				}

				.OtherTabsBg {
					background-color: #D5E3F4;
					border-color: white;
					font-weight: bold;
				}

				.SelectedTab {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 11px;
					background-color: #006699;
					color: White;
					font-weight: bold
				}

				.OtherTabs {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 11px;
					color: Black;
					background-color: #D5E3F4;
					text-decoration: none;
					font-weight: bold
				}

				.HeadBg {
					background-color: white;
				}

				.PrintHideCursor {
					cursor: hand;
				}

				/* AvidButton  */
				.AvidButton-top {
					background-color: #CCCCCC;
					background-image: url(//cdn.avidxchange.net/AvidSuite/portal/images/buttons/avidbutton/AvidButton-top.gif);
					background-repeat: repeat;
					cursor: hand;
				}

				.AvidButton-left {
					background-color: #CCCCCC;
					background-image: url(//cdn.avidxchange.net/AvidSuite/portal/images/buttons/avidbutton/AvidButton-left.gif);
					background-repeat: no-repeat;
					cursor: hand;
				}

				.AvidButton-right {
					background-color: #FFFFFF;
					background-image: url(//cdn.avidxchange.net/AvidSuite/portal/images/buttons/avidbutton/AvidButton-right.gif);
					background-repeat: no-repeat;
					cursor: hand;
				}

				.AvidButton-bottom {
					background-color: #CCCCCC;
					background-image: url(//cdn.avidxchange.net/AvidSuite/portal/images/buttons/avidbutton/AvidButton-bottom.gif);
					background-repeat: repeat;
					cursor: hand;
				}

				.AvidButton-text {
					font-family: verdana;
					font-size: 1.0em;
					font-weight: bold;
					color: #000000;
					background-color: #CCCCCC;
					line-height: 0.95em;
					padding-top: 0px;
					padding-bottom: 0px;
					padding-left: 0px;
					padding-right: 0px;
					margin-bottom: 0px;
					margin-top: 0px;
					text-decoration: none;
					cursor: hand;
				}

				.AvidButton-text a {
					color: #000000;
					text-decoration: none;
				}

				a.AvidButton-text:hover {
					color: #444444;
					text-decoration: none;
				}

				.AvidButton {
					font-family: Verdana;
					font-size: 10px;
					font-weight: bold;
					background-color: #cccccc;
					cursor: pointer;
				}

				@media print {
					.PrintHide {
						display: none;
					}
					.PrintHideCursor {
						display: none;
					}
					.RightPanel {
						position: static;
						width: 7.6in;
					}
					.LeftPanel {
						display: none;
					}
					.CenterPanel {
						display: none;
					}
					A:link {
						text-decoration: none;
						color: Black;
					}
					A:visited {
						text-decoration: none;
						color: Black;
					}
					A:active {
						text-decoration: none;
						color: Black;
					}
					A:hover {
						text-decoration: none;
						color: black;
					}
					.PrintPageBreak {
						page-break-after: always;
					}
				}
			</style>
