body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Arial;
letter-spacing: 2px;
line-height: 1.1em;
color: #AAAAFF;
padding: 5px 0;
text-align: right;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
.links a:link { text-decoration: none; color: #AAAAFF}
.links a:visited { text-decoration: none; color: #AAAAFF}
.links a:active { text-decoration: none; color: #AAAAFF}
.links a:hover { color: #FFFFFF}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AAAAFF;
	text-decoration: none;
}
.whitelink a:link {text-decoration: none; color: #AAAAFF}
.whitelink a:visited {color: #AAAAFF; text-decoration: none}
.whitelink a:active { color: #AAAAFF; text-decoration: none}
.whitelink a:hover {color: #FFFFFF}
.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #AAAAFF;
	font-weight: bold;
	text-decoration: none;
}
.speciallink a:link {text-decoration: none; color: #FF0000}
.speciallink a:visited {color: #FF0000; text-decoration: none}
.speciallink a:active { color: #FF0000; text-decoration: none}
.speciallink a:hover {color: #FFFFFF}
.speciallink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.bodytextitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.bodytextital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: italic;
}
.border {
	border: #AAAAFF;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 2px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.formtext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
