/* CSS Document */
p.list_data{ font-size: 12px; width: 500px; float: left; clear: both; padding-left: 10px; margin-top: 10px; }
table.list { 
	width: 610px; 
	float: left; 
	clear: both; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	margin-left: 5px; 
}
table.list2 { 
	width: 610px; 
	float: left; 
	clear: both; 
	margin-top: 10px; 
	margin-left: 5px; 
}
th.list1 { 
	color: white; 
	font-size: 12px; 
	font-weight: bold; 
	background-color: #690; 
	text-align: left; 
	padding: 2px; 
}
th.list2 { 
	color: white; 
	font-size: 14px; 
	font-weight: bold; 
	background-color: #360; 
	text-align: left; 
	padding: 3px; 
}
td.list1 { 
	font-size: 12px; 
	text-align: left; 
	vertical-align: middle; 
	padding: 3px; 
	border-right: 1px dotted #690; 
	border-bottom: 1px solid #690; 
	border-left: 1px dotted #690; 
	color: #000000;
}
td.list2 { 
	font-size: 12px; 
	vertical-align: middle; 
	padding: 3px; 
	border-right: 1px dotted #690; 
	border-bottom: 1px solid #690; 
	border-left: 1px dotted #690; 
}

a.list1 {
	text-decoration: none;
	color: #FFFFFF;
}
a.list1:visited {
	text-decoration: none;
	color: #FFFFFF;
}

p.area{ 
	font-size: 11px; 
	float: left; 
	clear: both; 
	padding-left: 0px; 
	margin-top: 0px; 
}

