h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
.formtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.regulartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: normal;
	color: #FF0000;
}

.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: normal;
	color: #0000FF;
}

.pink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: normal;
	color: #FF33CC;
}

.brown {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: normal;
	color: #663300;
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: normal;
	color: black;
}

.green {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: normal;
	color: #008000;
}

.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: normal;
	color: orange;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: normal;
	color: #808080;
}

.yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: normal;
	color: #FFCC00;
}

.purple {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: normal;
	color: #990099;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
top: 0px;
left: 0px;
height: auto;
width: auto;
padding: 3px;
padding-bottom: 4px;
background: black;
color: yellow;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 1.1em "Monotype Corsiva";
letter-spacing: 3px;
line-height:0.8em;
color: yellow;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: ;
margin: 0px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px inset black;
background-color: moccasin;
padding: 2px;
margin: 1px;
z-index: 5;
}


.marquee {font-family: GEORGIA, VERANDA, "TIMES NEW ROMAN", SANS-SERIF; font-size: 1.3em; color: RED;}

.whatsnew {position:absolute; top:-1px; padding: 3px; left:0px; background#BBAEF7; font-size: 0.6595em; font-weight:bolder;}