.usertray				{ height: 75px;
						  background-color: #FDFDFD;
						  background-image: URL('../images/bg_usertray.gif');
						  text-align: right; text-valign: middle;

						  font-size: 11px; 
						  font-weight: bolder;
						  color: #2D1100; }

.usertrayheight 		{ height: 70px; width:20px; }

.usertray_normaltext 	{ font-size: 11px; 
						  font-weight: bolder;
						  color: #2D1100; }

.usertray_highlighttext	{ font-size: 11px; 
						  font-weight: bolder;
 						  color: #FF0000; text-transform: UPPERCASE; } 

.usertray_link			{ font-size: 11px; 
						  font-weight: bolder;
						  color: #2D1100;
						  text-decoration: none; text-transform: UPPERCASE;}

.usertray_link:hover	{ text-decoration: underline; }

.usertray_link_h		{ font-size: 11px; 
						  font-weight: bolder;
						  color: #FF0000;
						  text-decoration: none; text-transform: UPPERCASE; }

.usertray_link_h:hover	{ text-decoration: underline; }

.usertray_closer		{ height: 10px; border:0px;
				  		  background-color: #E3E1DC;
				  		  background-image: URL('../images/bg_usertrayclose.gif');
				  		  text-align: right; text-valign: middle;

				  		  font-size: 11px; 
				  		  font-weight: bolder;
				  		  color: #2D1100;  }
.usertray_header		{ background-image: URL('../images/usertray_headerbg.gif');}
