.topnav {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
}
.small {
	color: blue;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: small;
}
.medium {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.medium2 {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
.completed {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	background-color : #FFFF66;
}
.boldwhitehdr {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: smaller;
}
.boldblackhdr {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: smaller;
}
.spiffy {
	color: black;
	font-size: medium;
	font-family: "New Roman", serif;
}
.bigletterhdr {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	font-size: large;
}
.whitelinks {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: xx-small;
}
.newscopy {
	font-family:courier;
	font-size: small;
	vertical-align:top;
}
.searchcell {
	font-family:Arial,Helvetica;
	font-size: small;
	vertical-align:top;
}
.newjersey {
	font-family:Arial,Helvetica;
	font-size: small;
	vertical-align:top;
	background:#333366;
	color:white;
}
a.search{color:#c00000;}
a:hover.search{color:red;text-decoration: none;}
a:hover{color:#00A5C6;text-decoration: none;}
H1 {
	text-transform : capitalize;
	color : #c00000;
	font-family : arial;
	font-style : normal;
	font-size : large;
	font-weight : bolder;
	text-align : left;
}
H2 {
	text-align : left;
	color : #c00000;
	font-family : arial;
	font-style : normal;
	font-size : large;
	font-weight : medium;
}
H3 {
	text-align : left;
	color : #c00000;
	font-family : arial;
	font-style : normal;
	font-size : medium;
	font-weight : medium;
}
H4 {
	text-align: left;
	color : #c00000;
	font-family : arial;
	font-style : normal;
	font-size : small;
	font-weight : bold;
}
P {font-family : arial;}
UL {font-family : arial;}
A {font-family : arial;}
TD {font-family : arial;}
.red {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color : #c00000;
}

.h2center {
	text-align : center;
	color : #c00000;
	font-family : arial;
	font-style : normal;
	font-size : large;
	font-weight : medium;
}
.h3center {
	text-transform : capitalize;
	text-align :center;
	color : #c00000;
	font-family : arial;
	font-style : normal;
	font-size : medium;
	font-weight : medium;
}