<title>Style Sheet: 78th Street Gallery</title>

/* Type styles */

.body
{
	color: #FFFFFF;
	font-family: Trebuchet, Verdana, arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.med
{
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
}

.medbody
{
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.75em;
}

.medbold
{
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
}

.medital
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FFF;
	line-height: normal;
}

.head
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}

.carthead 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
}

.meditalbold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
	color: #000000;
}

.title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.footerlink:link, .footerlink:visited
{
	text-decoration: none;
	color: #000000;

}

.footerlink:hover
{
	text-decoration: underline;
	color: #000000;
}

a:link, a:visited
{
	text-decoration: none;
	color: #ECB954;
}

a:hover
{
	text-decoration: underline;
	color: #ECB954;
}

/* Images and Background Image styles */
img { border-color: #000000; }
.homeHeaderBG { background-image: url(images/header_bg_home.gif); }
.interiorHeaderBG
{
	background-image: url(images/header_bg_interior.gif);
	background-repeat: no-repeat;
}
