/* Headings */

h2, .heading-2 {

	color: #375674;

	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;

}

h3, .heading-3 {

	color: #375674;

	font-size: 14px;
	font-weight: normal;
	
}

h4, .heading-4, h4 a, .heading-4 {

	color: #375674;

	font-weight: normal;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	text-decoration: none;

}

h5, .heading-5, h4 span {

	color: #606061;

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
	text-transform: uppercase;

}


/* --- */

#navigation li { background-color: #E4E0DD; }
#navigation li a { color: #36271D; }

#navigation li.selected { background-color: #272A2F; }
#navigation li.selected a { color: #E3DFDF; }

#navigation li.selected li a { color: #3D3D3D; }

/* Paragraphs */

p, .paragraph {

	color: #606061;

	font-size: 13px;
	
}

/* --- */

/* Links */

a, .link {

	color: #9F1D20;
	
	font-weight: normal;
	
	text-decoration: underline;
	
}

a:hover, .link:hover {

	color: #fc9106;	

}

a:visited, .link:visited {

	

}

a:active, .link:active {

	

}