/*
// $Id: content.css,v 1.5 2007/02/08 22:44:11 dennisc Exp $
// $Revision: 1.5 $
// $Author: dennisc $
//
// $Log: content.css,v $
// Revision 1.5  2007/02/08 22:44:11  dennisc
// Changed the link colors per bug 4553.
//
// Revision 1.4  2007/01/17 16:16:12  dennisc
// Added contact form, site search and fixed some QA items.
//
// Revision 1.3  2007/01/09 01:22:14  dennisc
// Wrapper changes per QA with designer.
//
// Revision 1.2  2007/01/05 20:30:17  dennisc
// Initial build
//
// Revision 1.1  2006/12/23 19:32:49  dennisc
// Initial Build for CMT setup
//
// Revision 1.1  2006/11/27 16:28:25  scottl
// Re-established ReferenceWebsite module after cross-project corruption issue.
//
// Revision 1.1.1.1  2006/08/28 19:54:54  scottl
// Initial check-in.
//
//
*/
body, p {
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 12px;
	color: #46392F;
	}

form {
	margin: 0px;
	}

input, select, option {
	font-size: 10px;
	font-family: Geneva, Tahoma, sans-serif;
	color: #655A5F;
	line-height: 15px;
	}

a {
	color: #678293;
	text-decoration:underline;
	}

a:link 
{
	color: #678293;
	text-decoration:underline;
	}

a:visited {
	color: #144860;
	text-decoration:underline;
	}
	
a:hover {
	color: #144860;
	text-decoration:none;
	}
	
a:active {
	color: #678293;
	text-decoration:underline;
	}

h1 {
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #46392F;
	}

h2 {
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #46392F;
	}

h4 {
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #46392F;
	}

h5 {
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #46392F;
	}

h6 {
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #46392F;
	}
	
.contentHeaders {
	font-family: Geneva, Tahoma, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #46392F;
}

.contentHeaders a:link {
	color: #6D5D51;
	text-decoration:none;
	}

.contentHeaders a:visited {
	color: #6D5D51;
	text-decoration:none;
	}

.contentHeaders a:hover {
	color: #6D5D51;
	text-decoration:none;
	}

.contentHeaders a:active {
	color: #6D5D51;
	text-decoration:none;
	}
