/* -------------------------------------
    GLOBAL
------------------------------------- */
* {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

img {
  max-width: 800px;
}

html {
  min-width: 800px !important;
  width: 100% !important;
  min-height: 90vh;
  height: 100% !important;
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-width: 800px !important;
  width: 100% !important;
  min-height: 90vh;
  height: 100% !important;
}
@media screen and (max-width: 600px) {
	html {
	 min-width: 600px !important;
	 max-width: 600px !important;
 	 min-height: 900px;
	}
  body {
	min-width: 600px !important;
	max-width: 600px !important;
  	min-height: 900px;
 }
}

.centered_div {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	text-align:center;
	background: url("onaeroi.png") no-repeat local center center; 
	background-size: 254px 300px;
}


/* -------------------------------------
    ELEMENTS
------------------------------------- */
a {
  text-decoration: none;
  color: #330099;
}

.btn-primary {
  Margin-bottom: 0px;
  width: auto;
}

.btn-primary td {
  background-color: transparent;
  border: solid 1px #330099;
  border-radius: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 14px; 
  text-align: center;
  vertical-align: top;
}

.btn-primary td a {
	background-color: transparent;
	border: solid 1px transparent;
	border-radius: 25px;
	border-width: 10px 20px;
	display: inline-block;
	color: #330099;
	cursor: pointer;
	font-weight: bold;
	line-height: 2;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.last {
  margin-bottom: 0;
}

.first {
  margin-top: 0;
}

.padding {
  padding: 10px 0;
}


/* -------------------------------------
    BODY
------------------------------------- */
table.body-wrap {
  padding: 20px;
  width: 100%;
}

table.body-wrap .container {
  border-top: 0px solid #999999;
  border-bottom: 0px solid #999999;
  border-right: 0px solid #999999;
  border-left: 0px solid #999999;
}


/* -------------------------------------
    HEADER & FOOTER
------------------------------------- */
table.header {
	padding-top:10px;
	padding-left:40px;
	padding-right:40px;
	text-align: left;
	width: 100% !important;
}

table.footer-wrap {
  clear: both !important;
  width: 100% !important;
}

.footer-wrap .container p {
  color: #666666;
  font-size: 12px;
  text-align:center;
  padding-bottom: 40px;
  width:100% !important;
}

.footer-wrap .container img {
  align:center;
  padding-top: 10px;
}

table.footer-wrap a {
  color: #999999;
}

/* -------------------------------------
    TYPOGRAPHY
------------------------------------- */
h1, 
h2, 
h3,
h4,
h5,
n0 {
  color: #111111;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 200;
  line-height: 1.2em;
  margin: 0px 0 10px;
}

h1 {
  font-size: 36px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}


t1 {
	color: #999999;	
  	font-size: 0.5em;
}
t2 {
	font-size: 1.1em;
	text-align:left;
	color: #666666;	
}
t3 {
	font-size: 0.95em;
	color: #666666;	
}
t4 {
	font-size: 0.8em;
	text-align:left;
	color: #666666;	
}

n0 {
	font-size: 1.0em;
}

p, 
ul, 
ol {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}

ul li, 
ol li {
  margin-left: 5px;
  list-style-position: inside;
}

/* ---------------------------------------------------
    RESPONSIVENESS
------------------------------------------------------ */

/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */
.container {
  clear: both !important;
  display: block !important;
  Margin: 0 auto !important;
  max-width: 1024px !important;
}

.line {
	margin-top: 10px;
	margin-bottom: 10px;
  	border-top: 1px solid #eeeeee;
}
/* Set the padding on the td rather than the div for Outlook compatibility */
.body-wrap .container {
  padding: 20px;
}

/* This should also be a block element, so that it will fill 100% of the .container */
.content {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  height: 100vh;
}

.imgborder img{
	border:0.5px solid #999999;
}
.navlink a{
	text-decoration: none;
	font-size: 0.8em;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  	font-weight: 200;	
}
/* Let's make sure tables in the content area are 100% wide */
.content table {
  width: 100%;
}

/* ---------------------------------------------------
    Colors
------------------------------------------------------ */
body {
  background-color: #000;
}
table.body-wrap .container {
  background-color: #fefefe;
}
table.header {
  border-bottom: 1px solid #999999;
  background-color: #fff;
}
table.footer-wrap {
  border-top: 1px solid #999999;
  background-color: #fff;
}
table.footer-wrap t3{
	font-size: 0.95em;
	text-align: center;
	color: #000;	
}
