body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-color: #053443;
  margin: 0;
}
  
p, ol, ul, div, td, th {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

/* colors */
  .blue_100 { color: #66797B; }
  .blue_90 { color: #758688; }
  .blue_10 { color: #DBE0E0; }
  .blue_text { color: #7FA3CB; }
  .orange_100 { color: #FFC48A; }
  .black_100 { color: #000000; }
  .white { color: #ffffff; }
  .black_50 { color: #999999; };

  .black_100_bg { background-color: black; }
  .blue_10_bg { background-color: #DBE0E0; }
  .blue_100_bg { background-color: #66797B; }
  .blue_90_bg { background-color: #758688; }
  .white_bg { background-color: #ffffff; }
  
  
/* fonts */
  .font8 { font-size: 8px; }
  .font9 { font-size: 9px; }
  .font10 { font-size: 10px; }
  .font11 { font-size: 11px; }
  .font12 { font-size: 12px; }
  .font13 { font-size: 13px; }
  .font14 { font-size: 14px; }

form { margin: 0; }
a.link_on_dark { color: white; }
a.plain { text-decoration: none; }
a.plain:hover {text-decoration: underline; }
img.absmiddle { vertical-align: middle; }
.top_space { margin-top: 10px; font-size: inherit;}

.leadership {
  border-bottom: solid 1px #999999;
  padding-bottom: 4px;
  margin-bottom: 4px;
  margin-bottom: 16px;
}

.print {
  display: none;
}


td img { 
  display: block; 
}

img {
  border: 0;
}

/* Lists */
  ul {
    margin-left: 12px;
    padding-left: 12px;
  }

/* HEADINGS & TITLES */
  h1, h2, h3, h4, h5 { font-family: Arial, Verdana, sans-serif; }
  h1 { font-size: 18px; margin: 0; padding: 0; }  
  h2 { font-size: 13px; margin: 5px 0 0 0; padding: 0px; }
  h3 { font-size: 13px; margin-bottom: 0; }
  

.padding {
  padding: 10px;
}

.cta {
  float: right;
}

.banner {
 	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

.cta_bg_bottom {
	background-image: url(../images/cta-bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


.cta_table {
	background-image: url(../images/cta-bg-top.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
}

.sdvob {
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 3px;
}
