body, p, div, span, ul, ol, li, a, tr, td {
      color: #2A3741;
      font-size: 14px;
      line-height:20px;
      font-family: Georgia,Times,Serif;
      background: white;
      }

blockquote {
      }

pre {
	padding-left: 12pt;
	font-size: 12pt;
	font-family: Courier;
      }

th {
	font-weight: bold;
	padding: 3pt;
	text-align: left;
      }

td {
	padding: 3pt;
      }

h1 {
	font-family:trebuchet, trebuchet MS, Arial, Helvetica, sans-serif;
	color: #557682;
	font-size: 22px;
      }

h2 {
	font-family:trebuchet, trebuchet MS, Arial, Helvetica, sans-serif;
	color: #557682;
	font-size: 16px;
	font-weight: 300;
      }

h3 {
      font-family:trebuchet, trebuchet MS, Arial, Helvetica, sans-serif;
      color: #557682;
      font-size: 14px;
      font-weight: 300;
      }


li {
    padding: 1pt;
    }

input {
    font-size: 10pt;
    }

select {
	font-size: 10pt;
       }

textarea {
      }

hr {
	color: #404040;
	height: 1;
	width: 100%;
	text-align: left;
       }

a:active, a:link {
	color: #2A3741;
	text-decoration: underline;
      }
a:visited {
	color: #557682;
	text-decoration: underline;
      }
a:hover {
	color: #FF6600;
	text-decoration: underline;
      }



/* This style formats error messages generated by EditMe. */
.error {
	font-weigth: bold;
	color: red;
}
/* This style formats the site menu generated by EditMe. */
.menu{
	font-size: 10pt;
	color: #0000ff;
	text-decoration: underline;
}
/* This style formats the site menu text generated by EditMe. */
.menutext{
	font-size: 10pt;
	color: #0000ff;
}

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

*/
.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=DDDDDD;
	padding: 2pt; 
	margin: 0pt 10pt 15pt 0pt;
      }

.commentbox p {
	background-color=DDDDDD;
	margin: 0pt 0pt 6pt 0pt;
      }


/* Admin screen styles: */
#adminBody{}
#adminMainTable{}
#adminMainCell{}
#adminMenuTable{}
#adminMenuRow{}
#adminMenuLeftCell{}
#adminMenuRightCell{}
#adminMenuSpacerRow{}
.adminHR{}
#adminMenuContentBlock{}