body {
background-color: #ffffff;
margin: 0px; 
padding: 0px;
text-align: center; /*tricks IE5.x into centering the page*/
font: 101% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* stops shorter pages from jumping when there is no scrollbar */
html { min-height:100%; margin-bottom:1px; }


/*heading styles*/
  h1 {
 	color: #000000;
	font-size: 24px;
	margin:0;
 }
 
 h2{
 	color: #000000;
	font-size:20px;
	margin:0;
 }
 
h3{
 	color: #000000;
	font-size: 18px;
	margin:0;
 }
  /*declares the styles for cells paragraphs and lists */  
 td {
	color: #000000;
	font-size: 14px;
 }

/*styles the bottom text link bar */
 #linkbar {
	background-color: #de1f26;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
 }

 /*to keep NS4 happy define styles for the td*/
  #linkbar td{
 background-color: #de1f26;	
 color: #FFFFFF;
 }
 
 #linkbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#linkbar a:visited {
	color: #FFFFFF;
	text-decoration:  none;
}
#linkbar a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#linkbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	
}
#sellTableTitle {
	background-color: #de1f26;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}
#SellTablePrice {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333366;
	vertical-align: middle;
}
#SellTableBottomLine {
	background-image: url(../images/SellTableBottomLine.jpg);
}



#sellTabledescription {
	font-size: 14px;
	color: #000000;
}
#content {
	font-size: 14px;
	width: 745px;
	padding-top: 8px;
}
#SecondPageTitle {
	font-size: 20px;
	font-weight: bolder;
	color: #de1f26;
}
#SecondNavBar {
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	width: 745px;
	padding-bottom: 2px;
	padding-top: 2px;
}
/*to keep NS4 happy define styles for the td*/
#SecondNavBar td{
font-size: 14px;	
 color: #FFFFFF;
 }
 
#SecondNavBar a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#SecondNavBar a:visited {
	color: #FFFFFF;
	text-decoration:  none;
}
#SecondNavBar a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#SecondNavBar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	
}
#srg {
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	width: 765px;
	padding-bottom: 2px;
	padding-top: 2px;
}
/*to keep NS4 happy define styles for the td*/
#srg td{
font-size: 11px;	
 color: #000000;
 }
 
#srg a:link {
	color: #000000;
	text-decoration: none;
}

#srg a:visited {
	color: #000000;
	text-decoration:  none;
}
#srg a:active {
	color: #000000;
	text-decoration: none;
}

#srg a:hover {
	color: #000000;
	text-decoration: underline;
	
}
