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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #565259;
	text-align: left;
	line-height: 1.6em;
}

/* Heading Styles */
.h1 {
	color: #616cd3;
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: -10px;
	display: block;
}
.h2 {
	color: #4f4c54;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: -12px;
	display: block;
}
.h3 {
	color: #616cd3;
	font-size: 18px;
	line-height: 1.2em;
	padding: 0px 0px 0px 0px;
	margin: 4px 0px -12px 0px;
	border-top: 1px solid #CCCCCC;
	display: block;
}
.h4 {
	color: #4f4c54;
	font-size: 18px;
	line-height: 1.2em;
	padding: 0px 0px 0px 0px;
	margin-bottom: -12px;
	border-bottom: 1px solid #CCCCCC;
	display: block;
}
.h5 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.2em;
	padding: 6px 0px 6px 12px;
	margin-bottom: -12px;
	background-color: #616cd3;
	display: block;
}
.h6 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.2em;
	padding: 6px 0px 6px 12px;
	margin-bottom: -12px;
	background-color: #6e6e6e;
	display: block;
}
.hBlue {
	color: #616cd3;
	font-weight: bold;
}
.hDrkGray {
	color: #4f4c54;
	font-weight: bold;
}

/* List */
.container li {
	list-style: url(../images/img/bullet.jpg);
}
#popup li {
	list-style: url(../images/img/bullet.jpg);
}

/* callQuote */
.callQuote {
	color: #616cd3;
	text-align: center;
	font-style: italic;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	padding: 100px 50px 10px 50px;
	margin: 0px 20px 20px 20px;
	background-image: url(../images/bg-callquote.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	/* border: 1px dotted #999999; */
	display: block;
}