.c_main p {
	margin: 0;

	font-size:0.75em;
	color:#333333;
	line-height:140%;
	font-weight: normal;
}
table {
	border-left: solid 1px #d1d1d1;
	border-top: solid 1px #d1d1d1;

	margin: 0;
	padding: 0;

	width:700px;
}
table thead th {
	background:#f0f0f0;

	border-right: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;

	margin:  0;
	padding: 2px 4px;


	font-size:0.7em;
	color:#333333;
	line-height:140%;
	font-weight: normal;
	text-align: center;
}
table thead th.flag {
	width:  30px;
}
table tbody th {
	background:#ffffff;

	border-right: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;

	margin:  0;
	padding: 2px 4px;

	width:138px;

	font-size:0.7em;
	color:#333333;
	line-height:140%;
	font-weight: normal;
	text-align: center;
}
table td {
	border-right: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;

	margin:  0;
	padding: 2px 4px;

	font-size:0.7em;
	color:#333333;
	line-height:140%;
	text-align: center;
}

