body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	
	
	font-size:12px;
	background-color: black;	
	}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
#homeContent {
	background-color: white;
	border-right: 1px solid black;
	}
#homeContent2 {
	background-color: white;
	border-right: 1px solid black;
	padding: 8px 0px 0px 0px;	

	}
a:link {
	color: #AD1502;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {
	color: #AD1502;
	text-decoration: none;
	font-weight: bold;
	}
a:active {
	color: #AD1502;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
	}
#product {
	background-color: white;

	}
.productTitle {
	color: black;
	font-size: 10px;
	text-transform: uppercase;
	
	}
	
.productTitle a:link {
	color: white;
	font-size: 10px;
	text-transform: uppercase; 
	}
	
.productTitle a:active {
	color: white;
	font-size: 10px;
	text-transform: uppercase; 
	}
.productTitle a:visited {
	color: white;
	font-size: 10px;
	text-transform: uppercase;  
	}
.productTitle a:hover{
	color: red;

	text-transform: uppercase; 
	}			
	
#productAdmin {
	background-color: white;
	
	}
input, select, option {
	font:Arial, Helvetica, sans-serif;
	}
#allProducts {
	/*border: 1px solid black;*/
	
	
	}
input, select {
	font-family:Arial, Helvetica, sans-serif;
	}
	
#blackBorder {
	border: 1px solid black;
	}	
	
.linkBlack a:link{
	color: black
	}
.linkBlack a:visited{
	color: black
	}		
.linkBlack a:active{
	color: black
	}	
.linkBlack a:hover{
	color: grey
	}	
	
.productsRed {
	color: #AD1502;
	font-size:12px;
	}
/*.allProductsCategoryTitle {
	font-size: 10px;
	font-weight:bold;
	color: whiite;
	text-transform:uppercase;
	}	*/