body {
	/*background-color: #0D4614;*/
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}
td {
	font-family: Arial, helvetica, sans-serif; font-size: 12px; text-align:justify;
}

th {
	font-family: Arial, helvetica, sans-serif; font-size: 12px; text-align:justify;
}

a:active {color: #555555; text-decoration: none; font-weight:bold;}
a:link {color: #555555; text-decoration: none; font-weight:bold;}
a:visited {color: #555555; text-decoration: none; font-weight:bold;}
a:hover {color: #333333; text-decoration: underline; font-weight:bold;}
A.link01:link {COLOR: #ffffff; TEXT-DECORATION: none; font-size: 11px; font-weight: bold;}
A.link01:visited {COLOR: #ffffff; TEXT-DECORATION: none;font-size: 11px;font-weight: bold;}
A.link01:active {COLOR: #ffffff; TEXT-DECORATION: none;font-size: 11px;font-weight: bold;}
A.link01:hover {COLOR: #000000; TEXT-DECORATION: none;font-size: 11px;font-weight: bold;}
A.link02:link {COLOR: #107DA5; TEXT-DECORATION: none;font-size: 14px;font-weight: bold;}
A.link02:visited {COLOR: #107DA5; TEXT-DECORATION: none;font-size: 14px;font-weight: bold;}
A.link02:active {COLOR: #107DA5; TEXT-DECORATION: none;font-size: 14px;font-weight: bold;}
A.link02:hover {COLOR: #F26521; TEXT-DECORATION: none;font-size: 14px;font-weight: bold;}
A.link03:link {COLOR: #005825; TEXT-DECORATION: none;font-size: 14px;font-weight: bold;}
A.link03:visited {COLOR: #005825; TEXT-DECORATION: none;font-size: 14px;font-weight: bold;}
A.link03:active {COLOR: #005825; TEXT-DECORATION: none;font-size: 14px;font-weight: bold;}
A.link03:hover {COLOR: #F26521; TEXT-DECORATION: none;font-size: 14px;font-weight: bold;}
A.link04:link {COLOR: #ffffff; TEXT-DECORATION: none;font-size: 11px;}
A.link04:visited {COLOR: #ffffff; TEXT-DECORATION: none;font-size: 11px;}
A.link04:active {COLOR: #ffffff; TEXT-DECORATION: none;font-size: 11px;}
A.link04:hover {COLOR: #FFCC66; TEXT-DECORATION: none;font-size: 11px;}
A.linkInternal:link {COLOR: #107DA5; TEXT-DECORATION: none;font-size: 12px;font-weight: bold;}
A.linkInternal:visited {COLOR: #107DA5; TEXT-DECORATION: none;font-size: 12px;font-weight: bold;}
A.linkInternal:active {COLOR: #107DA5; TEXT-DECORATION: none;font-size: 12px;font-weight: bold;}
A.linkInternal:hover {COLOR: #F26521; TEXT-DECORATION: none;font-size: 12px;font-weight: bold;}
.font01 {font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold;color: #FFFFFF;}
.font02 {font-size: 14px;color: #000000;}
.font03 {font-size: 12px;color: #000000;font-weight: bold;}
.font05 {font-size: 11px;color: #000000;}
.font06 {font-size: 11px;color: #917E76;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.bold-italic {font-weight:bold; font-style:italic;}

img.floatLeft { 
    float: left;
	padding-left: 2px;
    padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
}
img.floatRight { 
    float: right; 
	padding-left: 10px;
    padding-right: 2px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#floatLeft {
	float: left;
	padding: 10px;
}

#floatRight {
	float: right;
	padding: 10px;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid grey;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
border: 1px thin 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*/
visibility: visible;
top: 140px;
left: 290px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.thumbnailed img{
border: 1px; color:transparent;
margin: 0 5px 5px 0;
}

.thumbnailed:hover{
background-color: transparent;
}

.thumbnailed:hover img{
border: 1px; color: transparent;
}

.thumbnailed span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
border: 1px thin gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnailed span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailed:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 140px;
left: 290px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
