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

#addServColumn{
	width:500px;
	height:420px;
	position:absolute;
	top:80px;
	left:270px;
	
}

#textColumn{
	width:480px;
	height:340px;
	position:absolute;
	left:20px;
	
}

.servTextHeader{
	width:480px;
	height:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#000000;
	padding-bottom:4px;
	border-bottom:#000000 1px dotted;
	float:left;
}

.servBodyText{
	width:480px;
	margin-top:6px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	float:left;
}

.greyText{
	color:#666666;
	font-size:10px;
}
