@charset "UTF-8";
.presshead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333399;
}
.presshead_nolink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #205395;
}
.presslinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #339900;
}
.pressdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.presstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333399;
	font-weight: bold;
}
.pressblurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.pressreadmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #339900;
}


/* news/events pages anchors */

.presslinks a:link
{
	color: #339900;
	text-decoration: none;
}

.presslinks a:active
{
	color: #339900;
	text-decoration: none;
}

.presslinks a:visited
{
	color: #339900;
	text-decoration: none;
}

.presslinks a:hover
{
	color: #339900;
	text-decoration: underline;
}


.presshead a:link
{
	color: #205395;
	text-decoration: none;
}

.presshead a:active
{
	color: #205395;
	text-decoration: none;
}

.presshead a:visited
{
	color: #205395;
	text-decoration: none;
}

.presshead a:hover
{
	color: #205395;
	text-decoration: underline;
}

.presstitle a:link
{
	color: #205395;
	text-decoration: none;
}

.presstitle a:active
{
	color: #205395;
	text-decoration: none;
}

.presstitle a:visited
{
	color: #205395;
	text-decoration: none;
}

.presstitle a:hover
{
	color: #205395;
	text-decoration: underline;
}

.pressreadmore a:link
{
	color: #339900;
	text-decoration: none;
}

.pressreadmore a:active
{
	color: #339900;
	text-decoration: none;
}

.pressreadmore a:visited
{
	color: #339900;
	text-decoration: none;
}

.pressreadmore a:hover
{
	color: #339900;
	text-decoration: underline;
}
/*STYLES FOR THE SIDEBAR FEATURE*/
.featureOnBlue {
	font-family: Arial, Helvetica, sans-serif; /*font-weight:bold;*/
	color: #ffffff;
	font-size: 12px;
}


.featureOnBlue a:link
{
	color: #ffffff;
	text-decoration: none;
}

.featureOnBlue a:active
{
	color: #ffffff;
	text-decoration: none;
}

.featureOnBlue a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.featureOnBlue a:hover
{
	color: #ffffff;
	text-decoration: none;/*text-decoration: underline;*/
}

.featureViewAll {
	font-family: Arial, Helvetica, sans-serif; font-weight:bold;
	color: #ffffff;
	font-size: 10px;
}


.featureViewAll a:link
{
	color: #ffffff;
		text-decoration: underline;
}

.featureViewAll a:active
{
	color: #ffffff;
		text-decoration: underline;
}

.featureViewAll a:visited
{
	color: #ffffff;
		text-decoration: underline;
}

.featureViewAll a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/*FEATURE TITLES*/

.featureTitle {
	font-family: Arial, Helvetica, sans-serif; font-weight:bold;
	color: #ffffff;
	font-size: 12px;
}


.featureTitle a:link
{
	color: #ffffff;
	text-decoration: underline;
}

.featureTitle a:active
{
	color: #ffffff;
	text-decoration: underline;
}

.featureTitle a:visited
{
	color: #ffffff;
	text-decoration: underline;
}

.featureTitle a:hover
{
	color: #ffffff;
	text-decoration: underline;
}


