body {
 	background-color: whitesmoke;
    color : black;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 11px;
  }


table.Container {
    height: 100%;
    width: 100%;
    font: Verdana, Arial, Helvetica, sans-serif;
  }


td.Header {
    height: 70px;
    vertical-align: middle;
    font-size: 11px;
    border-bottom: 1px solid gray;
   }


td.Navigator {
    width: 200px;
    font-size: 12px;
    vertical-align: top;
    border-right: 1px solid gray;
  }


td.Content {
    width: 80%;
    font-size: 12px;
    vertical-align: top;
  }


td.Footer {
    height: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    border-top: 1px solid gray;
  }

tr.Content
{
	height: 400px;
}

.FooterInfo {
    font-style: italic;
  }


span.Logo {
    margin-left: 50px;
    color: gray;
  }


.Menu {
    font-size: 14px;
    font-weight: bold;
		margin-left: -15px;
  }


a {
    color: #000652;
    text-decoration: none;
  }


a:hover {
    text-decoration: underline;
  }


a:visited {
    text-decoration: none;
    color: darkblue;
  }


.SectionTitle {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }


.Title {
    font-size: 14px;
    font-weight: bold;
  }

span.PathStop {
    font-weight: bold;
  }

