/*======================
	HEADINGS
========================*/
h1{ }
h2{ font-size:20px; color:#3f6fbe;  }
h3{ }
h4{ }
h5{ }
h6{ }
/*======================
	LINKS
========================*/
a{	color:#3f6fbe; text-decoration:none;  }
a:link{ }
a:hover{ text-decoration:underline;  }
a:visited{ }
/*======================
	PARAGRAPHS
========================*/
p
{ 
	padding:5px 0 5px 0; 
	margin:5px 0 5px 0; 
}
/*======================
	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
{
	
}
/*======================
	ORDERED LIST
========================*/
ol 
{
	list-style:decimal; 	
	margin-left:35px; 	
}
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{  }
