﻿

/* service section */


/* section :: service :: border table */
#servicebordertable {
	border-collapse: collapse;
	width: 100%;
	padding: 0 0 0 0;
	
}

/* section :: service :: header */
#serviceheader {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

/* section :: service :: header body */
#serviceheaderbody {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/* font-style: italic; */
}

/* section :: service :: body */
#servicebody {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

/* section :: service :: grey note */
#servicegreynote {
	color: #808080;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

/* section :: service :: bold box note black */
#servicebbnb {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/* font-style: italic; */
}

/* section :: service :: bold box note white */
#servicebbnw {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/* font-style: italic; */
}