@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,600');
* { border:0px; list-style:none; margin:0px; padding:0px; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); -webkit-appearance: none; -moz-appearance: none; appearance: none; }
body { letter-spacing: 1px; margin:0px;  font-family: 'Libre Franklin', sans-serif; font-size:13px; font-size:13px; -webkit-text-size-adjust:100%;  color:#000; text-align:justify; line-height:18px;  }
h2 { font-size: 14px; margin: 10px 0; text-transform: uppercase; letter-spacing: 1px;}
a { color:#000; text-decoration:none; font-weight:bold; }
a:hover { text-decoration:underline; }

.print { color:#FFF; text-align: right; }
.print a { font-size:12px; display:inline-block; padding: 0 10px; }
.header { background:#FFF; padding: 20px 40px; }
.header img  { width:50px; }
.content { padding: 20px 40px; }


.group:before, .group:after { content:""; display:table; }
.group:after { clear:both; }
.col { display: block; float:left; margin: 0 0 0 1.6%; }
.col:first-child { margin-left: 0; }
.span_1_of_2 { width: 49.2%; }
.span_2_of_2 { width: 100%; }
