@charset "utf-8";
/* CSS Document */

h1, h2 {
	color:#99cc33;
}
#outerWrapper #contentWrapper #content #contentTitle h1 {
	color: #99cc33;
}#outerWrapper #contentWrapper #content #navigationArea a {
	color: #99CC33;
}
/************************************ Navigation and links ************************************/

/* Sets the style for unvisited links. */
a,  a:link {
	color: #99cc33;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #99cc33;
	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;
}

