BODY {
	background-color: #fc0;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
}
TD {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
}
.pageText {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	line-height: 22px;
}
.copyright {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
A:link {
	font-weight: bold;
}
A:visited {
	font-weight: bold;
}
A.copyright:link {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}
A.copyright:visited {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}
A.copyright:active {
	color: #999;
	text-decoration: underline;
}
A.copyright:hover {
	color: #999;
	text-decoration: underline;
}

A.red:link {
	color: #8A4937;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}
A.red:visited {
	color: #8A4937;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}
A.red:active {
	color: #8A4937;
	text-decoration: underline;
}
A.red:hover {
	color: #8A4937;
	text-decoration: none;
}
.bottomNav {
	color: #c60;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
A.bottomNav:link {
	color: #03c;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
A.bottomNav:visited {
	color: #03c;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
A.bottomNav:active {
	color: #06f;
	text-decoration: underline;
}
A.bottomNav:hover {
	color: #06f;
	text-decoration: underline;
}
.pageHeading {
	color: #360;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}
.subHeading {
	color: #900;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
.subHeadingGreen {
	color: #060;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
.blueHeading {
	color: #009;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13pt;
	font-weight: bold;
}
.navLinkCurrent {
	color: #360;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
A.navLink:link {
	color: #900;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
A.navLink:visited {
	color: #900;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
A.navLink:active {
	color: #006;
	text-decoration: underline;
}
A.navLink:hover {
	color: #006;
	text-decoration: underline;
}
a.articleLink:link {
	color:#000099;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	font-style:italic;
}
a.articleLink:visited {
	color:#000099;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	font-style:italic;
	font-weight: bold;
	text-decoration: underline;
}
a.articleLink:hover {
	color:#900;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	font-style:italic;
	font-weight: bold;
	text-decoration: none;
}
INPUT.formText {
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-color:#ffffff;
}
TEXTAREA.formTextArea {
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
SELECT.formText {
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
INPUT.formButton {
	background-color: #060;
	color: #fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 2px outset #090;
}

input {
	background-color:#ffffff
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.thumbnail font{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
top:-100px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail font img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover font{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -40px;
left: 60px; /*position where enlarged image should offset horizontally */

}


.redBold {
	font-weight: bold;
	color: #900;
}
