H1
	{
	color: #eb7100;
	font-weight: 600;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	/*
	color: #0099cc;
	font-size: 16pt;*/
	}
	
H2 
	{
	/*color: #678098;*/
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 5px;

	/*
	color: #0099cc;
	font-size: 14pt;*/
	}
	
H3 
	{
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 5px;
	border-bottom: #333 2px solid;
	}
	
span.orange_title
{
	margin: 0px 0px 5px 0px;
	
	background: #fd9d48;
	color: #fefeff;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	display: block;

	width: 100%;
	z-index: 0;
	position: static !important;
}
	
.dotted_title
	{
	font-weight: bold;
	background: url('../i/site/blue_dot.gif') repeat-x 0 100%;
	text-decoration: none;
	}
	
.dotted_title:hover
	{
	background: none;
	}
	
.lblue
	{
	color: #2c6ec8;
	}
	
.blue_title
	{
	color: #2c6ec8;
	font-weight: 600;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	}
	
