@import url("main.css");

#freespace h2 {
	background: url(../freespace/img/h2_freespace.jpg) no-repeat;
	}
	
#freespace table {
	width: 650px;
	margin: 0 auto 20px;
	text-align: left;
	font-size: 14px;
	}
	
#freespace table th {
	padding: 5px;
	width: 120px;
	color:#3A9E18;
	border-bottom: 2px dotted #CCCCCC;
	}

#freespace table td {
	padding: 5px;
	border-bottom: 2px dotted #CCCCCC;
	}
	

