@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background2.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14pt;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.thumbnail {
	position: relative;
	z-index: 0;
	text-decoration: none;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
	text-decoration: none;
}
.thumbnail span {
	position: absolute;
	background-color: #FFFFFF;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	filter: DropShadow(Color=666666, OffX=10, OffY=-10, Positive=1);
	text-decoration: none;
	border: thin solid #333333;
}
.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	text-decoration: none;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -125px;
	left: 180px; /*position where enlarged image should offset horizontally */
	text-decoration: none;
}

.thumbnail2 {
	position: relative;
	z-index: 0;
	text-decoration: none;
}
.thumbnail2:hover {
	background-color: transparent;
	z-index: 50;
	text-decoration: none;
}
.thumbnail2 span {
	position: absolute;
	background-color: #FFFFFF;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	filter: DropShadow(Color=666666, OffX=10, OffY=-10, Positive=1);
	text-decoration: none;
	border: thin solid #333333;
}
.thumbnail2 span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	text-decoration: none;
}
.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -125px;
	left: -200px; /*position where enlarged image should offset horizontally */
	text-decoration: none;
}.border {
	border: thin solid #333333;
}
.border2 {
	border-top: thin none #333333;
	border-right: thin solid #333333;
	border-bottom: thin solid #333333;
	border-left: thin solid #333333;
}
.border3 {
	border-top: thin solid #333333;
	border-right: thin solid #333333;
	border-bottom: thin none #333333;
	border-left: thin solid #333333;
}
.pad {
	padding: 5px;
}
.pad2 {
	padding: 7px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #CC0000;
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: 11pt;
	font-style: italic;
}
.style1 {
	color: #FF0000;
	font-size: 9px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	color: #999999;
	text-align: center;
}
.footertext a:lnk {
	text-decoration: overline;
}
.footertext a:visited {
	text-decoration: overline;
}
.footertext a:hover {
	text-decoration: none;
}
.footertext a:active {
	text-decoration: overline;
}
.pad3 {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}.slash {
	text-decoration: line-through;
}

