BODY, DIV, TD {
	color: black;
	font: 11px "Courier New", Courier, Helvetica, Verdana,  Arial, sans-serif;
	text-transform: none;
	line-height: 14px;
}

BODY {
	background-color: white;
	margin: 0px;
	padding: 0px;
}

A {
	font-weight : normal;
	text-decoration : none;
	color: #000000;
	text-transform: none;
}

A:hover { text-decoration: none; border-bottom: 1px solid #000000; }

DIV.listRowT.A:hover { text-decoration: none; border-bottom: 1px solid #000000; }



/* //// common elements //// */

DIV.lineTop {
	position: absolute;
	left: 10px;
	top: 12px;
	height: 1px;
	width: 816px;
	line-height: 1px;
	background-color: black;
}




/* //// w3 //// */
DIV.contTop, DIV.contBottom  {
	position: absolute;
	left: 10px;
	width: 816px;
}

DIV.contTop { top: 8px; height: 202px; }
DIV.contBottom { top: 516px; padding-bottom: 200px; }

/* //// element common //// */


/* //// list //// */

/* list line containers */
DIV.listRowT, DIV.listRowFirst, DIV.listRowInact, DIV.listHead, DIV.listEmpty {
  position: relative;
	width: 816px;
	overflow: hidden;
}

DIV.listRowT, DIV.listRowFirst { cursor: hand; }
DIV.listEmpty { line-height: 22px; }



/* list columns */
DIV.colA, DIV.colB, DIV.colC {
  background-color: white;
	color: black;
	padding: 0px 0px 1px 0px;
	line-height: 22px;
	border-top: 1px solid #cccccc;
}

DIV.colA { position: relative; width: 210px; }
DIV.colB { position: absolute; width: 490px; left: 210px; top: 0px; }
DIV.colC { position: absolute; width: 116px; left: 700px; top: 0px; }

DIV.listHead DIV.colA,
DIV.listHead DIV.colB,
DIV.listHead DIV.colC {
	border-top: 0px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

DIV.listEmpty DIV.colA,
DIV.listEmpty DIV.colB,
DIV.listEmpty DIV.colC {
	border-top: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
}

DIV.listRowFirst DIV.colA,
DIV.listRowFirst DIV.colB,
DIV.listRowFirst DIV.colC {
	border-top: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
}

DIV.dropdown_title {
	color: #333333;
	font-weight: normal;
	line-height: 25px;
	text-transform: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 816px;

}


DIV.dropdown {
	margin: 14px 0px 27px -8px;
	line-height: 25px;

	
}

.bodytext {
	color: #333333;
	font-weight: normal;
	line-height: 14px;
	text-transform: none;
	margin: 6px 0px 0px 10px;
	padding: 0px 0px 70px 0px;
	width: 680px;
}