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