body {
  background-color: #ffcc66;
  margin-left:20px;
  margin-right:20px; 
  scrollbar-base-color:lightsteelblue; 
  scrollbar-highlight-color:steelblue; 
  scrollbar-arrow-color:steelblue; 
  scrollbar-shadow-color:lightsteelblue;	}

body,p,td,th,input,select,span,a {
  font-family:arial,helvetica,verdana,sans-serif;
  font-size:8pt;
  color:black; }

a:link { font-size:8pt;color: Black;text-decoration:none;  font-weight : bold;  }
a:visited { font-size:8pt;color: Black; text-decoration:none;  font-weight : bold;  }
a:hover { font-size:8pt;color: Blue; text-decoration:none;  font-weight : bold;  }
a:active { font-size:8pt;color: Blue; text-decoration:none;  font-weight : bold;  }
a:focus { font-size:8pt;color: Blue; text-decoration:none;  font-weight : bold;  }

input { 
  background-color:white;
  border:1px solid steelblue; }
	
select {
  background-color:ghostwhite; 
  width:160px;}

.bgmiddle {
  background-color: #ffd373; }

.bglight {
  background-color:#ffcc66; }

.bgdark {
  background-color:#009900; }

.bgmenu {
  background-color:#ffcc66; }

.bgtop {
  background-color:#ffcc66; }

.bgwhite {
  background-color:#ffcc66; }

.fgmiddle {
  font-color:lightsteelblue; }

.fglight {
  color: White; }

.fgdark {
  color:slategray; }

.fgwhite {
  color:white; }

.menubutton {
  cursor:default;
  border:1px solid #FFE465;
  padding:2px;
}

.menuover {
  cursor:default;
  background-color:#009900;
  color:white;
  border:1px solid black;
  padding:2px;
}

.pagetitle {
  font-size:10pt;
  font-weight:bold;
  background-color:#009900;
  padding:2px;
  border:1px solid black;
  color:white;  }

.input100 {
  width:100%; }		

.inputcheck {
  border-width:0px; } 

.inputbutton {
  background-color:white;
  padding:2px;
  font-weight:bold;
  color:black;
}	

.itemsname {
  font-weight:bold;}	

.itemsname {
  color:black;}	

.itemsprice {
  font-weight:bold;
  color:darkred;}	

.itemspricetext {
  color: Black;}	

.itemssubtitle {
  color: Black;}	

.itemsshortinfo {
  color: Black; }	

.itemsinfo {
  color:black; }	

.buttons {
  text-align:center;
  cursor:default;
  color:black;
  border:1px solid black;
  background-color:ghostwhite;
  padding:2px;	}

.over {
  text-align:center;
  cursor:default;
  color:white;
  border:1px solid white;
  background-color:#009900;
  padding:2px;	}

.borderright {
  border-right:1px solid #ffcc66;}

.borderleft {
  border-left:1px solid #ffcc66;}

.borderbottom {
  border-bottom:1px solid #ffcc66;}

