@charset "utf-8";

/* CSS Document */



td {border-bottom: 0.5px solid #E0E0E0;
	border-collapse: collapse;
	}

s {color: #DDDDDD;
}

@font-face {
    font-family: 'misolight';
    src: url('miso-light-webfont.eot');
    src: url('miso-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('miso-light-webfont.woff') format('woff'),
         url('miso-light-webfont.ttf') format('truetype'),
         url('miso-light-webfont.svg#misolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
   font-family: misolight;
}

body {font-size: 150%;
}
table {
    font-size: 120%;
}
p {font-size: 180%;
color: #000000}

a {color: #000000;
text-decoration: none;
}
uus {font-size: 150%;
font-weight: 900;
color:#FFFFFF}

#mapimage { visibility: hidden; }

#outer {
    width: 1px; /* Or zero, or something very small */
    margin: auto;
    overflow: visible;
}
#inner {
    margin-left: -150px;
    width: 300px; /* Depending on the desired effect, width might be needed */
}