body {
	background-color: #000000;
	}

body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: lowercase;
	
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}


a {
	color: #FFFFFF;
	}

.navbartop {
	font-size: 14px;
	}
.navbartop a {
	text-decoration: none;
	}
.navbarbottom {
	font-size: 14px;
	}
.navbarbottom a {
	text-decoration: none;
	}
.subnav {
	font-size: 13px;
	}
.subnav a {
	text-decoration: none;
	}

.content {
	background-color: #000000;
	}
.inactive {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
	
.oldprice {
	color: #999999;
	text-decoration: line-through;
}
.newprice {
	font-weight: bold;
	color: #CC0000;
}
