.body {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-SIZE: 12px; COLOR: #1b4b25; PADDING-TOP: 11px; FONT-FAMILY: verdana,arial,tahoma,sans-serif
}
.white {
	COLOR: #ffffff
}
.Whitelink {
	FONT-SIZE: 10pt; COLOR: white; FONT-FAMILY: Arial
}
A.Whitelink:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.Whitelink:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.Whitelink:hover {
	COLOR: #c0c0c0; TEXT-DECORATION: none
}
A.Whitelink:active {
	COLOR: #c0c0c0; TEXT-DECORATION: none
}
.Goldlink {
	FONT-SIZE: 11pt; COLOR: #ffffff; FONT-FAMILY: verdana,arial,tahoma,sans-serif
}
A.Goldlink:link {
	COLOR: #d98c13; TEXT-DECORATION: none
}
A.Goldlink:visited {
	COLOR: #d98c13; TEXT-DECORATION: underline
}
A.Goldlink:hover {
	COLOR: #fad860; TEXT-DECORATION: underline
}
.Hardylink {
	FONT-SIZE: 12pt; COLOR: #ffffff; FONT-FAMILY: verdana,arial,tahoma,sans-serif
}
A.Hardylink:link {
	COLOR: #bc3b2a; TEXT-DECORATION: none
}
A.Hardylink:visited {
	COLOR: #bc3b2a; TEXT-DECORATION: underline
}
A.Hardylink:hover {
	COLOR: #fad860; TEXT-DECORATION: underline
}
.Redlink {
	FONT-WEIGHT: bold; FONT-SIZE: 11pt; COLOR: #ffffff; FONT-FAMILY: verdana,arial,tahoma,sans-serif
}
A.Redlink:link {
	COLOR: #b90000; TEXT-DECORATION: none
}
A.Redlink:visited {
	COLOR: #b90000; TEXT-DECORATION: none
}
A.Redlink:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
.LargeBold {
	FONT-WEIGHT: bold; FONT-SIZE: large
}
.RedItalic {
	FONT-WEIGHT: bold; COLOR: #ff3333; FONT-STYLE: italic
}

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

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

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

.thumbright span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbright span img{ /*CSS for enlarged image*/
border-width: 0;
}

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

}


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

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

.thumbleft span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbleft span img{ /*CSS for enlarged image*/
border-width: 0;
}

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

}

