@charset "utf-8";
/* CSS Document PIE*/

#pie{
	width:800px;
	height:20px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	}

.pie{
	width:800px;
	height:20px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #003399;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-align:center;	
	}

