/* used by many of the main entry point HTMLs
   such as navigation, commercialmap, StudioMap,
   and some of the various GalleryH HTMLs.
*/
.Note
{
	color: #999999;
	font-size: 14pt;
	font-weight: bolder;
	text-decoration: none;
	letter-spacing:0.1em;
}
.NoteM
{
	color: #999999;
	font-size: 10pt;
	font-weight: lighter;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	letter-spacing:0.1em;
}
.NoteM2
{
	color: #999999;
	font-size: 12pt;
	font-weight: bolder;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
}
.NoteL
{
	color: #999999;
	font-size: 10pt;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bolder;
	text-decoration: none;
	letter-spacing:0.1em;
}
.NoteG
{
	color: #999999;
	font-size: 10pt;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	letter-spacing:0.1em;
} /* for the Gallery page */
.NoteLL
{
	color: #999999;
	font-size: 8pt;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
} /* for the Gallery page */
a:link
{
	color: #99CCFF;
	text-decoration: none;
}  /* for unvisited links */
a:visited
{
	color: #99CCFF;
	text-decoration: none;
} /* for visited links */
a:active
{
	color: #99CCFF;
	text-decoration: none;
} /* when link is clicked */

a:hover
{
	color: #FFFF33;
	text-decoration: none;
} /* when mouse is over link */

