@font-face {
  font-family: DINRegular;
  src: url("../fonts/regular/DIN-reg.eot?#iefix");
  src: url("../fonts/regular/DIN-reg.eot?#iefix") format("eot"), url("../fonts/regular/DIN-reg.woff") format("woff"), url("../fonts/regular/DIN-reg.ttf") format("truetype");
}

@font-face {
  font-family: DINMedium;
  src: url("../fonts/medium/DIN-med.eot?#iefix");
  src: url("../fonts/medium/DIN-med.eot?#iefix") format("eot"), url("../fonts/medium/DIN-med.woff") format("woff"), url("../fonts/medium/DIN-med.ttf") format("truetype");
}

@font-face {
  font-family: DINBold;
  src: url("../fonts/bold/DIN-bold.eot?#iefix");
  src: url("../fonts/bold/DIN-bold.eot?#iefix") format("eot"), url("../fonts/bold/DIN-bold.woff") format("woff"), url("../fonts/bold/DIN-bold.ttf") format("truetype");
}

@font-face {
  font-family: DINLight;
  src: url("../fonts/light/DIN-light.eot?#iefix");
  src: url("../fonts/light/DIN-light.eot?#iefix") format("eot"), url("../fonts/light/DIN-light.woff") format("woff"), url("../fonts/light/DIN-light.ttf") format("truetype");
}

body * {
  font-family: DINRegular, Arial, Helvetica, sans-serif;
}

/* DEFAULT CKEDITOR STYLES */
h3.blue_title {
	color : Blue;
}

h3.red_title {
	color : Red;	
}

span.marker_yellow {
	background-color : Yellow; 
}	

span.marker_green {
	background-color : Lime;
}

span.language_rtl {
	dir:'rtl';
}

span.language_ltr {
	dir: 'ltr';
}

img.image_on_left {
	padding: 5px; 
	margin-right: 5px;
	border : 2;
	align : left;
}

img.image_on_right {
	padding: 5px; 
	margin-right: 5px;
	border : 2;
	align : right;
}

table.borderless_table {
	border-style: hidden;
	background-color : #E6E6FA;
}

ul.square_bulleted_list {
	list-style-type : square;	
}


/* CUSTOM STYLES */
h5.style1 {
	color : #0886af;
	font-family: DINMedium;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
}

p.style2 {
	color : #666666;
	font-family: DINBold;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

p.style3 {
	color : #000000;
        font-family: DINRegular;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height:15px;
}

p.style4 {
	color : #CC3333;
	font-family: DINMedium;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
}
