@charset "utf-8";
@import url("../../webfonts/Lato_Black/stylesheet.css");
 
  
.button{
	color: #FFF;
	border: 1px none #000;
	font-weight: bold;
	background-color: #005DA3;
	font-family: Lato, "Lato Black", "Lato Hairline";
	font-size: 11pt;
}
.button2{
	color: #FFF;
	border: 1px none #000;
	font-weight: bold;
	background-color: #FCCE47;
	font-family: Lato, "Lato Black", "Lato Hairline";
	font-size: 10pt;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 86px;
	height: 24px;
}
 