/*
// $Id: content.css,v 1.4 2006/07/31 18:04:02 dennisc Exp $
// $Revision: 1.4 $
// $Author: dennisc $
//
// $Log: content.css,v $
// Revision 1.4  2006/07/31 18:04:02  dennisc
// Initial check-in.
//
// Revision 1.3  2006/07/25 15:22:21  dennisc
// Put the body tag in  both stylesheets and took the background attributes out of content.css which prevents the background image from showing up in the CMT.
//
// Revision 1.2  2006/07/25 14:37:18  dennisc
// Initial check-in of wrapper so client sees pages correctly when doing a preview in the CMT.
//
// Revision 1.1  2006/07/06 20:11:41  dennisc
// *** empty log message ***
//
//
//
*/
body, p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3f3f3f;
	line-height:15px;
	}

form {
	margin: 0px;
	}

input, select, option {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	}

a {
	color: #1a5eab;
	text-decoration:underline;
	}

a:link 
{
	color: #1a5eab;
	text-decoration:underline;
	}

a:hover {
	color: #ab6f1a;
	text-decoration:none;
	}

a:visited {
	color: #1a5eab;
	text-decoration:underline;
	}
	
a:active {
	color: #000000;
	text-decoration:underline;
	}

h1 {
	color: #1a5eab;
	font-size: 20px;
	}

h2 {
	color: #1a5eab;
	font-size: 18px;
	}

h4 {
	color: #1a5eab;
	font-size: 16px;
	}

h5 {
	color: #1a5eab;
	font-size: 14px;
	font-weight:bold;
	}

h6 {
	color: #1a5eab;
	font-size: 12px;
	}
