@charset "UTF-8";
/* CSS Document */

/* body/margin must match menu file (ccmenu.js) position. */
body
{
	background-color : white;
	font-family: HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,"Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif;
/*	color : #000;
	width: 100%;
	 margin: 0 auto;  */
}

html, body {
	height: 100%;
}

.wrapper {
 width : 66%;
 display: inline-block;
 margin-left: 15%;
 padding-top: 70px;
 }

.logo {
/* width: 10%; */

/* left: 36px; */
/* top: 36px; */
margin-top: 7px;
margin-right: 50px;
margin-bottom: 7px;
margin-left: 50px;
max-width: 144px;
}

.copyright {
float:left; 
height: 50px;
}

h2 {
	font-family: HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,"Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif;
  font-weight: 300;
	color: #4a4a4a;
	font-size : 28px;
}

h3 {
	 font-family: HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,"Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif;
	color: #f68b1f;
	 font-weight : 400;
	 text-align: left;
}

a {
color: #1779ba;
font-family: HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,"Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif;
font-size : 95%;
text-decoration: none;
}

footer {
	width: 100%;
	font-family: HelveticaNeueW02-45Ligh, HelveticaNeueW10-45Ligh, "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	font-size: 12px;
	background-color: #f4f4f4;
	border: 1px solid #e6e6e6;
	border-left: none;
	border-right: none;
	bottom: 0;
}

table.Query tr:nth-child(odd) {background-color: #f2f2f2;}

table.Query {
   border-collapse: collapse;
}
table.Query th,td {
 text-align: left;
 border: 0px;
 height: 40px;
 padding: 10px;
 width: 650px;
font-size: 95%
 }

table.Query th {
/* font-style : normal; */
font-family: HelveticaNeueW02-45Ligh,HelveticaNeueW10-45Ligh,"Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif;
font-weight: 400;
color: #f68b1f;
}