<style type="text/css">

<!--
/* CSS Style-Sheet-Specifications       */
//-->


body	{
	  font-family: Arial;
	  font-weight: normal;
	  background-color: #FFB;
	}


a:link	{
	  color: #FFF;
	  text-decoration: none;
	}

a:visited
	{
	  color: #FFF;
	  text-decoration: none;
	}

a:focus	{
	  color: #88F;
	  text-decoration: none;
	}

a:hover	{
	  color: #F88;
	  text-decoration: none;
	}

a:active
	{
	  color: #8F8;
	  text-decoration: none;
	}


.TMenuHome
	{
	  position: absolute;
	  left: 0px;
	  top: 0px;
	  width: 120px;
	  height: 80px;
 	  padding: 0;
          color: black;
 	  background-color: #FFB;
	  text-align: center;
	}

.TMenu
	{
	  position: absolute;
	  left: 120px;
	  top: 0px;
	  right: 0px;
	  height: 80px;
	  text-align: center;
	  list-style: none;
	  list-style-position: inside;
	  margin-left: 0px;
 	  padding: 0;
          color: white;
 	  background-color: #FFB;
          font-family: Arial;
          font-style: normal;
	  font-size: 24px;
	}

.TMenuItem
	{
	  height: 36px;
 	  padding: 0;
          color: white;
 	  background-color: #048;
	  font-size: 24px;
	  text-align: center;
	}


</style>
