body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
td { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#jeep_photos img {
	padding: 5px;
	margin: 5px;
	border: 1px solid #000;
}

/* LETTERS STYLES */

div.lettersCaption  {
	padding: 5px;
	width: 427px;
	border-top: 1px solid #666;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	color: #666;
	margin-top: 10px;
}

/*
	Rates Sheet
*/

#rates-sheet table {
	border: 0;
	padding: 0;
}
	#rates-sheet th {
		font-weight: bold;
		text-align: left;
		font-size: 11px;
		vertical-align: top;
		border-bottom: 1px solid #000;
		text-align: center;
	}
	#rates-sheet th:first-child { text-align: left; }
	#rates-sheet td {
		font-size: 12px;
		line-height: 20px;
		border-bottom: 1px solid #bbb;
		text-align: center;
		vertical-align: top;
	}
	#rates-sheet td:first-child { text-align: left; }
