/*
// $Id: content.css,v 1.4 2007/06/14 17:07:15 dennisc Exp $
// $Revision: 1.4 $
// $Author: dennisc $
//
// $Log: content.css,v $
// Revision 1.4  2007/06/14 17:07:15  dennisc
// Updated styles and backed out the session changes.
//
// Revision 1.3  2006/08/10 03:11:04  dennisc
// Initial changes for Phase 1 of the intranet.
//
// Revision 1.2  2006/07/07 21:21:47  dennisc
// Testing the drop down menus on Sunlight. I can't access the SQL server since I am working from home therefore I can't login.
//
// Revision 1.1  2006/05/23 22:31:25  dennisc
// *** empty log message ***
//
//
*/
body, p, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3B2D20;
	}
	
form {
	margin: 0px;
	}

input, select, option {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	}

a {
	color: #3B2D20;
	text-decoration:underline;
}

a:link {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	color: #B7B9A5;
}

a:visited {
	text-decoration:underline;
}

h1 {
	font-family: Times, Times New Roman, sans-serif;
	font-size: 24px;
	color: #4d3a36;
	line-height:24px;
	font-weight:100;
}

h2 {
	font-family: Times, Times New Roman, sans-serif;
	font-size: 20px;
	color: #4d3a36;
	text-decoration: underline;
	line-height:20px;
	font-weight:100;
}

h3 {
	font-family: Times, Times New Roman, sans-serif;
	font-size: 18px;
	color: #4d3a36;
	line-height:18px;
	font-weight:100;
}

h4 {
	font-family: Times, Times New Roman, sans-serif;
	font-size: 18px;
	color: #777777;
	line-height:18px;
	font-weight:400;
}

h5 {
	font-family: Times, Times New Roman, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-decoration:underline;
	color: #777777;
	line-height:16px;
	font-weight:400;
}

h6 {
	font-family: Times, Times New Roman, sans-serif;
	font-size: 14px;
	font-weight:bolder;
	color: #777777;
	line-height:14px;
}

