﻿@charset "utf-8";
/* CSS Document */

/* ------------- Start of Page CSS ----------------- */

#bands {
		background-color:#143384;
}
	
.bands {
	width:100%;
	margin:0 auto 0 auto;
}

#table2 {
	width:100%;
	border:3px;
	border-color:#000000;
	padding:2px;
	text-align:left;
	background-color:#143384;
	font-family:Arial, Helvetica, sans-serif;
    font-size: smaller;
    font-weight:bold;
    color:#FFFFFF;
    line-height: 1.2em;
}

#table2 th {
	background-color:#DAA520;
	color:#ffffff;
	font-size:medium;
	padding-left:5px;
	text-align:left;
	height:30px;
	vertical-align:middle;
	border-top:2px #000000 solid;
	text-shadow: 0.1em 0.1em 0.05em #333;
	text-shadow: 0.1em 0.1em 0.2em black;
}

#table2 tr {
	background-color: #555FFF;
	border-bottom:2px #000000 solid;
}

#table2 tr.alt {
	background-color: #555FFF;
	border-bottom:2px #000000 solid;
	text-shadow: 0.1em 0.1em 0.05em #333;
	text-shadow: 0.1em 0.1em 0.2em black;
}

#table2 tr.alt1 {
	background-color: #2A9FFF;
	border-bottom:2px #000000 solid;
	text-shadow: 0.1em 0.1em 0.05em #333;
	text-shadow: 0.1em 0.1em 0.2em black;
}

#table2 tr.alt2 {
	background-color:#143384;
	border-bottom:0;
	text-shadow: 0.1em 0.1em 0.05em #333;
	text-shadow: 0.1em 0.1em 0.2em black;
}

#table2 td {
	padding-left:5px;
}
	
ul#nav4 {
  margin: 0;
  padding: 0;
  margin-left:4px;
  height:20px;
  padding-top:5px;
  text-align:left;
}

ul#nav4 li {
  display:inline;
  list-style:none;
  margin: 0;
  padding: 0;
  color:#FFFFFF;
  /*border-style: ridge;
  border-width: thin;*/
}

ul#nav4 li a {
  background-color: #143384;
  color:#FFFFFF !important;
  font-family: Arial;
  font-weight: bold;
  font-size: .9em;
  text-decoration: none;
  text-align: center;
  height: 1%;
}

ul#nav4 li a:hover {
  /*border-top:2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  margin: 2px;
  padding: 0.5em; */
  background-color:#000000;
}

.font-2 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:medium;
  font-weight:bold;
  color:#000000;
  line-height: 1.2em;
  text-align: left;
}
  
.font-3 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:medium;
  font-weight:bold;
  color:#FFFFFF;
  line-height: 1.2em;
  text-align: left;
}
  
#table2.col1 {
	width:12%;
}

#table2.col2 {
	width:12%;
}

#table2.col3 {
	width:44%;
}
#table2.col4 {
	width:20%;
}

#table2.col5 {
	width:12%;
}