P
{
	font-size: 14px;
	color: #EB9;
	text-align: left;
	text-decoration: none;
	font-family: Georgia, New York, Times Roman, Times, serif;
	font-weight: bold;
	line-height: 18px;
	margin: 8px 30px 15px 30px;
}

.PHOME
{
	font-size: 14px;
	color: #EB9;
	text-align: center;
	text-decoration: none;
	font-family: Georgia, New York, Times Roman, Times, serif;
	font-weight: bold;
	line-height: 18px;
	margin: 8px 30px 15px 30px;
}

.SMTXT
{
	font-size: 12px;
	color: #EB9;
	text-align: left;
	text-decoration: none;
	font-family: Georgia, New York, Times Roman, Times, serif;
	font-weight: bold;
	line-height: 21px;
	margin: 8px 30px 17px 30px;
}

.MAINHEAD
{
	font-size: 18px;
	color: #DB3;
	text-align: left;
	text-decoration: none;
	font-family: Georgia, New York, Times Roman, Times, serif;
	font-weight: bold;
	line-height: 14px;
	font-style: italic;
	margin: 0px 0px 0px 15px;
	letter-spacing: .1em;
}

.SUBHEAD
{
	font-size: 14pt;
	color: #EB9;
	text-align: left;
	text-decoration: none;
	font-family: Georgia, New York, Times Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
	margin: 12px;
}


.CREDIT
{
	font-size: 9px;
	color: #999;
	text-align: right;
	text-decoration: none;
	font-family: Georgia, New York, Times Roman, Times, serif;
	margin: 2px 12px 12px 0px;
	line-height: 11px;
}

.CREDITCEN
{
	font-size: 9px;
	color: #999;
	text-align: center;
	text-decoration: none;
	font-family: Georgia, New York, Times Roman, Times, serif;
	margin: 0px 3px 12px 3px;
	line-height: 11px;
}

.NAV
{
	font-size: 16px;
	color: #DB3;
	text-align: left;
	text-decoration: none;
	font-family: Georgia, New York, Times Roman, Times, serif;
	font-weight: bold;
	line-height: 22px;
	margin: 6px 12px 6px 15px;
	font-style: italic;
	letter-spacing: .1em;
}

.NAVHERE
{
	font-size: 16px;
	color: #EB9;
	text-align: left;
	text-decoration: none;
	font-family: Georgia, New York, Times Roman, Times, serif;
	font-weight: bold;
	line-height: 22px;
	margin: 6px 12px 6px 15px;
	font-style: italic;
	letter-spacing: .1em;
}

/* in text links */
A:Link
{
	color: #DB3;
	text-decoration: none;
}


A:visited
{
	color: #DB3;
	text-decoration: none;
}


A:active
{
	color: #FFF;
	text-decoration: none;
}


A:hover
{
	color: #FFF;
	text-decoration: none;
}
/* end in text links */

/* nav links */
A.navlink:Link
{
	color: #DB3;
	text-decoration: none;
}

A.navlink:Visited
{
	color: #DB3;
	text-decoration: none;
}

A.navlink:Active  {
	color: #EB9;
	text-decoration: none;
}

A.navlink:Hover
{
	color: #EB9;
	text-decoration: none;
}
/* end nav links */

