BODY {
  background: #000000;
  background-image:url(images/bgtop.jpg);
  color: #000000;
  margin: 0px;
  margin-top: 0px;
  background-repeat:no-repeat;
  scrollbar-base-color:#000000;
	scrollbar-3d-light-color:#aabbcc;
	scrollbar-arrow-color:#aabbcc;
	scrollbar-darkshadow-color:#336666;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#8899aa;
	scrollbar-shadow-color:#336666;
	scrollbar-track-color:#000000;
  }
  
A {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF5B00;
	font-style: normal;
	text-decoration: none;
}

A:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: underline;
}

A:active {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: underline;
}
A:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #CCCCCC;
	font-style: normal;
	text-decoration: none;
}

.btext { 
	font-family: Tahoma, sans-serif; 
	font-size: 12px; 
	color:#CCCCCC;
	font-weight:bold;
}

.tabletters { 
	font-family: Tahoma, sans-serif; 
	font-size: 12px; 
	color:#FFFFFF;
	font-weight:bold;
}

.firstletter { 
	font-family: Tahoma, sans-serif; 
	font-size: 36px; 
	color:#FF5B00;
}

.boxText { 
	font-family: Tahoma, sans-serif; 
	font-size: 12px; 
	color:#FFFFFF;
}
	
.errorBox { 
	font-family : Tahoma, sans-serif; 
	font-size : 10px; 
	background: #ffb3b5; 
	font-weight: bold; 
}

.stockWarning { 
	font-family : Tahoma, sans-serif; 
	font-size : 11px; 
	color: #FFFFFF; 
	margin-left: 5px;
}


.tab01 {
  margin: 0px;
  margin-top: 89px;
  }
 
.smallfont { 
	font-family : Tahoma, sans-serif; 
	font-size : 9px; 
	color: #666666; 
}

.tab {
	border: 1;
	border-top-color: #FF5B00;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #FF5B00;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #FF5B00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FF5B00;
	border-left-style: solid;
	border-left-width: 1px;
}



