@charset "UTF-8";

/* SpryAccordion.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	font-size: 10px;
	height: auto;
	overflow: scroll;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
	height: auto;
	display: inline;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: all;
	-khtml-user-select: none;
	font-size: 10px;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	background-color: #006600;
	height: auto;
	overflow: auto;
	-ms-text-autospace: ideograph-space;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: black;
	border-right-color: #FFF;
	border-bottom-color: #000;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelTab open {
	background-color: #006600;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	height: auto;
	overflow: visible;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #CCFF00;
	background-color: #666;
	height: auto;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #666666;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #330033;
	color: #FFF;
	height: auto;
	overflow: auto;
}
/* Rules for Printing */

@media print {

  .Accordion {
	height: auto;

  }
  
  .AccordionPanelContent {
	display: inline-table !important;
	height: auto;
  }
}
.below_header table tr th div div {
	color: #060;
}
strong {
	font-size: 18px;
	color: #0000F4;
	text-align: center;
	font-family: Harrington;



}
.SentinalHeadding {
	color: #000;
	text-align: left;
}
div {
	text-align: center;
	color: #000000;
	font-size: 10px;
}
.main_content_box table tr td #Accordion2 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table {
	color: #FFF;
	font-size: 10px;
}
.main_content_box table .nametag td {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
}

.main_content_box table tr .left_content table {
	color: #FFF;
	font-size: 10px;
	background-color: #333333;
}
.main_content_box table tr .left_content table tr th p .SentinalHeadding {
	color: #FFF;
}
.RetSize {
	color: #000000;
	text-align: left;
	font-size: 10px;
}
.Headding {
	font-size: 10px;
	color: #FFF;
}
.header_column table {

}
.header_column table {
	font-size: 10px;
}
th {
	color: #333333;
	text-align: center;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Rule10 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
e WHITE {
	color: #FFF;
}
.below_header table tr td #Accordion3 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table tr td div {
	font-size: 12px;
	font-weight: bold;
}
Logo {
	text-align: center;
}
logo {
	text-align: center;
}
.below_header table tbody tr td #Accordion2 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table tbody .below_header td {
	font-size: 10px;
}
.below_header table tbody tr td #Accordion2 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table {
	font-size: 11px;
}
.LowerPage {
	color: #000;
	background-color: #FFF;
}
.container .header table tr th .content table tr th p strong {
	color: #000000;
}
.container .header table tr th .content table tr th p strong {
	color: #000;
}
.container .header table tr th .content table tr th p strong {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
.container .header table tr th .AccordionPanelContent table tr th table tr th #Accordion2 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table tbody tr .AccordionPanelContent {
	font-size: 10px;
}
.container .header table tr th .AccordionPanelContent table tr th table tr th #Accordion2 .AccordionPanel.AccordionPanelClosed .AccordionPanelContent table tbody .below_header td .AccordionPanelContent {
	font-size: 10px;
}
.container .header table tr th .AccordionPanelContent table tr th table tr th #Accordion4 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table tbody tr .AccordionPanelContent {
	font-size: 10px;
}
.container .header table tr th .AccordionPanelContent table tr th table tr th #Accordion4 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table tbody .below_header td div {
	font-size: 10px;
}
.container .header table tr th .content table tr th table tr th #Accordion3 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table tbody tr .AccordionPanelContent {
	font-size: 10px;
}
.container .header table tr th .content table tr th table tr th #Accordion4 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table tbody tr .AccordionPanelContent {
	font-size: 10px;
}
.container .header table tr th .content table tr th table {
	text-align: left;
}
.container .header table tr th .content table tr th table tr th #Accordion2 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table tbody .AccordionPanelContent td {
	font-size: 10px;
}
.container .header table tr th .content table tr th table tr th #Accordion2 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table tbody .AccordionPanelContent .AccordionPanelContent {
	font-size: 10px;
}
.container .header table tr th .content table tr th table tr th #Accordion2 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table tbody .AccordionPanelContent th {
	font-size: 10px;
	color: #FFFFFF;
}
.container .header table tr th .content table tr th table tr th #Accordion2 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table {
	color: #006600;
	font-size: 10px;
}
.container .header table tr th .content table tr th table tr th #Accordion2 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table tbody .AccordionPanel .AccordionPanel {
	color: #006600;
}
.container .header table tr th .content table tr th table tr th #Accordion4 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table {
	font-size: 10px;
}
.container .header table tr th .content table tr th table tr th #Accordion4 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table {
	color: #006600;
}
.container .header table tr th .content table tr th table tr th #Accordion4 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table {
	color: #0C5806;
}
.container .header table tr th .content table tr th table tr th #Accordion4 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table tbody .AccordionPanel .AccordionPanel {
	color: #0C5806;
}
.container .header table tr th .content table tr th table tr th #Accordion3 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table tbody .AccordionPanel .AccordionPanel {
	color: #0C5806;
	font-size: 10px;
}
.container .header table tr th .content table tr th #Accordion1 .AccordionPanel.AccordionPanelClosed .AccordionPanelTab div {
	font-size: 10px;
	color: #FFF;
	text-align: left;
}
.container .header table tr th .content table tr th table tbody tr td div {
	font-size: 10px;
	color: #006600;
	font-weight: bold;
	text-align: left;
}
.container .header table tr th .content table tr th table .nametag td #Accordion2 .AccordionPanel.AccordionPanelOpen .AccordionPanelTab {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.container .header table tr th .content table tr th div table {
	color: #006600;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
