@charset "utf-8";
/* CSS Document */

th#sale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	background-color: #CCCCCC;
	margin: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

td#sale {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

td#sale p {
	font: normal 13px Arial, Helvetica, sans-serif;
	text-align: justify;
}

td#sale div {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bolder;
	font-variant: normal;
	color: #092EDC;
}

ul {
	font: normal 14px Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-type: circle;
}

li {
	font: italic bolder normal 14px Arial, Helvetica, sans-serif;
	color: 092EDC;
	list-style-type: square;
	font-weight:bolder;	
}
	
h1 {
	font: bold 150% Arial, Helvetica, sans-serif;
	color:#602020;
	border-bottom:3px solid #804040;
	}

h2 {
	font: bold 150% Arial, Helvetica, sans-serif;
	color:#092EDC;
	text-decoration: underline;
}
h3 {
	font: italic bolder 15px Arial, Helvetica, sans-serif;
	color:#092EDC;
	border-bottom:none #804040;
	text-decoration: blink;
	}


h4 {
	font: bolder 13px Arial, Helvetica, sans-serif;
	color:#000000;
	border-bottom:none #804040;
	text-decoration: blink;
}


td#sale b {
	font: bold 13px Arial, Helvetica, sans-serif;
}


a:link {
	color: #092EDC;
	text-decoration: none;	
}

a:visited {
	color: #092EDC;
	text-decoration: none;	
}

a:hover {
	color: #04B400;
	text-decoration: underline;
}
