.lead {
 font-size:20px;
 line-height: 26px;
 font-family:"Poynter Serif RE", serif;
}

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
	display: block;
}

.img-left {
	float: left;
	margin: 0px 10px 15px 0px;
	display: block;
}

/* Tables */

table.fancy-table {
 width:100%;
 margin:20px 0px 20px 0px;
 border:1px solid #C2C2C2;
}

table.fancy-table tr:hover,
table.fancy-table tr:nth-child(even):hover {
 background:#666;
 color:#fff;
}

table.fancy-table tr:nth-child(-n+1):hover{
 background:none;
 color:#2F2F2F;
}

table.fancy-table tr:nth-child(even) {
 background:#e1e1e1;
}

table.fancy-table td {
 text-align:center;
 padding:9px 3px;
 font-family:"Lato", arial, sans-serif;
 font-size:12px;
}

table.fancy-table td:nth-child(n+1) {
  font-size:12px;
 font-weight:bold;
}

