@charset "UTF-8";
/* CSS Document */

h1 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12pt;
	margin:0 0 5px 0;
	color:#7a797e;
}

.Head  {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12pt;
	margin:0 0 5px 0;
	color:#7a797e;
}

.left_border {
	background: url(images/left_border.gif) no-repeat;
	width:18px;
	height:83px;
	float:left;
	position:relative;
}

.mid_border {
	background: url(images/mid_border.gif) repeat-x;
	float:left;
	position:relative;
	height:71px;
	overflow:hidden;
	padding-top:12px;
}

.right_border {
	background: url(images/right_border.gif) no-repeat;
	width:18px;
	height:83px;
	float:left;
	position:relative;
}

.border_wrapper {
	padding-left:10px;
}

.top_yellow {
	width:279px;
	height:17px;
	background:url(images/yellow_top.gif) repeat-y;
}

.mid_yellow {
	width:241px;
	padding:0 19px;
	background:url(images/yellow_mid.gif) repeat-y;
}

.mid_yellow p {
	margin:0;
	font-size:8pt;
	line-height:1.2em;
}

.bot_yellow {
	width:279px;
	height:17px;
	background:url(images/yellow_bot.gif) repeat-y;
	margin-bottom:15px;
}

.cont_title {
	font-weight:bold;
	font-size:8.5pt;
	margin-top:6px;
	display:block;
}