body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #ff3300;
	text-decoration: none;
}
a:active {
	color: #ff3300;
	text-decoration: none;
}

/*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: #fff;
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: 15px;
left: 0px; /*position where enlarged image should offset horizontally */

}

.style11 {
	font-size: 18px;
	font-weight: bold;
}
.style12 {font-size: 12px}
.style68 {font-family: Geneva, Arial, Helvetica, sans-serif}
.style15 {color: #0066CC}
.style18 {color: #FFFFFF}
.style20 {color: #FFFFFF; font-weight: bold; }
.style7 {color: #333333}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {font-size: 14px}
.style5 {	color: #ff3300;
	font-size: 16px;
	font-weight: bold;
}
.style6 {font-size: 18px}
.style8 {color: #333333; font-size: 24px; font-weight: bold; }
.style10 {font-size: 22px}
.style9 {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}
.head-gallery {
	font-size: 22px;
	font-weight: bold;
	color: #CC3300;
}

.bar a{ color:#e3e3e3 !important;}
.bar a:hover{ color:#3cb9e5 !important; }
.bar-active a{ color:#3cb9e5 !important;}
