h1 {
	color: darkblue;
	font-size: 80%;
        font-weight:normal;
        font-family:'arial';
        
}
h2 {
	background:#fff;
	color: #0E486C;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 190%;
}
h3 {
	color: #0E486C;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	 
	font-weight: bold;
        font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
}
h5 {
	color: #003d4c; 
	font-size: 100%;
        font-family:'arial';
        align-items: baseline;
        line-height: 0px;
}
h6 {
	color: #00008C;
	font-size: 120%;
        font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
}
table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
        overflow: hidden;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
        page-break-inside: avoid;
        overflow: hidden;	 
}
table tr:nth-child(even) {
	background: #f9f9f9;
        page-break-inside: avoid;
        overflow: hidden;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0 6px;
	padding:2px 5px;
}
a:link {
 color: darkblue;
  font-size: 80%;
  font-family:'arial';
  background-color: transparent;
 
}

a:visited {
  color: blueviolet;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}