body 
{
   margin-top: 0px;
   margin-left: 0px;
   font-family: "Trebuchet MS", arial;
   font-size: 80%;
}
a:link, a:visited, a:active 
{
   text-decoration: none;
   color: #FFFFFF;
}
a:hover 
{
   text-decoration: none;
   color: Red;
}
a.sidebtn:link, a.sidebtn:visited, a.sidebtn:active 
{
   background-color: #FFFFFF;
   text-decoration: none;
   font-size: 10pt;
   color: #191970;
}
a.sidebtn:hover 
{
   background-color: #FFFFFF;
   text-decoration: none;
   font-size: 10pt;
   color: Red;
}
.graybdr
{
   border: 2pt solid #ECECEC;
}
.pricebg
{
   background-color: #FF4040;
   font-family: arial;
   font-size: 10pt;
   font-weight: bold;
   color: #ffffff;
}
.proddesc
{
   font-family: arial;
   font-size: 70%;
}
.stockcheck
{
	background-color: #2257c0;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	color: white;
}