
/* This style formats the site tools text generated by EditMe. */
.menuhead{
	font-size: 9pt;
	font-weight: bold;
	color: black;
}
/* This style formats the tool div */
.menubox {
	border-left: 1pt solid gray;
	padding-left: 4pt;
}

/* This style formats the comment user name and date header. */
.commenthead {
	font-weight:bold;
	margin: 0pt 10pt 5pt 0pt;
}
/* This style formats the box surrounding comments. */
.commentbox {
	background-color=CCCCCC;
	padding: 2pt; 
	margin: 0pt 10pt 15pt 0pt;
}
.commentbox p {
	margin: 0pt 0pt 6pt 0pt;
}
