﻿/* News headline and subhead */

.newsheadline {
 color: #990000;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-decoration: none;
 font-size: 16px;
}

.newssubhead {
 color: #90000;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 13px;
}

/* EE Life headline and subhead */

.eelifeheadline {
 color: #cc0000;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-decoration: none;
 font-size: 16px;
}

.eelifesubhead {
 color: #cc0000;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 13px;
}

/* Design headline and subhead */

.designheadline {
 color: #003399;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-decoration: none;
 font-size: 16px;
}

.designsubhead {
 color: #003399;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 13px;
}

/* Products headline and subhead */

.prodheadline {
 color: #ff6600;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-decoration: none;
 font-size: 16px;
}

.prodsubhead {
 color: #ff6600;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 13px;
}

/* Education headline and subhead */

.eduheadline {
 color: #006600;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-decoration: none;
 font-size: 16px;
}

.edusubhead {
 color: #006600;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 13px;
}

/* Events headline and subhead */

.eventsheadline {
 color: #006666;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-decoration: none;
 font-size: 16px;
}

.eventssubhead {
 color: #006666;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 13px;
}



/* Thesse styles will be the same for all sections */

.date {
 color: #666666;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 11px;
}

.byline {
 color: #006699;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-decoration: underline;
 font-size: 11px;
}

.deck {
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 13px;
}

.bodytext {
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 13px;
}
