/*
// $Id: content.css,v 1.2 2009/09/16 20:20:39 zachb Exp $
// $Revision: 1.2 $
// $Author: zachb $
//
// $Log: content.css,v $
// Revision 1.2  2009/09/16 20:20:39  zachb
// *** empty log message ***
//
// Revision 1.1  2009/07/27 16:13:19  zachb
// *** empty log message ***
//
//
*/

h1 
{
	font-family: Arial;
	font-size: 26px;
	line-height: 37px;
	color: #D64C2B;
	font-weight: normal;
	margin-top: 0; 
	margin-bottom: 0;
	display: inline;
}

h2 
{
	font-family: Arial;
	font-size: 26px;
	line-height: 37px;
	color: #4C433C;
	font-weight: normal;
	margin-top: 0; 
	margin-bottom: 0px;
	display: inline;
}

h3 
{
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	color: #98938f;
	font-weight: bold;
	margin-top: 0; 
	margin-bottom: 0px;
}

.fact-grey 
{
	font-family: Arial;
	font-size: 10px;
	line-height: 14px;
	color: #C3BBB5;
	text-transform: uppercase;
}

.fact-red
{
	font-family: Arial;
	font-size: 10px;
	line-height: 14px;
	color: #D64C2B;
	text-transform: uppercase;
}

/* These classes are needed for the automatic show/hide/more in CMT content */
A.moreLink 
{
	
}

A.panelMarker
{
	
}
/* End show/hide/more */
