body, p, div, span {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 10pt;
	color: #000;
	font-weight: normal;
	background: #fff;
}
blockquote {
	font-weight: normal;
}
pre {
	padding-left: 10pt;
	font-size: 10pt;
	font-family: Courier;
}
th {
	font-size: 9pt;
	font-weight: bold;
	padding: 3pt;
	text-align: left;
}
td {
	font-weight: normal;
	padding: 3pt;
}
h1,h2,h3,h4,h5 {
	font-weight: bold;
	color: #2A48A0;
}
h2 {
	text-align: center;
}
ol {
	font-weight: normal;
	font-size: 10pt;
}
ul {
	font-weight: normal;
	font-size: 10pt;
}
li {
  padding: 2pt;
}
input {
	font-size: 8pt;
}
select {
	font-size: 8pt;
}
textarea {
	font-weight: normal;
}
hr {
	color: #FFD700;
	height: 1;
	width: 100%;
	text-align: left;
}
a:active, a:link, a:visited {
	color: #00f;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
}
/* This style formats error messages generated by EditMe. */
.error {
	font-weight: bold;
	color: red;
}
/* This style formats the site menu generated by EditMe. */
.menu{
	/* font-size: 10pt; */
	color: #696969;
	text-decoration: underline;
}
/* This style formats the site menu text generated by EditMe. */
.menutext{
	font-size: 8pt;
	color: #696969;
	/* padding: 0; */
}
/* 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: #E3E3E2; */
	padding: 2pt; 
	margin: 0pt 10pt 15pt 0pt;
}
.commentbox p {
	background-color: #E3E3E2; 
	margin: 0pt 0pt 6pt 0pt;
}

/* These styles are used for hiding and showing the tools menu */
.toolsContainer-off {
	display: none;
        width: 0;
}
.toolsContainer {
	display: block;
}
.toolsbutton-off {
	display: none;
}
.toolsbutton {
	display: inline;
	font-size: 8pt;
	float: right;
	padding-left:5px;
	padding-bottom:5px;
}
.toolsbutton-float {
	display: inline;
	font-size: 8pt;
	float: right;
}
