body 
{
	background-color: #FFFFFF;
	font-family : "Arial", "Helvetica", Serif;
	font-size : 12px;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.content
{
  font-size : 12px;
  font-family : "Arial", "Helvetica", Serif; 
  color : #000000;
  text-align: left;

  /*  JS:  Adding this to cause padding to collapse in the bubble boxes */
  
	padding-top: 1px;
	padding-bottom: 1px;
}
A.content:visited {color : #000000; font-size : 12px; text-decoration: none;}
A.content:link {color : #000000; font-size : 12px; text-decoration: none;}
A.content:active {color : #000000; font-size : 12px; text-decoration: none;}
A.content:hover {color : #CC3300; font-size : 12px; text-decoration: none;}

.editContent
{
  border-style: solid; 
  border-color: black;
  color: #003466;
  font-size : 12px;
  font-family : "Arial", "Helvetica", Serif; 
  background-color : #CFDAEC;
  cursor: hand; 
  border-width: 1px;
  text-align: left;
}
