.TextBox {
  border : 1px solid #000000;
  background-color : #FFFFFF;
  color : #000000;
  font-size : 14px;
  font-family :  Verdana, Arial, Helvetica, sans-serif;
}

.MoneyBox {
  border : 1px solid #000000;
  background-color : #FFFFFF;
  color : #000000;
  font-size : 14px;
  font-family :  Verdana, Arial, Helvetica, sans-serif; text-align:right
}

.SubmitButton {
  border : .5px solid #000000;
  font-size : 13px;
  font-family :  Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.AdText    { font-family:verdana,sans-serif;font-size:8px}

.ListingTitle { font-size: 9pt; font-family: Arial; font-weight: bold }
.ListingURL { font-family: Arial; font-size: 8pt; color: #B0B0B0; font-style: italic }
.ListingDescription { font-size: 9pt; font-family: Arial }
.ListingAddedTime { font-family: Arial; font-size: 8pt; color: #B0B0B0; }
.topFont {
 font-size : 11;
 font-family :  Verdana, Arial, Helvetica, sans-serif;
 color : #FFFFFF;
 font-weight: bold;
 text-decoration: none;
}
a:hover {color: #993399 }
a:visited { color: #800000 }
a:link { color: #000000 }
b            { font-size: 12pt; font-weight: bold }
form { margin: 0; padding: 0; }

body         { font-family: Verdana; font-size: 10pt; color: #000000 }
h1           { font-family: Verdana; font-size: 10pt; color: #000000; font-weight: bold; margin: 0; padding: 0; }
td           { font-family: Verdana; font-size: 10pt; color: #000000 }
.c1           { font-family: Verdana; font-size: 10pt; color: #FFFFFF; font-weight: bold }
.c1 a:link    { font-family: Verdana; font-size: 10pt; color: #FFFFFF; font-weight: bold }
.c1 a:hover   { font-family: Verdana; font-size: 10pt; color: #FFFF00; font-weight: bold }
.c1 a:visited { font-family: Verdana; font-size: 10pt; color: #FFFFFF; font-weight: bold }
.c1 a:active { font-family: Verdana; font-size: 10pt; color: #FFFF00; font-weight: bold }
.c2           { font-family: Verdana; font-size: 10pt }
.ulbox       { font-size: 10pt; color: #FFFFFF; font-weight: bold } ;

h4 { font-family: Verdana; font-size: 8pt; color: #000080 }
.breadcrumbs { font-family: Verdana; font-size: 8pt; color: #000080 }
.authimg { BORDER-RIGHT: #000080 2px solid; BORDER-TOP: #000080 2px solid; BORDER-LEFT: #000080 2px solid; BORDER-BOTTOM: #000080 2px solid }

.rtr { text-align: right; font-size: 8pt }
.rtr a:link { text-align: right; font-size: 8pt }
.rtr a:visited { text-align: right; font-size: 8pt }
.rtr a:active { text-align: right; font-size: 8pt }

hr { height: 1; border: 1px solid #000080 }

form { margin: 0; padding: 0; }

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 4px;
left: -1000px;
border: 2px solid #000080;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -10; /*position where enlarged image should offset vertically */
left: 20px; /*position where enlarged image should offset horizontally */
}
