/* colors in doc 
blue bg: #45aced
bright green: #6cff06
med blue: #308bc5
dark blue: #5560D0
*/

body {
  background: #45ACED;
  margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;}

a {text-decoration: none}
a:link,a:visited,a:active {color: #308bc5}
a:hover   {color: #ffffff; text-decoration:underline}

.nav a,
.nav a:link,
.nav a:visited,
{ font-family: arial;
  font-size: 10pt;
  font-weight:normal;
  text-decoration: none;
  color:#DFE6EF}
.nav a:hover
{ color: #ffffff; 
	text-decoration: underline;}

hr  {
   border: 0;
   height: 1px;
   color: #F5F5F5;
   background-color: #ffffff; }

.text {
 font-family: arial;
 font-size: 10pt;
 color: #000000;
}

.copy {
 font-family: arial;
 font-size: 8pt;
 color: #000000;
}

.header {
 font-family: arial;
 font-size: 12pt;
 font-weight: bold;
 color: #308bc5;
}

.highlight {
 font-family: arial;
 font-size: 10pt;
 font-weight: bold;
 color: #308bc5;
}