/*@font-face {
    font-family: 'Fugue';
    src: url('fonts/fugue_regular-webfont.eot');
    src: url('fonts/fugue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fugue_regular.otf') format ('otf'),
		 url('fonts/fugue_regular-webfont.woff') format('woff'),
         url('fonts/fugue_regular-webfont.ttf') format('truetype'),
         url('fonts/fugue_regular-webfont.svg#FugueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/


BODY {
	font-family: Helvetica, Sans Serif;
	font-size: 9pt;
	font-stretch: wider;
	color: #000000;
	text-decoration: none;
	text-align: left;
	background-color: white;
	margin: 0px;
	padding: 0px;
	}

A:link {color: #000000; text-decoration: inherit; font-weight: inherit; font-size: inherit;}
A:visited {color: #000000; text-decoration: inherit; font-weight: inherit; font-size: inherit;}
A:hover {color: #959ccc; text-decoration: inherit; font-weight: inherit; font-size: inherit;}
A:active {color: #959ccc; text-decoration: inherit; font-weight: inherit; font-size: inherit;}

B, I, UL {
	font-family: inherit;
	font-size: inherit;
	font-stretch: inherit;
	font-size-adjust: inherit;
}


/* IMG */

IMG {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}



/* DIV */

DIV {
	font-family: inherit;
	}

.title {
	position: fixed;
	top: 0px;
	left: 5%;
}

.bottomtitle {
	position: fixed;
	bottom: 5px;
	left: 5%;
}

.logo-bottom {
  font-family: inherit;
  position: fixed;
  left: 50%;
  bottom: 0px;
  margin-left: -114.5px;
}

.logo-top {
  font-family: inherit;
  position: fixed;
  left: 50%;
  top: 0px;
  margin-left: -114.5px;
}

.footer {
	font-family: inherit;
	position: fixed;
	bottom: 1%;
	right: 1%;
	color: #959ccc;
	font-size: 8pt;
	text-align: right;
	text-decoration: none;
}

.content {
	position: absolute;
	top: 100px;
	left: 8%;
}

.info {
	font-family: inherit;
	font-size: 16pt;
	position: absolute;
	bottom: 100px;
	left: 8%;
}


/* TABLE */

TABLE {	
	border: 0px solid #000000;
	margin: 0px;
	padding: 0px;
	border-collapse: separate;
    border-spacing: 6pt;
	}


TD {
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: white;
	padding: 3px;


	}

OBJECT {
	border: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	}
	

