
@font-face {
	font-family: 'AdelleBasic';
	src: url(/fonts/adellebasic_bold-webfont.eot);
	src: local('ì'),
			
			url(/fonts/adellebasic_bold-webfont.woff) format('woff'), 
			url(/fonts/adellebasic_bold-webfont.ttf) format('truetype'), 
			url(/fonts/adellebasic_bold-webfont.svg#webfonteocwLcIV) format('svg');
	font-weight: bold;
	font-style: normal;
}

/****************wysiwyg components***********/
.textcomponent
{
	font-size:11px; 
	font-family:arial;
}

.textcomponent h1
{
	float:left; 
	margin:0px 0px 0px 0px; 
	padding:5px 5px 5px 5px; 
	
	background-color:black; 
	color:white;
	font-weight: bold; 
	font-family:'AdelleBasic';  	 
}

.textcomponent h2
{
	padding: 0px 0px 5px 0px; 
	margin: 0px 0px 10px 0px; 
	
	border-bottom: solid 1px #a6b7d7;
	
	color:#1e4d9f; 
	font-weight: bold; 
	font-family:'AdelleBasic';  	 

}

.textcomponent ul, .textcomponent ol
{
	padding-left:20px; 
}


.textcomponent strong
{
	font-weight:bold; 
}

.textcomponent a
{
	text-decoration:underline;  
}
.textcomponent a:hover
{
	text-decoration:none;  
}

.textcomponent .testimonial
{
	font-weight: bold; 
	font-family:'AdelleBasic';
	font-size:16px;
}

/*************** for editor***************/
.wysiwyg-default
{
	font-size:11px; 
	font-family:arial;
}

h1.wysiwyg-h1
{
	
	padding:5px 5px 5px 5px; 
	
	background-color:black; 
	color:white;
	font-weight: bold;
	font-family:'AdelleBasic';  	  
}

h2.wysiwyg-h2
{

	border-bottom: solid 1px #a6b7d7;
	
	color:#1e4d9f; 
	font-weight: bold; 
	font-family:'AdelleBasic';  	 

}

.wysiwyg-testimonial
{
	font-weight: bold; 
	font-family:'AdelleBasic';
	font-size:16px;
}
