body {
	background: #FFFFCC;
}
body, p, div, span {
	font-family: Times New Roman;
	font-size: 10pt;
	color: #0000DD;
	font-weight: normal;
}
blockquote {
	font-weight: normal;
}
pre {
	padding-left: 10pt;
	font-size: 10pt;
	font-family: Courier;
}
th {
	font-size: 10pt;
	font-weight: bold;
	padding: 3pt;
	text-align: left;
}
td {
	font-size: 10pt;
	font-weight: normal;
	padding: 3pt;
}
h1 {
	font-size: 32pt;
	font-weight: normal;
}
h2 {
	font-size: 18pt;
	font-weight: bold;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
}
h4 {
	font-size: 12pt;
	font-weight: bold;
}
h5 {    font-size: 8pt;
        font-weight: bold;
}
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 {
	height: 1;
	width: 100%;
	text-align: left;
}
a:active, a:link, a:visited {
	color: #666666;
}
/* 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: 8pt;
	text-decoration: underline;
}
/* This style formats the site menu text generated by EditMe. */
.menutext{
	font-size: 8pt;
}

/* 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 silver;
	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=silver;
	padding: 2pt; 
	margin: 0pt 10pt 15pt 0pt;
}
.commentbox p {
	margin: 0pt 0pt 6pt 0pt;
}
