/************* SAMPLE FONT SIZES *****************/
#sample_font_size_1 {font-size:85%;}  	/*renders 11px */
#sample_font_size_2 {font-size:100%;} 	/*renders 13px */ 
#sample_font_size_3 {font-size:108%;} 	/*renders 14px */
#sample_font_size_4 {font-size:123.1%;} /*renders 16px */
#sample_font_size_5 {font-size:138.5%;} /*renders 18px */



/************* HTML TAGS *****************/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	}
	
h1,h2,h3,h4,h5,h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:.1em;
	}

h1{
	font-weight:normal;
	text-transform:uppercase;
	}

	
/************* CONTAINERS *****************/

#footer{
	font-size:85%;
	text-align:center;
	}



/************* NAVIGATION *****************/


/************* LISTINGS *****************/

.listingThumbnailCaption{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:85%;
	text-align:center;
	}
.listingThumbnailCaption th{
	text-align:right;
	}
.listingThumbnailCaption td{
	text-align:left;
	}

.listing_status{
	white-space:nowrap;
	text-transform:uppercase;
	}


/************* LISTING DETAILS *****************/

#listingDetailPhotoCaption{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:85%;
	text-align:center;
	}

#listingDetailsData th{
	text-align:right;
	}

#backToListingsNavigationOne a,
#backToListingsNavigationTwo a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:90%;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;	
	}


/************* ADMINISTRATION *****************/

#adminContent .dataTable th{
	text-align:right;
	}
	

/************* OTHER *****************/

.copyright{
	font-size:76%;
	}
.footerPhoneNumber{
	font-size:12px;
	}
.finePrint{
	font-size:76%;
	}
	
	
#listingEmailtoAFriend th{
	text-align:right;
	}

