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

	div#center h1{
		font-size:18px;
		color:#c61d91;
		margin-bottom:10px;
	}
	div#center h4{
		font-size:12px;
		line-height:18px;
		margin-bottom:10px;
		font-weight:bold;
	}
	div#center p{
		font-size:12px;
		line-height:18px;
		margin-bottom:10px;
	}

table.overview {
	margin:0;
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	border:1px solid #ededed;
	}
	table.overview td{
		padding:5px 0px;
		text-indent:2px;
		}
		table.overview tr.odd td{
			background-color:#fff;
		}
		table.overview tr.even td{
			background-color:#f9f9f9;
		}
	table.overview th{
		background:#f4f4f4 url(/images/bg-title.gif) 0 0 repeat-x;
		color:#000099;
		font-weight:bold;
		height:26px;
		text-indent:2px;
		line-height:25px;
		border:1px solid #ededed;
		text-align:left;
		padding:0;
	}

