@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #999999;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	line-height: 125%;
}

div {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: visible;
}

table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
}

td {
	padding: 0px;
	border: inherit;
	vertical-align: top;
}

img {
	display: block;
	margin: 0px;
	padding: 0px;
}
hr {
	background-color: #999999;
	border-style: solid;
	height: 1px;
	width: 80%;
	margin-top: 21px;
	margin-bottom: 21px;
}

p {
	padding: 0em;
	margin: 0em 0em 1em 0em;
}
p.short-par {
	margin-bottom: 0.5em;
}

h1 {
	font-size: 1.62em;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	padding: 0px;
	margin-top: 2em;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.62em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	padding: 0px;
	margin-top: 2em;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	padding: 0px;
	margin-top: 2em;
	margin-bottom: 1em;
}
h3.short-par {
	margin-bottom: 0.5em;
}

.h3-margin {
	padding: 0px;
	margin: 2em 0em 0.5em 0em;
}

a {
	color: #0C9BD7;
	text-decoration: underline;
	border-width: 0px;
	border-style: none;
}
a.no-underline {
	text-decoration: none;
}
a img {
	border-width: 0px;
	border-style: none;
}
ul, ol {
	list-style-position: outside;
	margin: 0em 0em 1em 0em;
}
ul {
	padding: 0em 0em 0em 1em;
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}
ol {
	padding: 0em 0em 0em 2em;
	list-style-type: decimal;
}
ul li, ol li {
	margin-bottom: 0.5em;
}
ul.no-space li, ol.no-space li {
	margin-bottom: 0em;
}
ul.large-space li, ol.large-space li {
	margin-bottom: 1.5em;
}

.first-child    {
	margin-top: 0em;

}
.last-child {
	margin-bottom: 0em;
}

.grey90 {
	background-color: #E6E6E6;
}


.grey85 {
	background-color: #D9D9D9;
}
.grey80 {
	background-color: #CCCCCC;
}
.grey60 {
	background-color: #999999;
}



.right {
	float: right;
	clear: right;
}
.left {
	float: left;
	clear:left;
}
.clear {
	clear: both;
}
.notext {
	font-size: 1px;
}
.inline {
	display: inline;
}
.posrel {
	display: block;
	position: relative;
}
#td_main {
	background-color:#E6E6E6;
}
#td_menu {
	background-image: url(../__images/layout/Menu_Bg.png);
	background-position: right top;
	background-repeat: repeat-y;
}
#td_above_main {
	background-image: url(../__images/layout/Outer_Shadow_Top.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#td_below_menu {
	background-image: url(../__images/layout/Outer_Shadow_Bottom_Left.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#td_below_main {

}
#td_above_menu {
	background-image: url(../__images/layout/Outer_Shadow_Top_Left.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#td_above_right {
	background-image: url(../__images/layout/Outer_Shadow_Top_Right.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#td_right {
	background-image: url(../__images/layout/Outer_Shadow_Right.png);
	background-position: left top;
	background-repeat: repeat-y;
}
#td_below_right {
	background-image: url(../__images/layout/Outer_Shadow_Bottom_Right.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.menu-spacer.small {
	height: 15px;
}
.menu-spacer.medium {
	height: 45px;
}
.margin-lr-def {
	padding: 0px;
	margin-right: 149px;/*19%;*/
	margin-left: 149px;/*19%;*/
	width: auto;
}
.margin-tb-def {
	margin-top: 55px;
	margin-bottom: 89px;
}
.margin-lr-0 {
	margin-left: 0px;
	margin-right: 0px;
	width: auto;
}

.pad1 {
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.spacer-top {
	height: 55px;
}

.spacer-bottom {
	height: 89px;
	clear: both;
}
.image-underline {
	margin-top: 0.5em;
}	
.menu-item {
	display: block;
	height: 20px;
	width: 144px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.menu-item-active {
	display: block;
	height: 20px;
	width: 144px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
a.menu-item:hover {
	background-position: 0px -40px;
}
a.menu-item-active:hover {
	background-position: 0px -40px;
}

#div_sector_sel {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 55px;
	margin-bottom: 43px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #999999;
	z-index: 200;
}
#div_sector_sel a {

}
#div_sector_sel a.active {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#div_sector_sel a:hover {
	color: #000000;
}

a.arrow-left {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background-image: url(../__images/layout/arrow_left.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}
a.arrow-right {
	display: block;
	width: 60px;
	height: 20px;
	margin-left: 8px;
	background-image: url(../__images/layout/arrow_right3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}
a.arrow-left:hover {
	background-position: -20px 0px;
}
a.arrow-right:hover {
	background-position: -60px 0px;
}
.menu-text {
	display: none;
}
