/*======================
	HEADINGS
========================*/
h1, h2{ font-size:14px; color:#000; font-weight:700; line-height:1.4; margin-bottom:10px; margin-top:15px;   }
h3{ }
h4{ }
h5{ }
h6{ }
.first{ margin-top:0; }
/*======================
	LINKS
========================*/
a{ color:#b56a00; }
a:link{ }
a:hover{ }
a:visited{ color:#9d0000 }
/*======================
	PARAGRAPHS
========================*/
p
{ 
	
	margin-bottom: 10px; 
}
/*======================
	STRONG/B EM/I
========================*/
strong, b
{
	font-weight:700;
}
em, i
{
	font-style:italic;
}
/*======================
	UNORDERED LIST
========================*/
ul
{
	list-style:disc; 	
	margin-left:35px; 	
}
ul li
{
	line-height:1.5; 
}
/*======================
	ORDERED LIST
========================*/
ol 
{
	list-style:decimal; 	
	margin-left:30px; 	
}
ol li
{
	
}
/*======================
	DEFINITION LIST
========================*/
dl{ }
dt{ font-weight:700; text-decoration:underline; margin-top:10px;  border:0;   }
dd{ margin-left:18px; }
/*======================
	MISC
========================*/
blockquote{ font-weight:700; font-style:italic; }

abbr{ }

acronym{ }

sub{ font-size:10px; line-height:1.5; vertical-align:bottom; }

sup{ font-size:10px; line-height:1.5; vertical-align:top; }

code{ }

small{  }

