.color1 {
    background: #CCCCCC;
}

.color2 {
    background: #666666;
}

.color3 {
    background: #404040;
}

.color4 {
    background: #DCDCDC;
}

.color5 {
    background: ;
}


.generalNav {
    font-family: verdana, sans-serif;
    font-size: 10px;
    color: white;
    text-decoration: none;
}

.topNav {
    font-family: sans-serif;
    font-size: 12px;
    color: black;
    text-decoration: none;
}

.topNavOn {
    font-family: sans-serif;
    font-size: 12px;
    color: white;
	background: black;
    text-decoration: none;
}

.topNavOff {
    font-family: sans-serif;
    font-size: 12px;
    color: black;
	/* background: #B7B7B7; */
    text-decoration: none;
}

a:hover.topNav, a:hover.generalNav {
    text-decoration: underline;
}

.issueInfo {
	font-family: verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5F5F5F;
}


.issueInfoSmall {
	font-family: arial,sans-serif;
	font-size: 12px;
	color: black;
}


.articleType {
	font-family: verdana,sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
    background: green;
}

.articleMenuHeadOn {
	font-family: verdana,sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
    background: #F4F4F4;
}

.articleMenuHeadOff {
	font-family: verdana,sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
    background: #F4F4F4;
}

.articleMenuOn, .articleMenuOff {
	font-family: sans-serif;
	font-size: 11px;
}

.articleMenuTitleOff {
	font-family: sans-serif;
	font-size: 12px;
	color: #003366;
}

.articleMenuTitleOn {
	font-family: sans-serif;
	font-size: 12px;
	color: #008000;
}

.articleMenuSubTitleOff {
	font-family: sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

.articleMenuSubTitleOn {
	font-family: sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

.articleMenuAuthorOff {
	font-family: sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

.articleMenuAuthorOn {
	font-family: sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

.articleMenuBlockOn {
	background: green;
}

.articleMenuBlockOff {
	background: #5586B1;
}

.articleTitle {
    font-family: georgia,times,times new roman,serif;
    font-size: 30px;
    color: #666666;
}

.articleSubTitle {
    font-family: verdana,geneva,helvetica,arial;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.articleAuthor {
    font-family: verdana,geneva,helvetica,arial;
    font-size: 12px;
    color: black;
    font-weight: bold;
}

.articleText {
    font-family: georgia,times,times new roman,serif;
    font-size: 15px;
    color: black;
}

.articleNote {
    font-family: arial,sans-serif;
    font-size: 12px;
    color: black;
}


.articleSeparationTitle {
    font-family: georgia,times,times new roman,serif;
    font-size: 15px;
    color: black;
	font-weight: bold;
}

.relatedArticlesTitle {
	font-family: verdana, sans-serif;
	font-size: 11px;
    font-weight: bold;
	color: #CC0000;
}

.relatedArticles {
	font-family: verdana, sans-serif;
	font-size: 11px;
    color: #003366;
}
.issueMoto {
	font-family: sans-serif;
	font-size: 11px;
    color: #CC0000;
}

.footer {
	font-family: sans-serif;
	font-size: 10px;
    color: black;
}

.inputSearchIE {
	font-size: 12px;
    border: solid 1px;
}

.inputSearchNS {
	font-size: 9pt;
}

.textSmall {
	font-family: arial,sans-serif;
	font-size: 10px;
    color: black;
}

.textMedium {
	font-family: arial,sans-serif;
	font-size: 12px;
    color: black;
}

.textLarge {
	font-family: arial,sans-serif;
	font-size: 16px;
    color: black;
}

.small {
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
}

.phpdigHighlight {font-weight:bold;}
