@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-lig-webfont.eot');
    src: url('fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-lig-webfont.woff') format('woff'),
         url('fonts/lato-lig-webfont.ttf') format('truetype'),
         url('fonts/lato-lig-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	
}

div, span, p, td {	font-family: 'latolight';
	font-size: 18px;
	color: #555555;
}

#page  {
	margin: 0;
	padding:0;
	width: 100%;
}

img {
	width: 100%;
	height:auto;
}

.logo {
	margin: auto auto;
	text-align: center;
	vertical-align: middle;
	
}

.address, .address td {
	text-align: left;
	padding-left: 100px;
	font-size: 14px;
}

.half {
	width: 50%;
}

.legal {
	font-size: 11px;
}