/* body font style */
body {}
p {}
td {}
.headlines, .sublines, infotext, {word-wrap: break-word; line-height: 4px; word-spacing: 5px; font-size: 11px; font-family: "Helvetica Neue", sans-serif, Helvetica; font-weight:bold;}
.headlines { font-size:14pt;}
.sublines {font-family: sans-serif; color: #ff0080; font-size:11pt;}
.infotext {font-size: 10pt;}

.hornav { font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.vernav { font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.vernavtitle { font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.bodytext { font-size: ; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.bodyhead { font-weight: bold; font-size: ; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

/* link styles */
.class A:link {font-size: 12px; text-decoration: Helvetica; color: #6599FF;}
.class A:visited {font-size: 12px; text-decoration: Helvetica; color: #D84E13;}
.class A:active { font-size: 12px; color: #a5a5a5; text-decoration: Helvetica}
.class A:hover {text-decoration: Helvetica; font-size:14; font-weight:bold; color: red;}







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

.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: 3px solid #6599FF;
}

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

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

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -200;
left: 130px; /*position where enlarged image should offset horizontally */
z-index: 0;
}