
/* general style */

p  { color: #fff; font-size: 12px; line-height: 20px; font-family: Arial; letter-spacing: 0.6px }

h1, h2, h3, h4, h5, h6{
	font-family: Arial; 
	margin-top:28px;
	margin-bottom:8px;
	color:#fff;
}

h1{
	font-size:30px;
	line-height:31px;
	letter-spacing:0px;
	margin-left:30px;
}

h2{
	color:#FFF;
	font-size:18px;
	line-height:24px;
	letter-spacing:0.2px;
}

h3{
	color:#FFA600;
	font-size:16px;
	letter-spacing:0.1px;
}

a{
	color:#B2C1FF;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

ul.default { color: #fff; font-size: 12px; line-height: 20px; font-family: Arial; letter-spacing: 0.6px; list-style-type: none; list-style-position: ; margin: 0; padding: 0 }

ul.default li { background: url(../asts/tick.png) no-repeat left 50%; padding-left: 24px }

.clear{
	clear:both;
}


/* content style */

.content     { text-align: left; margin-top: 30px; margin-right: 45px; margin-left: 45px }

.content div.hbox   { float: left; margin-right: 30px; margin-left: 30px }

.content div.bbox { float: left; margin-left: 30px; width: 350px }


/* section services style */

.pricelist { margin-top: 40px; margin-left: 50px; width: 700px }

.pricelist tr.title td { color: #fff; font-weight: bold; font-size: 14px; padding: 2px 5px 2px 8px; border-bottom: 1px solid #4d5a69 }

.pricelist tr.highlight td { color: #fff; font-size: 12px; background-color: #4B506E; padding-top: 4px; padding-bottom: 4px; padding-left: 8px }

.pricelist tr td{
border-bottom:#435161 1px dotted;
padding:2px 5px;
}







