
body {
	background-color: #000000;
}
.text {
	font-family: arial;
	font-size: 11px;
	color: #8e8b8b;
	text-decoration: none;
}
.bodytext {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.heading {
	font-family: arial;
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
}
.headingred {
	font-family: tahoma;
	font-size: 14px;
	color: #f1000f;
	text-decoration: none;
	font-weight:bold;
}
.headingblack {
	font-family: arial;
	font-size: 17px;
	color: #000000;
	text-decoration: none;
	border-bottom:#cccccc 1px solid;
	display:block;
	
}
.text1 {
	font-family: arial;
	font-size: 13px;
	color: #8e8b8b;
	text-decoration: none;
}
.links {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.links a:link{
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.links a:active{
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.links a:hover{
	font-family: arial;
	font-size: 11px;
	color: #8e8b8b;
	text-decoration: none;
}
.menu1 a {
	font-family: arial;
	font-size: 12px;
	color: #8e8b8b;
	text-decoration:none;
	background-image:url(linksbg.jpg);
		background-position:center;
	display:block;
	padding:5px 2px 5px 2px;
	height:15px;
	text-align:center;
	border-right:#3e3d3d 1px solid;
}
.menu1 a:hover {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
	background-image:url(linksbgr.jpg);
		background-position:center;
	display:block;
	padding:5px 2px 5px 2px;
	height:15px;
	text-align:center;
	border-right:#3e3d3d 1px solid;

}
.selected A{
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
	background-image:url(linksbgr.jpg);
		background-position:center;
	display:block;
	padding:5px 2px 5px 2px;
	height:15px;
	text-align:center;
	border-right:#3e3d3d 1px solid;
}
.product a {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	height:13px;
	text-align:left;
	display:block;
	border-bottom:#cccccc 1px dotted;
}
.product a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	height:13px;
	text-align:left;
	display:block;
	background-color:#f3f1f1;
	border-bottom:#cccccc 1px dotted;
	
}
.selected1 A{
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	height:13px;
	text-align:left;
	display:block;
	border-bottom:#cccccc 1px dotted;
	background-color:#f3f1f1;
}