/* type.css - CSS for font families, size, weight, list styles, etc */
h1 {
	font-size: 20px;
	line-height: 24px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h1 {
	font-weight: bold;
	font-style: normal;
	font-family: Georgia, serif;
}
h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-style: normal;
	font-family: Arial, sans-serif;
}

.header li a {
	font: bold normal 16px/22px Georgia, serif;
	text-decoration: none;
}
.info_email {
	direction: rtl;
	unicode-bidi: bidi-override;
}
.email { 
	direction: rtl; 
	unicode-bidi: bidi-override; 
}
.main_content {
	font: normal normal 14px/24px Arial, sans-serif;
}
.footer {
	font: bold normal 10px/24px Arial, sans-serif;
}	
	.footer p.footer_credits a {
		text-indent: -3000px;
		background: transparent url(../../_images/xcel_episode49.gif) no-repeat top left;				
	}

.customer_testimonials li span {
	font-weight: bold;
}

form .text_input, form .textarea_input {
	font: normal normal 14px/24px Arial, sans-serif;
}
.button {
	color: #fff;
	text-transform: uppercase;
	font: normal normal 12px/12px Arial, sans-serif;
	text-decoration: none;
}	
