@charset "utf-8";
/* CSS Document */

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

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

 


.alert-success{
	font:14px 'bold', Arial, Helvetica, sans-serif;
	padding:10px;
	background-color:#BCEEB5;
	color: #003300;
	}
.alert-danger{
	font:14px 'bold', Arial, Helvetica, sans-serif;
	padding:10px;
	background-color: #FDCEDE;
	color: #CC0000;
	}

