/*======================
	HEADINGS
========================*/
h1{ }
h2{ color: #333333; font-size: 14px; margin:15px 0 5px 0; font-weight:700; background:#eee; padding:5px; }
h3{ color:#363740; font-size:14px; margin:5px 0 2px 0; font-weight:700; }
h4{ }
h5{ }
h6{ }

/*======================
	LINKS
========================*/
a{ text-decoration:none; color:#67AD00; outline:0;  }
a:link{ }
a:hover{ }
a:visited{ }
/*======================
	PARAGRAPHS
========================*/
p
{ 
    margin-bottom:15px;
    line-height:1.3;
}
/*======================
	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{ }

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{  }
