body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	color: #666666;
}
a:link {text-decoration: none; color: #747474;}
a:visited {text-decoration: none; color: #747474;}
a:active {text-decoration: none; color: #FF0000;}
a:hover {text-decoration: none; color: #FFFFFF;}

/*.productPhoto{
	opacity:0.8;
	filter:alpha(opacity=10);
}
.productPhoto:hover {
	opacity:1;
	filter:alpha(opacity=0);
}*/

td {
	font-family: Tahoma, "MS Serif";
	font-size: 14px;
}
.tdWhite {
	color:#FFFFFF;
}
input{
	font-family: Tahoma;
	font-size : 14px;
	border: 1px solid #999999;
}
select{
	font-family: Tahoma;
	font-size : 14px;
	border: 1px solid #999999;
}
hr{
	border:dotted #757575; 
	border-width:1px 0 0 0; 
	height:0;
	line-height:0px;
	font-size:0;
	margin:0;
	padding:0;
}



.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #333333;
}
.textnormal {
	font-family: Tahoma, "MS Serif";
	font-size: 14px;
}
.textbold {
	font-family: Tahoma, "MS Serif";
	font-size: 14px;
	font-weight: bold;
}