/* REMOVED AFTER "body,": "p, "  */
body, div, span {
	font-family: "Comic Sans MS",Verdana,Helvetica,Arial,sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: normal;
}
/*  PNEWS STYLE ADDED BY CHRIS FOR NEWSLETTER */
pnews {
margin-top: 0.2em; margin-bottom: 0.2em; 
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
        text-align: justify; text-justify: newspaper
}
P.breakhere {page-break-before: always}
 p {
margin-top: 0.2em; margin-bottom: 0.2em; 
	font-family: "Comic Sans MS",Verdana,Helvetica,Arial,sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: normal;
}
blockquote {
	font-weight: normal;
}
pre {
	padding-left: 10pt;
	font-size: 10pt;
	font-family: Courier;
}
th {
	font-size: 12pt;
	font-weight: bold;
	padding: 3pt;
	text-align: left;
}
td {
	font-size: 12pt;
	font-weight: normal;
	padding: 3pt;
}
h1 {
	color: #770000;
	font-size: 24pt;
	font-weight: bold;
}
h2 {
	color: #660000;
	font-size: 18pt;
	font-weight: bold;
}
h3 {  margin-top: 0.5em; margin-bottom: 0.2em; 
	color: #550000;
	font-size: 14pt;
	font-weight: bold;
}
h4 {  margin-top: 0.5em; margin-bottom: 0.2em; 
	color: #660000;
	font-size: 13pt;
	font-weight: bold;
}
h5 {
	color: #006600;
	font-size: 14pt;
	font-weight: bold;
} 
h6 {
	color: #006600;
	font-size: 12pt;
	font-weight: bold;
} 
ol {
	font-weight: normal;
	font-size: 12pt;
}
ul {
	font-weight: normal;
	font-size: 12pt;
}
li {
  padding: 0pt;
}
input {
	font-size: 8pt;
}
select {
	font-size: 8pt;
}
textarea {
	font-weight: normal;
}
hr {
	color: #990000;
	height: 1;
	width: 100%;
	text-align: left;
}
a:active, a:link, a:visited {
	color: #990000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #990000;
	font-weight: bold;
	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."text-decoration: none" changed from "underline" by Chris; 
font-size changed from 10 to 9*/
.menu{
	font-size: 10pt;
	color: #990000;
	text-decoration: none;
}
/* This style formats the site menu text generated by EditMe. font-size changed from 10 to 9 */
.menutext{
	font-size: 10pt;
	color: #990000;
}

/* This style formats the site tools text generated by EditMe."text-decoration: none" added by Chris */
.menuhead{
	font-size: 9pt;
	font-weight: bold;
	color: black;
text-decoration: none;
}
/* 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-size: 10pt;
	font-style:italic;
	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;
}

/* Sortable tables- this style applies to the top row of tables with the relevant javascript inclue at the top of the page */
table.sortable a.sortheader {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}
