

table.tinfo
	{
	width : 100%;
	}
	

td.ll
	{
	  width : 50%;
	  vertical-align : top;
	}
	
td.rr
	{  
	  width : 50%;
	  vertical-align : top;
	}

	
	
/* ******************* CONTENT : TITLES, DIVS **************** */

	
	
span.text_right
	{ 
	  color : #4D4D4D;
	  font-size : 12px;
	  text-align : right;
	}

span.li
	{
	  color : #4D4D4D;
	  font-size : 10px;
	}
	
div.contentright
	{
	  border-width : 1px;
  	  border-color : #A09F9F;
	  margin-left : 20px;
	}
	
div.dmenutop
	{
	  text-align : left;
	  border-top : dotted;
      border-bottom : dotted;
      border-width : 1px;
  	  border-color : #A09F9F;
/*	  width:95%;     */
	  width : 99%;
	  margin-left : 0px;
/*       margin-top: 40px;  */
      margin-top : 22px;
	  height : 117px;
	  background : #212121;
/*	  position:absolute;
      left:545px;
      top:54px */
	}
	
div.footer
	{
	  border-top : dotted;
      border-bottom : dotted;
      border-width : 1px;
  	  border-color : #A09F9F; 
	  margin-top : 14px;
	  text-align : center;
	  height : 40px;
	  background : #212121;
	}
	
div.space
	{
	  height:35px;
	}


div.welcome
	{
	  margin-left : 0px;
/*	  margin-right: 22px;  */
	  margin-right : 7px;
	  text-align : left;
	}

div.dleft
	{
	  margin-right : 10px;
	}

div.dright
	{
	  margin-left : 10px;
	}

div.middleline
	{
	  border-right : dotted;
	  border-width : 1px;
  	  border-color : #A09F9F;
	}

div.dtopright
	{
	  text-align : right;
	}
	
	/*
div.dmenubottom
	{
	  border-top: dotted;
      border-width: 1px;
  	  border-color: #C0C0C0;
	  width:90%;
	  margin-left: 10px;
	  margin-top: 40px;
	}
	*/

/* ******************* LINKS  ********************************* */	

a.menulink
	{
	  text-decoration : none;
	  padding : 0.8em; 
/*	  color: #C0C0C0;   */
	  color : #A09F9F;
	  background-color : #212121;
/*	  background-color:#FFFFFF;  */ 
      font-size : 75%;	  
	}

a.menulink:hover, a.afooter:hover
	{
	  color : #FFFFFF;
/*	  color: #000000;   */
/*	  background-color:#C0C0C0;   */
	}

a.more
	{
	  text-decoration : none;
	  padding : 0.5em; 
	  color : #000000;
	  background-color : #FFFFFF;
	}
	
a.more:hover, a.corner:hover
	{
	  color : #808080;
	  background-color : #FFFFFF;
	}

a.afooter
	{
	  text-decoration : none;
	  padding : 0.5em; 
	  color : #A09F9F;
	  background-color : #212121;
	}
	
a.corner
	{
	  text-decoration : none;
	  padding : 0.0em; 
	  color : #4D4D4D;
	  background-color : #FFFFFF;
	}

/* ******************** HORIZONTAL RULES ******************* */

hr
	{
	  width : 100%;
	  height : 1px;
	  border-top-style : dotted;
	  border-left-style : none;
	  border-right-style : none;
	  border-bottom-style : none;
	  border-color : #9D9DA1;
/*	  background: #9D9DA1; */
/*	  background: #ffffff;  */
	}
	
img.imgright
	{
	  float : right;
	  padding-right : 2px;
	}
