/* this file for backwards compatibility on CCN Mattews only */
.flyOut
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	background-color: #dbd8d3;
	text-decoration: none;
	height: 20px;
	cursor: pointer;
}
.flyOut:hover
{
	background-color: #000066;
}
.flyOutActive
{
	font-size: 10px;
	color: #ffffff;
	line-height: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000066;
	font-variant: normal;
	text-decoration: none;
	height: 20px;
	cursor: pointer;
}
.subMenu
{
	border-right: #666 1px solid;
	border-top: #666 1px solid;
	font-weight: normal;
	border-left: #666 1px solid;
	border-bottom: #666 1px solid;
	background-color: #dbd8d3;
}

.MainNavLinkActive
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: none;
	cursor: pointer;
}

.MainNavLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.MainNavLink:hover
{
	color: #FF0000;
}

.ReleaseBody
{
	font-family: courier new;
	font-size: 12px;
	color: #000000;
}

.CopyBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.CopyBoldLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

.SubHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
