

/* text elements */
p { font-family: verdana; color: #0b5095; font-size : 9pt; text-align:left;}
.style1 { font-family: verdana; color: #0b5095; font-weight:bold; font-size : 12pt; text-align: center; line-height:20px; }
.style2 { font-family: verdana; color: #0b5095; font-size : 9pt; text-align:left; line-height:20px; }

a:link { font-family: verdana; font-size: 14px; color: #6e090a;}
a:visited { font-family: verdana; font-size: 14px; color : #6e090a; }
a:hover { font-family: verdana; font-size: 14px; color : #006600; }
a:active { font-family: verdana; font-size: 14px; color : #006600; }


.copyright {padding:0px 0px 0px 10px; font-size:12px; vertical-align:middle; text-align:center; height:25px; line-height:18px; color:#000000; }

/* hws elements */
.hws {font-size:12px; text-align:center; vertical-align:middle; height:20px; line-height:20px; color:#000000; }
.hws a:link {text-decoration:none; color:#000000; }
.hws a:visited {text-decoration:none;color:#000000;}
.hws a:hover {text-decoration:underline;color:#FF0000;}


/*  LEFT AND RIGHT BORDERS */
.border_left {background-image: url(images/sidebarleft.jpg); } 
.border_right {background-image: url(images/sidebarright.jpg); }

.thumbnail{
position: relative;
z-index: 0;
padding:0px;

}

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

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

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

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

}