.container .header table tr th .content table tr th p {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
}
.container .header table tbody tr th #Accordion1 .AccordionPanel.AccordionPanelClosed .AccordionPanelTab div {
	color: #FFFFFF;
	text-align: left;
	height: 18px;
}
.Click {
	color: #FC0;
	font-weight: bold;
	font-size: 12px;
}
.container .header table tbody tr th .content #DSM Coding {
	color: #F00;
}
.greeen10mm {
	color: #00F;
	font-size: 12px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.container .header table tbody tr th .content table tbody tr th table tbody tr .Rule10 p .greeen10mm .greeen10mm {

}
.container .header table tbody tr th .content table tbody tr th .greeen10mm .greeen10mm {
	font-weight: normal;
	color: #000000;
}
.container .header table tbody tr th .content table tbody tr th div table {
	font-size: 10px;
}
.container .header table tbody tr th .content table tbody tr th div table tbody .greeen10mm {
	font-weight: bold;
}
.container .header table tbody tr th .content table tbody tr th table tbody tr th #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table {
	text-align: center;
}
.container .header table tbody tr th .content table tbody tr th div table tbody tr td .greeen10mm {
	color: #003300;
}
.container .header table tbody tr th div {
	color: #333333;
	font-family: Verdana;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}
.container .header table tbody tr th .content table tbody tr th table tbody tr th #Accordion5 .AccordionPanel.AccordionPanelOpen .AccordionPanelTab {
	color: #FFFFFF;
	text-align: left;
}
.container .header table tbody tr th .content table tbody tr th table tbody tr th #Accordion5 .AccordionPanel.AccordionPanelClosed .AccordionPanelTab {
	color: #FFFFFF;
	text-align: left;
}
.container .header table tbody tr th .content table tbody tr th table tbody tr th #Accordion2 .AccordionPanel.AccordionPanelOpen .AccordionPanelTab {
	color: #FFFFFF;
	text-align: left;
}
.container .header table tbody tr th .content table tbody tr th table tbody tr th #Accordion2 .AccordionPanel.AccordionPanelClosed .AccordionPanelTab {
	color: #FFFFFF;
	text-align: left;
}
.container .header table tbody tr th .content table tbody tr th table tbody tr th #Accordion4 .AccordionPanel.AccordionPanelOpen .AccordionPanelTab {
	color: #FFFFFF;
	text-align: left;
}
.container .header table tbody tr th .content table tbody tr th table tbody tr th #Accordion4 .AccordionPanel.AccordionPanelClosed .AccordionPanelTab {
	color: #FFFFFF;
	text-align: left;
}
.container .header table tbody tr .sidebar1 table tbody tr td .sidebar11 strong {
	text-align: left;
}
.container .header table tbody tr .sidebar1 .sidebar1 a {
	font-size: 10px;
}
.container .header table tbody tr .sidebar1 .sidebar1 a {
	text-align: left;
}
.container .header table tbody tr th .content table tbody tr th table tr th p .grey10mm {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.container .header table tbody tr th .content table tbody tr td #Accordion1 .AccordionPanelTab.AccordionPanelOpen .AccordionPanelTab {
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
}
.container .header table tbody tr th .content table tbody tr td #Accordion1 .AccordionPanel.AccordionPanelClosed .AccordionPanelTab {
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
}
.container .header table tbody tr th .content table tbody tr td #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelTab {
	color: #FFFFFF;
}
.container .header table tbody tr th .content table tbody tr td #Accordion1 .AccordionPanelTab.AccordionPanelClosed .AccordionPanelTab {
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
}
.container .header table tbody tr th .content table tbody tr th table tbody tr th #Accordion5 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent .AccordionPanelContent {
	text-align: center;
}
.container .header table tbody tr th .content table tbody tr td #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table tbody tr th div {
	font-size: 10px;
	text-align: left;
	font-weight: normal;
}
.container .header table tbody tr th table {
	text-align: left;
}
.container .header table tbody tr th table {
	text-align: center;
}
.container .header table tbody tr th .content table tbody tr td #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelTab div {
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
}
.container .header table tbody tr th p {
	color: #060;
}
.container .header table tbody tr th p {
	color: #000;
}
.container .header table tbody tr th p {
	font-size: 14px;
}
.container .header table tbody tr th p {
	font-size: 12px;
	text-align: left;
	font-family: Verdana;
}
.container .header table tbody tr th table {
	font-weight: normal;
}
.container .header table tbody tr th table {
	text-align: left;
}
.container .header table tbody tr th table {
	font-weight: normal;
	padding-right: 20px;
}
.container .header table tbody tr th table tr td {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
td {
	text-align: center;
}
.content1 table tr th {
	text-align: left;
}
.content1 table tr th {
	color: #000;
}
