a:link, a:visited {COLOR: #3366FF; text-decoration:none; border-bottom:dashed 1px; font-weight:bold;}
a:hover {border-bottom: none;}

body {font:Arial, Helvetica, sans-serif; size:12px;}

.centertext { font-family: Arial; color: #000080; font-size: 10pt; text-align:center; font-weight:bold; margin-top:20 }

.textbold { font-family: Arial; text-align: left; font-size: 10pt; color: #000080; font-weight: bold }

.textbody { font-family: Arial; text-align: justify; font-size: 10pt; color: #000080; font-weight: mormal; margin-left:15 }

.texttile { font-family: Arial; text-align: center; font-size: 14pt; color: #CC6600; font-weight: bold }

.texttile01{ font-family: Arial; text-align: left; font-size: 13pt; color: #0000CC; font-weight: bold; margin-left:15 }

.texttile02 { font-family: Arial; color: #000080; font-size: 10pt; text-align:left; font-weight:bold; margin-left:15 }

#coolmenu{
width: 195px;
text-align:left;
text-indent:2px;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 195px;
}

#coolmenu a{
font: 13px Verdana;
font-weight: bold;
padding: 2px;
display: block;
width: 100%;
color: black;
text-decoration: none;
line-height:25px;
border-bottom: none;
background-color: none;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
color: black;
line-height:23px;
border-bottom:1px solid #FF9900;
border-top:1px solid #FFFFFF;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
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: 0;
left: -300px; /*position where enlarged image should offset horizontally */

}

