/* CSS Document */
.bodycontent {
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #5d5e5e;
	line-height: 15px;
}
.header {
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #223237;
	font-weight:bold;
}
.subhead {
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #76919c;
	font-weight:bold;
}
a:link {
  color:#fb9a02;
  font-weight:bold;
  text-decoration:none;
}

a:visited {
  color:#fb9a02;
  font-weight:bold;
  text-decoration:none;
}

a:hover {
  color:#24353b;
 font-weight:bold;
  text-decoration:none;
}

li {
	list-style-image: url(images/bullet.jpg);
	margin-left:-25px;
	
}

	

