/*======================
	HEADINGS
========================*/
h1{ color:#003366; font-size:26px; font-weight:700; margin-bottom:10px; line-height:1.0; }
h2{ color:#656e77; font-size:20px; margin-bottom:15px; line-height:1; font-weight:700;  }
h3, h4, h5, h6{ font-size:16px; margin-bottom:5px; color:#808800; font-weight:700;  }
/*======================
	LINKS
========================*/
a
{
	color:#003366; 
}

a:hover
{
	
}
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{ 
	font-size:14px; 
	font-weight:700; 
	text-decoration:none; 
}
dd{ margin-left:23px; color:#717171;  }
/*======================
	MISC
========================*/
blockquote{   }

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 } 
