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

/* Sets the style for unvisited links. */
a, a.HomePageYellow:link  {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size:  13px;
	height:inherit;
}
/* Sets the style for visited links. */
a.HomePageYellow:visited {
	color: #ffffff;
	font-weight:;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a.HomePageYellow:hover {
	color: #999999;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
a.HomePageYellow:focus {
	color: #ffffff;
	text-decoration: none;
}
/* Sets the style for a link that is being activated/clicked. */
a.HomePageYellow:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
