

body,      { font-size: 11px; font-family: "Arial, Lucida Grande", Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; margin: 0px; padding: 0px }

/* --- table settings ------------------------------------------------- */

.shade {
	background: #CCC2B9; 				/* shade color */
}

table.t_title caption {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	border: 0px solid #AD7032;
	border-bottom: none;
	background: transparent; 				/* title color */
	color: #000;
	width: 740px;
}


table.t1 caption {
	font-family: "Arial";
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	border: 1px solid #AD7032;
	border-bottom: none;
	background: #CD8A4F; 				/* title color */
	color: #000;
}

table.t1 { 
	font-family: "Arial";
	position: relative;
	top: -0px;
	left: -0px;
	width:100%;
	border: 1px solid #AD7032;			/* border color */
	background: #ffffff 				/* default table background color */
	}

table.t1 th {
	font-family: "Arial";
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	border-bottom: 1px solid #b5b5b5; 	/* seperation line color */
	background: #FAEDDD; 				/* alternate row color 1 */
}

table.t1 td {
	font-family: "Arial";
	font-size: 12px;
	width: 200px;
	margin: 0;
	padding: 4px 20px;
	text-align: left;
	border-bottom: 1px solid #b5b5b5; 	/* seperation line color */
}
table.t1 tr.alt1 {

	background: #FAEDDD; 				/* alternate row color 1 */
}
table.t1 tr.alt2 {
	background: #FDF7EF; 				/* alternate row color 2 */
}

table.t1 th {
	color: #999999; 					/* header font color */
}

