/* CSS Document */

/* ********Fonts******** */

body {
	font: 14px Georgia, "Times New Roman", Times, serif;
	/*background-color:#F2F1ED;*/
	color: #333333;
	line-height: 18px;
	}

p {
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 8px 0px;
	line-height: 18px;
	}

td {
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	}
	
a, a:active, a:visited {
	text-decoration: none;
	color:#800000;
	}
	
a:hover {
	text-decoration: underline;
	color:#800000;
	}
	
.error {
	font-weight:bold;
	color: #CC0000;
	}

h1 {
	color:#800000;
	margin: .05em 0em .05em 0em;
	font: 32px Georgia, "Times New Roman", Times, serif;
	/*font-weight: bold;*/
	/*border-bottom: 2px solid #75263d;*/
	}
	
.layFlashTitle {
	width: 500px; height: 50px;
	}
	
h2 {
	margin: 0.3em 0em 0.3em 0em;
	font: 20px Georgia, "Times New Roman", Times, serif;
	color:#800000;
	/*font-weight: bold;*/
	}
	
	
h3, h5, h6 {
	margin: 0.3em 0em 0.3em 0em;
	font: 14px Georgia, "Times New Roman", Times, serif;
font-style:italic
	color:#000;
	}	
	
h4 {
	margin: 0.3em 0em 1em 0em;
	font: 15px Georgia, "Times New Roman", Times, serif;
	color:#800000;
	font-variant:small-caps;
	}	
	



#h7{ 
	position:relative;
	top:-10px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-weight: bold;
}

#h8 {
	position:relative;
	top:10px;
	font: 10px "Arial", Times, serif;
	color:#000;
	font-weight: bold;
}

#h9 {
	position:relative;
	top:-20px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color:#333;
}

#h10 {
	position:relative;
	top:-40px;
	font: 6px "Arial", Times, serif;
	color:#666;
}
#h10 a, #h10 a:visited, #h10 a:active {
	font: 9px "Arial", Times, serif;
	color:#666;
}
#h10 a:hover {
	color:#800000;
	text-decoration:none;
}

hr {
	border-top-color: #333333;
	/*border-top-width:1px;*/
	border-top-style: solid;
	height:0px;
	clear:both;
	}
	
img {
	border: 0px;
	}

.saleprice {
	font-weight: bold;
	color: #990000;
	}
	
.strikethru {
	text-decoration: line-through;
	}