@charset "utf-8";
/* Sets the style for unvisited links. */
a,  a:link {
  font: 9pt Arial, sans-serif;
	color: #703B0F;
	text-decoration: none;
	font-weight: bold;
}
/* Sets the style for visited links. */
a:visited {
  font: 9pt Arial, sans-serif;
	color: #703B0F;
	text-decoration: none;
	font-weight: bold;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #A80B20;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #A80B20;
	text-decoration: underline;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #A80B20;
	text-decoration: underline;
}
.mainAreaInternal {
	position: absolute;
	margin:0px;
	width: 286px;
	height: 166px;
	overflow: hidden;
	z-index: 10000;
	background-image: url(module_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 140px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
  }
.imgframe {
	background-image: url(img_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	height: 66px;
	width: 62px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
}
.title_module {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #764F04;
}
.text_module {
font: 9pt Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #666666;
	}
