@charset "utf-8";

li a, li a:link {
	text-decoration: underline;
}

table.tableStyle1 {
	border: 1px solid #DDD;
	margin-bottom: 10px;
}

table.tableStyle1 thead th {
	background: #C9D3D9 url(/img/global/bg_thead_th.gif) repeat-x;
	padding: 2px 2px 2px 4px;
	text-align: left;
}

table.tableStyle1 thead th em {
	color: #555;
	font-size: 10px;
	font-weight: normal;
}

table.tableStyle1 thead th p {
	color: #555;
	font-size: 12px;
	font-weight: bold;
}

table.tableStyle1 tbody td {
	background: #E7DBBE url(/img/global/bg_tbody_td.gif) repeat-x;
	color: #555;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0 3px 4px;
}

table.tableStyle1 tbody td em {
	font-size: 10px;
}



