/* NAVIGATION */
/*


.nav_light_gray {
	//text-indent: 15px;	
	font-variant: small-caps;
	color: #4E4E4E;
	//background-color: #f8f8f8;
}
.nav_light_gray a {
	//text-indent: 15px;	
	text-decoration: none;
	color: #4E4E4E;
}
.nav_light_gray a:hover {
	text-decoration: none;
	color: #9f191c;
}


.nav_dark_gray {
	//text-indent: 15px;	
	font-variant: small-caps;
	color: #4E4E4E;
	//background-color: #dddddd;
}
.nav_dark_gray a {
	//text-indent: 15px;	
	text-decoration: none;
	color: #4E4E4E;
}
.nav_dark_gray a:hover {
	text-decoration: none;
	color: #9f191c;
}


.nav_highlited {
	//text-indent: 15px;	
	font-variant: small-caps;
	color: #FFFFFF;
	//background-color: #9f191c;
}
.nav_highlited a {
	text-indent: 15px;	
	text-decoration: none;
	color: #FFFFFF;
} 
*/
