/* CSS definition file containing site wide stylesheets */

.bigcity {
	font-size: 24px;
 	color: rgb(0,51,204);
 	font-weight: bold;
 	border-left: 1pt solid rgb(0,0,0);
 	border-top: 1pt solid rgb(0,0,0);
 	border-right: 1pt solid rgb(0,0,0)
}

.table_text {
	font-size: 12px;
 	font-weight: bold
}

.title {
	font-size: 16px;
 	color: rgb(204,255,255);
 	font-weight: bold;
 	background-color: rgb(0,102,102);
 	border: 1pt solid rgb(153,102,255)
}

.SectionHeader {
	font-size: 30px;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	margin-left: 2pt;
 	padding-left: 3pt;
 	border-left: 1pt solid rgb(0,0,0);
 	border-bottom: 1pt solid rgb(0,0,0)
}

.clients {
	font-size: 14px;
 	text-align: left;
 	margin-left: 2pt;
 	padding-left: 4pt;
 	border-left: 1pt solid rgb(0,0,0)
}

.testimonial {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 14px;
 	font-weight: normal;
 	font-style: normal;
 	text-align: justify;
 	padding: 2px 2px 1px 2px
}

.topic {
	font-size: 12px;
 	color: rgb(0,0,153);
 	font-weight: bold;
 	text-align: left;
 	padding-left: 3px;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}