body {
	margin: 0px;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  text-decoration: none;
  scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #A7BDB3;
	scrollbar-3dlight-color: #A7BDB3;
	scrollbar-darkshadow-color: #A7BDB3;
	scrollbar-track-color: #A7BDB3;
  scrollbar-arrow-color: #A7BDB3;
}

img {
	border: 0px;
}

table {
	border: 0px;
}

td, th {
	font-size: 12px;
}

#slideImage {
	position: absolute;
	top: 0px;
	left: 900px;
}

#mainTable {
	width: 100%;
	height: 100%;
}

#headerTd {
	height: 71px;
	background-color: #03706A;
	border-bottom: 1px solid gray;
}

#menuTd {
	width: 130px;
	padding-top: 10px;
	border-right: 1px solid #018C89;
}

#contentTd {
	width: 100%;
}

#contentDiv {
  height: 100%;
	overflow: hidden;
}

.content {
	padding-left: 20px;
	padding-top: 20px;
}

h1 {
	font-family: Arial Black;
	font-size: 16px;
	font-weight: bold;
	color: #018C89;
}

a 				{	text-decoration: none;	font-weight: bold;	font-size:12px; }
a:link		{	text-decoration: none; color:	#339999; }
a:active	{	text-decoration: underline; }
a:hover		{	text-decoration: underline; }
a:visited	{	color: #339999; }

.Small {
	font-size: 8pt;
	font-weight: bold;
}

li {
	list-style-image: url(/corporate/images/list_item.gif);
}



.clLevel0, .clLevel0over {
	display: none;
	position: absolute;
	padding: 4px; 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 11px;
	color: #018C89;
	background-color: #ffffff;
	cursor: pointer;
}

.clLevel0over {
	color: #ffffff;
	background-color: #018C89;
}

.clLevel0border {
	display: none;
	position: absolute;
	background-color: #018C89;
}

.clLevel1, .clLevel1over {
	display: none;
	position: absolute;
	padding: 2px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #018C89;
	cursor: pointer;
}

.clLevel1over {
	color: #018C89;
	background-color: #ffffff;
}

.clLevel1border {
	display: none;
	position: absolute;
	background-color: #000000;
}

.noprint {
	display: none;
}

#menu_footer {
    display: none;
}