a#web:hover img {
	background: url(images/nav/web2.gif) top left no-repeat;
	border: 0;
}
a#graphic:hover img {
	background: url(images/nav/graph2.gif) top left no-repeat;
	border: 0;
}
a#portfolio:hover img {
	background: url(images/nav/portfolio2.gif) top left no-repeat;
	border: 0;
}
a#contact:hover img {
	background: url(images/nav/contact2.gif) top left no-repeat;
	border: 0;
}

.footnote 
{
	font-family : Arial;
	font-size : 10pt;
	color : #000066;
}

.lowerlinks
{
	font-family : Arial;
	font-size : 10pt;
	color : #FFFFFF;
}

.text
{
	font-family : Arial;
	font-size : 10pt;
	color : #000000;
}

.textb
{
	font-family : Arial;
	font-size : 10pt;
	color : #000000;
	font-weight: bold;
}


.textu
{
	font-family : Arial;
	font-size : 12pt;
	color : White;
	text-decoration : underline;
}

.link
{
	font-family : Arial;
	font-size : 10pt;
	color : #000000;
	text-decoration : underline;
}


.link2
{
	font-family : Arial;
	font-size : 10pt;
	color : Gray;
	text-decoration : none;
}

.header
{
	font-family : Arial;
	font-size : 14pt;
	color : #000000;
	font-weight : bold;
}

.thumbnaill{
position: relative;
z-index: 0;
}

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

.thumbnaill 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;
}

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

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

}

.thumbnailr{
position: relative;
z-index: 0;
}

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

.thumbnailr 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;
}

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

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

}
