body {
    font: 12px "Times New Roman", Times, serif;
	background-color:#F6F1ED;
}

ul {
	list-style-image: url(images/bullet.gif);
	list-style-type: square;
	font:16px;
	list-style-position: outside;
}
.bulletHeader {font-size: 14px; font-weight:bold;}
.bulletContent {
	font-size: 14px;
	color:#000000;
    text-decoration:none; 
}
.bulletContent:hover {
   text-decoration:underline;
}
.infoHeader {font-size: 12px; font-weight: bold;}
.infoContent {font-size: 12px}
.footerContent {
	color: #CC9966;
	font-size: 11px;
	text-decoration:none;
}
.footerContent:hover {
    text-decoration:underline;
}
.infoLink {
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  color:#CC9966;
}
.infoLink:hover {
  text-decoration:underline;
}




