/* CSS Document */

<!--
.rescon {
	font-size: xx-small; color: #000000; line-height: 1.2em; font-family: Verdana,Arial,Helvetica,sans-serif; text-decoration: none;
    }
h1,h2,h3,h5,h6,td,tr,tbody,p {color: #000000; font-size: 14px; font-style: normal; line-height: normal; font-family: Arial, Verdana, Helvetica, sans-serif; text-align: left; }
h4 {color: #003366; background-color: transparent; font-size: 1.4em; font-style: normal; font-weight: bold; font-family: Arial, Verdana, Helvetica, sans-serif; text-align: left;}
body {
	background-color: #ffffff;
	color: #000000;
	}
/* begin all inline text links */
/* for unvisited links */
a:link {
	color: #0000ff; /* blue */
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
	}	 
/* for visited links */	
a:visited {
	color: #800080; /* purple */
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
	}
/* when mouse is over link */	
a:hover {
	color: #0000ff;
	background-color: yellow;
	text-decoration: underline;
	font-weight: normal;
	}
/* when link is clicked */	 
a:active {
	color: #ff0000; /* red */
	background-color: yellow;
	text-decoration: underline;
	font-weight: normal;
	}
/* end all inline text links */

/* begin all dark background links */
/* for unvisited links */
.nohover {
	color: #999999;
	background-color: transparent;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	}	 
/* for visited links */	
/* for unvisited links */
.nohover a:link {
	color: #999999;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	}	 
/* for visited links */	
.nohover a:visited {
	color: #999999;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	}
/* when mouse is over link */	
.nohover a:hover {
	color: #999999;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
	}
/* when link is clicked */	 
.nohover a:active {
	color: #999999;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	}
/* end all dark background links */


/* begin all dark background links */
/* for unvisited links */
.topnav {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	}	 
/* for visited links */	
/* for unvisited links */
.topnav a:link {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	}	 
/* for visited links */	
.topnav a:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	}
/* when mouse is over link */	
.topnav a:hover {
	color: #ffffff;
	background-color: #333333;
	text-decoration: underline;
	font-weight: normal;
	}
/* when link is clicked */	 
.topnav a:active {
	color: red;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	}
/* end all dark background links */

.sidenav {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	}	 
/* for visited links */	
/* for unvisited links */
.sidenav a:link {
	color: #000066;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	}	 
/* for visited links */	
.sidenav a:visited {
	color: #000066;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	}
/* when mouse is over link */	
.sidenav a:hover {
	color: #000066;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
	}
/* when link is clicked */	 
.sidenav a:active {
	color: red;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	}
/* end all dark background links */
div.row span.left {
  float: left;
  text-align: left;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #000000;
  background-color: transparent; 
  width: 45%;
  }

div.row span.right {
  float: right;
  text-align: right;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #000000;
  background-color: transparent;  
  width: 45%;
  }

-->
