body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
td {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.title { 
	font: bold 14pt "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #053F05; 
}
a:link,a:visited { 
	color: blue; 
	text-decoration: underline;
}
a:hover { 
	text-decoration: none;
}
.subtitle { 
	color: blue; 
	font-size: 8px
}


hr {
	height: 1px;
	border-top: none 0;
}


.link1:link, .link1:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}
.link1:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}

.bodytext {
	font-family: Verdana;
	font-size: 11px;
	color: #4A4949;
	font-weight:none;
} 
.more{
	font-family: Verdana;
	font-size: 10px;
	color: #D72514;
	font-weight:none;
    text-decoration: none;
}
.bodytext2 {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight:none;
} 

.footer {
	font-family: Verdana;
	font-size: 10px;
	color:  #ffffff;
	font-weight:none;
} 

.link2:link, .link2:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #D72514;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}
.link2:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #D72514;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}


.bgstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #C30720;
}
.textarea { 
	background-color: #C30720; 
	background-attachment: scroll; 
}
.link3:link, .link3:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
.link3:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}



/* Listings */
.listing {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 10px;
}
.listing_item {
	clear: both;
	padding-bottom: 10px;
}

.listing_item .listing_item_header {
	padding: 10px;
	background-color: #e6e6e6;
	height: 20px;
}

.listing_item .listing_item_header h3 {
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.listing_item .listing_item_header p {
	float: right;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.listing_item .listing_item_header p span {
	color: #d82221;
}

.listing_item .listing_item_body {
	clear: both;
	padding-top: 10px;
}
.picture {
	border: 1px solid #000000;
}



/* Shopping Cart Styles */
.cartheader td { 
	background-color: #004184;
	color: #ffffff;
	font-weight: bold;
}
.checkout_table {
	background-color: #999999; 
	width: 450px
}
.checkout_row {
	background-color: #CCCCCC
}

/* Page Navigation */
#pageNav {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}
#pageNav span {
  font-weight: bold;
  padding: 2px 6px 3px 6px;
  border: 1px solid #FFF;
  margin-bottom: 20px;
}
#pageNav a {
  background: #ffffff;
  color: #0000FF;
  text-decoration: none;
  padding: 2px 6px 3px 6px;
  border: 1px solid #e6e6e6;
  margin-left: 2px;
  margin-right: 2px;
}
#pageNav a:hover {
  border-color: #d6d6d6;
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: underline;
}