@charset "utf-8";
/* CSS Document */

/*h1, h2 {
	color: #9E6A2F;
}
#outerWrapper #contentWrapper #content #contentTitle h1 {
	color: #9E6A2F;
}*/
/************************************ Navigation and links ************************************/

/* Sets the style for unvisited links. */
a,  a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	/*color: #0F2144;*/
	color: #333399;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #000000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #000000;
}
