<!--
.ShadowImage {
	filter: shadow(Color=gray,Direction=115);
	height:1;
	position: relative;
	left: 0;
	top: 0;
}
.trans {
	filter: alpha(opacity=100);
}
a.album:link, a.album, a.album:active, a.album:visited {
	background: transparent;
	text-transform:capitalize; 
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
	color: rgb(120,120,120);
	font-weight: bold;
}
h4 {
	font-size: 12pt;
}

.copyright {color: #C0C0C0;}

.PreferredColorBackground {
	background: rgb(209,203,156);
	padding: 1px;
}
.PreferredColorBorder {
	border: 1px solid rgb(209,203,156);
}
a.album:hover {
	color: rgb(158,148,73);
}
.filename {
	color: rgb(158,148,73);
	background: transparent;
	font-family: verdana;
	font-size: 7pt;
	font-weight: bold;
	text-transform:capitalize; 
}
li {
	color: rgb(209,203,156);
	list-style: square;
}
.title {
	font-weight: bold;
	margin-left:6px;
	color: rgb(0,0,0);
}
.NewLogo {
	color: rgb(158,148,73);
	font-weight:bold;
	font-size:7pt;
	letter-spacing:1.0px;
}

   /* text style for the site links (at extreme top-right 
of header) */
         .SiteLink {
                         font-family: Verdana, Helvetica, sans-serif;
                         color:white;
                         font-size: 11px;
         }   

         /* hyperlink style for the site links */
         A.SiteLink:link {
                         text-decoration:    none;
                         color:white;
         }

         A.SiteLink:visited  {
                         text-decoration:    none;
                         color:white;
         }

         A.SiteLink:active   {
                         text-decoration:    none;
                         color:white;
         }

         A.SiteLink:hover    {
                         text-decoration:    underline;
                         color:white;
                         font-weight: bold
         }


//-->

