<style type="text/css">

<!--
/* CSS Style-Sheet-Specifications       */
//-->


body	{
	  font-family: Arial;
	  font-weight: normal;
	  background-color: #FFB;
	  padding: 0;
	  border: 0;
	  margin: 0;
	}


a:link	{
	  font-weight: normal;
	  color: #333;
	  text-decoration: none;
	}

a:visited
	{
	  font-weight: normal;
	  color: #383;
	  text-decoration: none;
	}

a:focus	{
	  font-weight: normal;
	  color: #33D;
	  text-decoration: none;
	}

a:hover	{
	  font-weight: normal;
	  color: #933;
	  text-decoration: none;
	}

a:active
	{
	  font-weight: normal;
	  color: #339;
	  text-decoration: none;
	}

div	{
	position: relative;
	padding: 0px;
	border: 0px;
	margin: 0px;
	}

span	{
	position: relative;
	padding: 0px;
	border: 0px;
	margin: 0px;
	overflow: hidden;
	}

.LMenu
	{
	  position: absolute;
	  left: 0px;
	  top: 0px;
	  width: 200px;
	  height: 100%;
	  text-align: left;
	  list-style: none;
	  list-style-position: inside;
          color: black;
 	  background-color: #FFB;
          font-family: Arial;
          font-style: normal;
	  font-size: 24px;
	}

.LMenuTitle
	{
	position: absolute;
	z-index: 2;
	  left: 0px;
	  top: 0px;
	  width: 200px;
	  height: 80px;
	  text-align: center;
          color: white;
 	  background-color: #D51;
	  font-size: 32px;
          font-family: Times;
          font-style: normal;
	}


.LMenuBox
	{
	  position: absolute;
	  z-index: 1;
	  left: 0px;
	  top: 80px;
	  width: 100%;
	  bottom: 30px;
 	  background-color: #FFB;
	  overflow: auto;
	}

.LMenu1
	{
	position: relative;
 	  background-color: #DD5;
	  font-size: 80%;
          line-height: 160%;
	}

.LMenu2
	{
	position: relative;
	  margin-left: 1em;
 	  background-color: #EE8;
	  font-size: 80%;
          line-height: 160%;
	}

.LMenu3
	{
	  margin-left: 1em;
 	  background-color: #FFB;
	  font-size: 80%;
          font-weight: bold;
          line-height: 160%;
	  color: #D33;
	}


.LMenuFooter
	{
	  position: absolute;
	  left: 0px;
	  bottom: 0px;
	  width: 100%;
	  height: 30px;
	  text-align: center;
          color: white;
 	  background-color: #AA0;
	  font-size: 11px;
	  line-height: 15px;
          font-family: Arial;
          font-style: italic;
	}

</style>
