body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: arial,helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #2c2c2c;
}

#header {
	position:relative;
	text-align:right;
	padding:20px 8px 0pt 0pt;
	background: url("images/title.jpg") no-repeat scroll right top transparent;
}

#info { font-size:12pt;
		text-align:left;
		 margin-left:8px; }
#visuals { text-align:center;
		 margin:0px auto;}
#footer { text-align:center;
		 margin:0px auto;
		 padding: 10px;}
#logo { text-align:right;
		padding-right:5%;}

table {
	border-collapse:collapse;
	width:100%;
}

td {
	background-color:#ffffff;
	width:25%;
}

table {
	border:1px solid white;
}
tr,td,th {
	border: 8px solid white;
}
			
th {
	font-weight:normal;
	font-size:12pt;
	color:#ffffff;
	background-color:#909090;
	height:30px;
}

/* FONTS */

h1 {
  font-size: 16pt;
  font-weight:normal;
}

h2 {
  font-size: 12pt;
  font-weight: normal;
  color: #909090;
  line-height: 20px;
}

h3 {
  font-size: 8pt;
  font-weight:normal;
  color:#909090;
}

#header p {
  line-height: 0;
}

#pi p {
  padding-left: 0px;
}

p.body {

}

a {
  color:#909090;
  text-decoration: none;
}

a img {
  border: 0;
}