/*======================
	HEADINGS
========================*/
h1{ color:#fff; background:#ff8401; font-size:30px; padding:12px 0 12px 15px;  margin-bottom:10px}
h2{ color:#2451a0; font-size:18px; font-weight:700; }
h3, h4, h5, h6{ font-size:14px; font-weight:700; color:#000; }
/*======================
	LINKS
========================*/
a
{
	color:#ea6300; 
}
a:hover
{
	color:#ea9251; 
}
a:visited
{
	
}
/*======================
	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:30px; 	
	margin-bottom:15px; 
}
ul li
{
	
}
/*======================
	ORDERED LIST
========================*/
ol 
{
	list-style:decimal; 	
	margin-left:35px; 
	margin-bottom:15px; 
}
ol li
{
	
}
/*======================
	DEFINITION LIST
========================*/
dl{ margin-left:15px; }
dt{ 
	background:url(../images/bullet.png) no-repeat;
	display:block; 
	margin:10px 0 5px 0; 
	padding-left:23px; 
	font-size:14px; 
	font-weight:700; 
	text-decoration:none; 
}
dd{ margin-left:23px; color:#717171;  }
/*======================
	MISC
========================*/
blockquote{ background:url(../images/quote.png) no-repeat; padding:5px 0 0 18px; color:#5f5f5f; margin-bottom:10px;   }
blockquote span { display:block; text-align:right; font-weight:700; color:#000;  }

abbr{ border-bottom:dotted #000 1px;  }

acronym{ border-bottom:dotted #000 1px; }

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

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

code{ }

small{ font-size:11px }

.large{ font-size:14px } 
