/*
// $Id: content.css,v 1.4 2009/09/18 16:18:55 zachb Exp $
// $Revision: 1.4 $
// $Author: zachb $
//
// $Log: content.css,v $
// Revision 1.4  2009/09/18 16:18:55  zachb
// *** empty log message ***
//
// Revision 1.3  2009/09/18 15:20:23  zachb
// *** empty log message ***
//
// Revision 1.2  2009/09/18 15:15:54  zachb
// *** empty log message ***
//
// Revision 1.1  2009/09/16 16:42:11  zachb
// initial revision
//
// Revision 1.2  2008/02/22 19:01:54  scottl
// Various changes to reference website.  Added new and updated example code modules and fixed some basic things that were missing/broken (Google Analytics, doctype, etc.)
//
//
*/

h1 {
	margin-top: 0;
	font-family: Arial, sans-serif;
	color: #ba532a;
	font-size: 27px;
	line-height: normal;
	font-weight: normal;
}

h2 {
	font-family: Times New Roman, Times, serif;
	color: #515b60;
	font-size: 19px;
	font-weight: normal;
}

A {
	color: #ba532a;
	text-decoration: none;
}

.txtContentIntro 
{
	font-family: Times New Roman, Times, serif;
	color: #515b60;
	font-size: 19px;
	line-height: 25px;
}
