body {
  font-family: "Arial", sans-serif;
  font-size: 12px;
}

td {
  font-family: "Arial", sans-serif;
  font-size: 12px;
}
td A:LINK {color : #0000CC; text-decoration : none;}
td A:VISITED {color : #0000CC; text-decoration : none;}
td A:ACTIVE {color : #0000CC; text-decoration : none;}
td A:HOVER {color : #0000CC; text-decoration : underline;}

.header {
	font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.price {
	font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
}

.button{
	background-color: #9999FF;
	font-weight: bold;
	color: #FFFFFF;
}

.textbox{
  border-top: 1px solid #242424;
  border-bottom: 1px solid #242424;
  border-left: 1px solid #242424;
  border-right: 1px solid #242424;
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;    
  color: #000000;   
  text-decoration: none;
	height : 20px;
	padding-left : 3px;
	padding-top : 1px;	
	background-image: url(../images/frmshadow_txtbox1-off.jpg);
	}
	
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #9999FF;
}

#dropmenudiv a:visited{ /*hover background color*/
	color : #0000CC;
}