@charset "UTF-8";

/* --- Text Styles --- */
body {
	text-align: center;
	font: small "Arial", Helvetica, Geogia, sans-serif;
	color: #333;
	line-height: 110%;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 12px 0 10px 10px;
}
h2 {
	font-size: small;
	font-weight: bold;
	color: #333;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

a:link, a:visited {
	color: #999;
	text-decoration: none;
}
a:hover, a:active {
	color: #333;
	text-decoration: none;
	-webkit-transition: color 0.4s linear;
}
#submenu a:link, #submenu a:visited {
	color: #999;
	text-decoration: none;
}
#submenu a:hover, #submenu a:active {
	color: #f90;
	text-decoration: none;
}

.text  {
	color: #333;
	font-size: 12px;
	line-height: 16px;
}
#italic {
	font-style: italic;
	color: gray;
}
.activeItem {
	color: #f90;
	list-style: url(../images/cssImages/bulletActiveItem.png);
}