/* ----------------------------------------------TBIBLE ---------------- */ 
/* CODE FOR - background-image: url(../1samples2/tshirt.jpg);  */ 
/* -------- CODE max-width: 620px;  --------- */ 
/* -------- CODE table-layout: automatic;  --------- */ 
/* -------- CODE table-layout: fixed;  --------- */ 
/* -------- TAUPE-LIGHT #CCFF66  --------- */
/* -------- TAUPE-GREY #CCFF99  --------- */
/* -------- TAUPE-DARK #999933  --------- */
/* -------------------------------------------------------------------------------------------- */ 

BODY {
	background-color: #FFFFFF;
}
BODY,TD,TH,DIV,P {
   font-family: arial,sans-serif;
   color: #000000;
   font-size: 10pt;
}
BODY.menu {
   background-color: #ffffff;
   color: #000000;
}
/* ------------------------------------------------------------------------TOP-BAR------------------------- */ 
TABLE.top-bar {
	background-color: #CCFF66;
	width: 800px;
	padding: 0px;
}
TABLE.top-bar-links {
	background-color: #CCFF99;
	width: 800px;
	padding: 0px;
}
/* ------------------------------------------------------------------- -end TOP-header--------------------- */ 

/* -------------------------------------------------------table layout with left menu------------------------ */ 
TABLE.site {
	background-color: #FFFFFF;
	width: 800px;
	padding: 0px
}

/* -------------------------------------------------------table layout with left menu------------------------ */ 
TABLE.forms-inside {
	background-color: #CCFF66;
	width: 100%;
	padding: 10px
}

/* -----------------------------table with images - images have a solidborder around them------------- */ 
TABLE.image-box {
	background-color: #FFFFFF;
	width: 800px;
	padding: 0px;
}
TD.image-box {
	border-style: solid;
	border-width: 1px;
	border-color: #999933;
	padding: 5px;
}
/* -----------------------------table with images - images have a solid border around them------------- */ 


HR {
	background-color: #999933;
   	color: #999933;
}
H1 {
   font-size: 14pt;
   color: #999933;	
}
H2 {
   font-size: 13pt;
   color: #999933;
}
H3 {
   font-size: 12pt;
   color: #999933;	
}
A.quantity {
   text-decoration: none;
}
.small {
   font-size: 8pt;
}
A:link, A:visited, A:active {
   color: #0000FF;
}
A:hover {
   color: #FF00FF;
}
.sic {
   font-size: 10pt;
}

