    Body,td {
      font-size:11pt;
      font-family:arial,sans-serif;
      cursor:default;
      color:#3F2E1B;
      }
    h1 {
      color: #6A2D1A;
      font-size:27px;
      font-family:"times new roman",times,serif;
      font-style:italic;
      }
    a:link,a:visited {
      color:#6A2D1A;
      text-decoration:none;
      }
    a:hover,a:active {
      color:#3F2E1B;
      text-decoration:underline;
      }
    hr { 
      color: #3F2E1B;
      }
	#WebContent {
    padding:10px;
	  font-size:11pt;
	  color:#3F2E1B;
	  width:370px;
	  background-color:#FBF5CC;
	  }
	.MainFrame {
	  width:337px;
	  height:294px;
    /*padding-left:10px;
    padding-top:10px;
	  overflow:auto;*/
	  /* Default opacity: */
	  /*filter:alpha(opacity=100);
	  /* Scrollbar */
	  scrollbar-base-color:       #FBF4C5; /* scrollbarBaseColor Sets or retrieves the color of the main elements of a scroll bar, which include the scroll box, track, and scroll arrows. */
	  scrollbar-3dlight-color:    #FBF4C5; /* scrollbar3dLightColor Sets or retrieves the color of the top and left edges of the scroll box and scroll arrows of a scroll bar. */
	  scrollbar-arrow-color:      #3F2E1B; /* scrollbarArrowColor Sets or retrieves the color of the arrow elements of a scroll arrow. */
	  scrollbar-darkshadow-color: #9E968C; /* scrollbarDarkShadowColor Sets or retrieves the color of the gutter of a scroll bar. */
	  scrollbar-face-color:       #FBF4C5; /* scrollbarFaceColor Sets or retrieves the color of the scroll box and scroll arrows of a scroll bar. */
	  scrollbar-highlight-color:  #FFFFFF; /* scrollbarHighlightColor Sets or retrieves the color of the top and left edges of the scroll box and scroll arrows of a scroll bar. */
	  scrollbar-shadow-color:     #FBF4C5; /* scrollbarShadowColor Sets or retrieves the color of the bottom and right edges of the scroll box and scroll arrows of a scroll bar. */
	  scrollbar-track-color:      #FDF9E1; /* scrollbarTrackColor */
	  }
	
	/*.MainFrameHidden {
	  filter:alpha(opacity=1);
	  visibility:hidden;
	  position:absolute;
	  width:360px;
	  overflow:;
	  }*/
	.text {
	  font-size:11pt;
	  color:#3F2E1B;
    font-family:arial,sans-serif;
	  }    
	
	.ButtonLarge {
	  font-family:arial,sans-serif;
	  font-size:15px;
	  font-weight:bold;
	  /*border:2px outset #3B2E10;/* #DBCEB6;*/
    border-left:2px solid #695E3F;
    border-top:2px solid #695E3F;
    border-right:2px solid #000000;
    border-bottom:2px solid #000000;
	  cursor:pointer;
	  background-color:#3B2E10;/*#BBA8A7;/*#FBF4C5;*/
	  color: #F0E69D;
	  }
	.Button {
	  font-family:arial,sans-serif;
	  font-size:12px;
	  font-weight:bold;
	  /*border:1px outset #9D9170;*/
    border-left:1px solid #695E3F;
    border-top:1px solid #695E3F;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
	  cursor:pointer;
	  background-color:#3B2E10;/*#BBA8A7;/*#FBF4C5;*/
	  color: #F0E69D;
	  }
	.InputBox {
	  font-family:arial,sans-serif;
	  font-size:12px;
	  border:1px solid #9D9170; /* #552515; */
	  /*margin:1px;*/
	  background-color:#FFFFFF;/*#CCC5A8;/*#BBA8A7;/*#FBF4C5;*/
	  color: #9D9170;
	  }
	.InputBoxFocus {
	  font-family:arial,sans-serif;
	  font-size:12px;
	  border:1px #999999 inset;
	  background-color:white;
	  color: black;/*#990000;*/
	  }
	
	.PicFadeTitle {
	  padding:2px;
	  width:130px;
	  height:20px;
	  color:#F0E69D;
	  overflow:hidden;
	  font-size:10pt;
	  }

	/* duplicate image positioning */
	img.idupe {
	  filter:alpha(opacity=100);
	  /*margin-left:1px;*/
	  position:absolute;
	  z-index:100;
	  visibility:hidden;
    background-color:white;
    margin-left:1px;
    width:188px;
    height:160px;
	  }

  .SubMenuLoading {
    text-decoration:none;
    font-size:13px;
    color:#FBF4C5;
    padding-bottom:5px;
    padding-left:2px;
    }

