
/* ========== FCK CSS ===================================== */
/* FCK Editor User Styles are the CSS styles,					*/
/*	created for styling those dynamic/administrable pages.	*/

/* ======================================================== */
body{
 padding:0px;
	margin:0px;
}


.title{
	font-family:Verdana, Arial, "Trebuchet MS";
  font-size:12px;
  color:#00ABBD;
	font-weight:bold;
	text-transform:uppercase;
  padding:0px;
	margin:0px;


}

.normal{
  font-family:Verdana, Arial, "Trebuchet MS";
	font-size:12px;
 	line-height:18px;
	text-align:justify;
	padding:0px;
	margin:0px;
  color: #275B60;

}

