/* General Styles*/



/* HEADER */
.header a {
  text-decoration: none;
}

.company-name a {
  color: #f67b13;
  font-size: 22px;
}

.company-name a:hover {
  text-decoration: underline;
}

.page-tabs a {
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-weight: bold;
}

.page-tabs a:hover, .page-tabs .selected a {
  color: #013b60;
}

.site-menu, .site-menu a {
  color: #d1e6f7;
  font-size: 12px;
}

.site-menu li a {
  text-transform: uppercase;
}

.site-menu .login-status {
  text-align: right;
}


/* FOOTER */
.footer {
  color: #003a5f;
  font-size: 12px;
}

.footer-menu a {
  text-decoration: none;
}

.footer-menu a:hover {
  text-decoration: underline;
}

/* CONTENT */
.mini-header {
  font-weight: bold;
}