body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

a {color: #000000; font-weight: bold; text-decoration: underline;}
a:hover {color: #ed55ba; font-weight: bold; text-decoration: underline;}

.top { font-family:"Times New Roman", Times, serif;}
	
.navlinksblack {
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}	
.navlinksblack:hover {
	font-size:11px;
	color: #5d2267;
	text-decoration:none;
	font-weight:bold;
}	
.navlinks {
	font-size:9px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}	
.navlinks:hover {
	font-size:9px;
	color: #F1F1F1;
	text-decoration:none;
	font-weight:bold;
}	
.copyright	{
    padding:0 10px 0 0;
	font-size: 10px;
	color: #fec6e9;
	text-decoration: none;
	font-weight: bold;
}

.footerlink {
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.footerlink a:hover {
	font-size:10px;
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}

.pic { border:1px solid #ed55ba;}


.thumbnail{position: relative; z-index: 0;}
.thumbnail:hover{background-color: transparent; z-index: 50;}
.thumbnail span{position: absolute; background-color: #ffffff; padding: 8px; left: -1000px; border: 1px solid #c5d0d9; visibility: hidden; color: black; text-decoration: none;}
.thumbnail span img{border-width: 0; padding: 2px;}
.thumbnail:hover span{visibility: visible; top: -310px; left: -100px;}