@charset "utf-8";
/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: ##04080f;
}

body {
	background: url(images/BG-bw.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

td {
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

ul {
    list-style-image: url('images/logobullet.png');
}

.table1 {
  background: rgba(0,0,0,0.85);
  height: 55%;
  width: 100%;
}


.table2 {
	width: 65%;
}

.table3 tr:nth-child(even) {
	background-color: #f2f2f2;
}
.table4 {
  background: rgba(0,0,0,0.85);
  width: 100%;
  font-size:9px;
  color:#CCCCCC;
}

.img-circle {
    border-radius: 50%;
}

#header {
	font-family:"Courier New", Courier, monospace;
	font-size: 4em;
	font-variant: small-caps;
}

#tablehead {
	font-variant:small-caps;
	font-size: 2.5em;
}

#bodytd {
	background-color:rgba(204,204,204,0.7);
}

#subheading {
	font-family:"Courier New", Courier, monospace;
	font-size: 1em;
	font-style:italic;
	font-variant: small-caps;
}