BODY, DIV, TD {
	color:#666666;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	line-height: 14px;
}

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

A {
	font-weight : normal;
	text-decoration : none;
	color: #999999;
	text-transform: none;
}
IMG {border: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 ----- */
#container {
       width: 816px;
       margin: auto;
height:100%;
      }

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




/* ----- w3 ----- */
DIV.contTop, DIV.contBottom  {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width: 816px;
}

DIV.contTop { top: 20px; 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 #660000;
}

DIV.colA { position: relative; width: 210px; }
DIV.colB { position: absolute; width: 440px; left: 210px; top: 0px; }
DIV.colC { position: absolute; width: 166px; left: 650px; top: 0px; }

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

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

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

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 {
	margin: 6px 0px 0px 10px;
	padding: 0px 0px 25px 0px;
	width: 816px;
}

.bodytext p {
	color: #333333;
	font-weight: normal;
font-size: 12px;
	line-height: 1.7;
	text-transform: none;
}

