/* CSS Document */
.theme_orange_underline{

	text-decoration: underline; 
	text-decoration-color: #CC4E0B; 
	text-decoration-style: solid;
	text-decoration-thickness: 5px;

}

.theme_orange_underline2{

	border-bottom: 5px solid #CC4E0B;
}

.theme_blue_underline{
		
	text-decoration: underline; 
	text-decoration-color: #03244D; 
	text-decoration-style: solid;
	text-decoration-thickness: 5px;
		
}

.theme_blue_underline2{

	border-bottom: 5px solid #03244D;
}

	
.theme_blue_underline_secondary{
		
	text-decoration: underline; 
	text-decoration-color: #496E9C; 
	text-decoration-style: solid;
	text-decoration-thickness: 5px;
		
}

.theme_blue_underline_secondary2{

	border-bottom: 5px solid #496E9C;	
}

.theme_orange_underline_secondary{
	
	text-decoration: underline; 
	text-decoration-color: #F68029; 
	text-decoration-style: solid;
	text-decoration-thickness: 5px;
}

.theme_orange_underline_secondary2{
	
	border-bottom: 5px solid #F68029;	
}

.theme_grey_underline{
 
	text-decoration: underline; 
	text-decoration-color: #AA9C8F; 
	text-decoration-style: solid;
	text-decoration-thickness: 5px;
	
}

.theme_grey_underline2{

	border-bottom: 5px solid #AA9C8F;	
	
}

.section_row{
	margin: 10px 0 5px 0;
	font-size: 16px;
}	
