/*======================
	HEADERS
========================*/
h1, h2
{
	font-weight:400; 
	margin:0; 
}

h2
{
	font-size:20px; 
	color:#904604; 
	margin-bottom:5px; 
	margin-top:15px; 
	border:0; 
}

h3{
	font-weight:bold;
	font-size:14px; 
	color:#000; 
}
h4 { }
h5 { }
h6 { }
.bar
{

	margin:5px 0px 5px 0px;
	font-weight:bold;
	color:#002b2a;
	font-size:14px; 
	padding:5px;
	background:#eee5cf; 
	text-transform:uppercase; 
}
.first{margin-top:0 }
/*======================
	STRONG/BOLD, EM/I
========================*/
strong, b
{
	
	color:#664600; 
	font-weight:700;
}
em, i
{
	font-style:italic;
}
/*======================
	PARAGRAPH
========================*/
p
{
	margin:0px 0 8px 0;  
	line-height:1.4;
}
/*======================
	LINKS
========================*/
a
{
	color:#006613;
	text-decoration:underline; 
}
a:hover
{
	color:#bc7a3a; 
}
a:visited
{
	
}	
/*======================
	UL
========================*/
ul
{
	list-style:disc; 
}
