/* Style sheet */

body, li, p, table {
  font-size:10pt;
  font-family:arial;
}

.background {
  background-color:#400080;
  
}

a {
  color:#003399;
  text-decoration:underline;
}
a:hover {
  color:#5E6297;
  text-decoration:underline;
}

a.menu {
  color:black;
  text-decoration:none;
}
a.menu:hover {
  color:#2566A7;
  text-decoration:underline;
}

a.menu2 {
  font-size:9pt;
  color:black;
  text-decoration:none;
}

a.menu2:hover {
  font-size:9pt;
  color:#2566A7;
  text-decoration:underline;
}

a.menu3 {
  font-size:8pt;
  color:black;
  text-decoration:none;
}

a.menu3:hover {
  font-size:8pt;
  color:#2566A7;
  text-decoration:underline;
}

/* Text Headers */
h1 {
  color: #EFB70E;
  text-align:center;
  font-size:22pt;
}

h2 {
  color: #00287D;
  text-align:center;
  font-size:14pt;
}

h3 {
  color: #003399;
  text-align:center;
  font-size:13pt;
  font-family:arial;
}

h4 {
  color:#00287D;
  font-weight:bold;
  font-size:10pt;
  
}

h5 {
  color:#2F0475;
  font-weight:bold;
  font-size:12pt;
  text-align:center;
}

h6 {
  color:#00287D;
  font-weight:bold;
  font-size:9pt;
  text-align:center;
}

p {
  text-align:left;
  font-size:10pt;
}

/* For blue text */
.blue {
  color:#2566a7;
}

/* Emphasis on words - bold and orange colored for now. Use the <em> tag. */
em {
  color: #5F52F8;
  font-weight:bold;
}

/* Left column navigation styles */
td.leftColumn {
  background-color:#80B6D2;
  background-image:url("images/bk_blue2.jpg");
  background-repeat:repeat-y;
  font-size:12pt;
}

.leftColumnInner {
  border: 0px solid #ff9933;
  background-color:#FFFFFF;
  font-size:9pt;
}
/* End left column navigation styles */

.footer {
  border:1px solid #2566A7;
  background-color:#FFCC00;
  text-align:center;
}

.mid {
  font-size:9pt;
}

.small {
  font-size:8pt;
}

.fancy {
  font-family:times;
  font-size:13pt;
  font-style:italic;
}

/* Colored Table styles */
.blueborder {
  border: 1px solid #5487C5;
  padding:1em;
  text-align:center;
}

.blueborder2 {
  border: 2px solid #5487C5;
  padding:1em;
}