/* CSS Document */

/*td.BGcenterPIC { background: url(../1-pix-led/bg-led-logo.gif) no-repeat 50% 50% white fixed ;
 
} */

td.BGtableTOP { background:url(1-pix-rl/bg-table-top.gif) no-repeat top ;
 
} 

td.BGtableMID { background:url(1-pix-rl/bg-table-mid.gif) repeat-y top ;
 
} 

td.BGtableBOT { background:url(1-pix-rl/bg-table-bot.gif) no-repeat top ;
 
} 

body {
	background-color: #adadad;
	background-image: url(1-pix-rl/bg.gif);
	background-repeat: repeat-x;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
	
	
}

.style4 {font-size: 12px}

a:link {
	color: #D6D2FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #D6D2FF;
}
a:hover {
	text-decoration: none;
	color: #FF0033;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
}