@charset "utf-8";
/* CSS font */
Html, body {
	font-family: "Arial";
	font-size: 20px;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-weight: normal;
	font-stretch: normal;
	direction: ltr;
	color: #555555;
}

ol, ul, li {
	text-decoration: none;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	direction: ltr;
}

a {
	font-size: 14px;
	text-decoration: underline;
	color: #814396;
}

p {
	font-size: 14px;
}

.SmallFont {
	font-size: 12px;
}

.BigFont {
	font-size: 25px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}