/* PCDTR
   especify the font-size in pt.
   font-family: use the font filename
*/

@import "texts.php";

/*Home Headers*/

h1{
	font-family: TradeGothicLTStd-Bd2, Arial, Tahoma, sans;
	font-size:28px;
	color:#fff;
	background-color:#54718f;
	background:transparent;
	font-weight:normal;
}

h2{
	font-family: TradeGothicLTStd-Bd2, Arial, Tahoma, sans;
	font-size:18px;
	color:#1f3b55;
	background-color:#ffffff;
	background:transparent;
	font-weight:normal;
}


h3{
	font-family: TradeGothicLTStd-Bd2, Arial, Tahoma, sans;
	font-size:15px;
	color:#1f3b55;
	background-color:#f0f4f8;
	background:transparent;
	letter-spacing:30px;
}


