#listingTable .label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
}
#listingTable td {
	background-color: #ccc;
	vertical-align: top;
}
#listingTable .required {
	background-color: #EDCAA7;
}
#listingTable th {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	background-color: #666666;
	color: #FFFFFF;
}
#listingTable th a {
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	background-color: #666666;
}
#listingTable table {
	 width:100%;
	 border:0px;
	 border-width:1px;
	 padding:2px;
}

#listingTable tr {
    FONT-SIZE: 11px;
    COLOR: #333;
    FONT-FAMILY: verdana;
	font-weight:normal;
}

.listingadd {
    FONT-SIZE: 11px;
    COLOR: #333;
    FONT-FAMILY: verdana;
	font-weight:bold;
}

#listingTable {
    FONT-SIZE: 11px;
    COLOR: #333333;
    FONT-FAMILY: verdana;
	font-weight:bold;
}

#listingTable a:link {
  font-size: 10px;
  color: #c68600;
  font-family: verdana;
  text-decoration: none;
}
#listingTable a:visited {
  font-size: 10px;
  color: #c68600;
  font-family: verdana;
  text-decoration: none
}
#listingTable a:hover {
  color: #c68600;
	text-decoration: underline;
}
#listingTable a:active {
  font-size: 10px;
  color: #c68600;
  font-family: verdana;
	text-decoration: none;
}
