

@font-face {
  	font-family: 'Digitalfont';
    src: url('../webfonts/ds-digib-webfont.eot');
    src: url('../webfonts/ds-digib-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/ds-digib-webfont.woff2') format('woff2'),
         url('../webfonts/ds-digib-webfont.woff') format('woff'),
         url('../webfonts/ds-digib-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'SansationLight';
	src: url('../webfonts/SansationLight.eot');
  src: url('../webfonts/SansationLight.eot?#iefix') format('embedded-opentype'),
	url('../webfonts/SansationLight.woff') format('woff'),
	url('../webfonts/SansationLight.ttf') format('truetype');
	font-style:normal;
	font-weight:normal;
}



@font-face {
	font-family: 'SansationLight';
	src: url('../webfonts/Sansation_Bold.eot');
  src: url('../webfonts/Sansation_Bold.eot?#iefix') format('embedded-opentype'),
	url('../webfonts/Sansation_Bold.woff') format('woff'),
	url('../webfonts/Sansation_Bold.ttf') format('truetype');
  font-weight:bold;
  font-style:normal;
}

@font-face {
	font-family: 'SansationLight';
    src: url('../webfonts/sansation_light_italic-webfont.eot');
    src: url('../webfonts/sansation_light_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/sansation_light_italic-webfont.woff2') format('woff2'),
         url('../webfonts/sansation_light_italic-webfont.woff') format('woff'),
         url('../webfonts/sansation_light_italic-webfont.ttf') format('truetype'),
         url('../webfonts/sansation_light_italic-webfont.svg#sansation_lightlight_italic') format('svg');
    font-weight: normal;
    font-style: italic;
}


@font-face {
	font-family:'Economica';
	src: url('../webfonts/Economica-Regular-OTF.eot');
	src: local('☺'),
	 url('../webfonts/Economica-Regular-OTF.otf') format('opentype'),
	 url('../webfonts/Economica-Regular-OTF.woff') format('woff'), 
	 url('../webfonts/Economica-Regular-OTF.ttf') format('truetype'), 
	 url('../webfonts/Economica-Regular-OTF.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Class to attach this font to any element */
.fontid_Digital { font-family: 'Digitalfont' !important; }
.fontid_Economica { font-family: 'Economica' !important; }
.fontid_SanLight { font-family: 'SansationLight' !important; }


.MyText_right{
	position:relative;
	float:right;
	margin-left:20px;
	width:375px;
	margin-top:0px;
	text-align:left;	
}

.MyText_left{
	position:relative;
	float:left;
	margin-right:20px;
	width:375px;
	margin-top:0px;
	text-align:right;	
}

.MyText_middle{
	position:relative;
	margin-left:25%;
	width:50%;
	min-width:320px;
	margin-top:0px;
	text-align:center;
	margin-bottom: 20px;	
}





