/* combo-disc msg. box specifics here */
.comboContent {
	line-height: 1.8em;
	font-weight: bold;
	padding: 1.6em;
	border: 1px solid #9a9a9a;
/*	background-color: #ffffcc;*/
	background-color: #e9e9e9;
	color: #FF0000;
}

/* combo-disc text specifics here */
#comboJN {
	font-size: 1.0em; 
	text-align: left;
	font-weight: normal;
	color: #800000;
	/*color #301D61;*/
}
#comboJN a:link { 
/*color: blue;
background-color: red;
font-size: 26px;
border: 10px outset blue;
font-family: sans-serif;
text-transform: lowercase;
*/
font-weight: normal;
text-decoration: underline;
}

#comboJN a:visited { 
/*color: blue;
background-color: red;
font-size: 26px;
border: 10px outset blue;
font-family: sans-serif;
text-transform: lowercase;
*/
font-weight: normal;
text-decoration: underline;
}

#comboJN a:hover{
/*color: blue;
background-color: red;
font-size: 27px;
border: 10px inset blue;
font-family: serif;
text-transform: uppercase;
*/
text-decoration: underline;
/*letter-spacing: 2px;*/
/*word-spacing: 3px;*/
font-weight: bold;
}

/*discontinued msg boxes*/
/* combo-disc msg. box specifics here */
.comboContentJNdisc {
	line-height: 1.8em;
	font-weight: bold;
	padding: 1.6em;
	border: 1px solid #9a9a9a;
/*	background-color: #ffffcc;*/
	background-color: #FFFFCC;
	color: #FF0000;
}

/* combo-disc text specifics here */
#comboJNdisc {
	font-size: 1.0em; 
	text-align: left;
	font-weight: normal;
	color: #800000;
	/*color #301D61;*/
}
#comboJNdisc a:link { 
/*color: blue;
background-color: red;
font-size: 26px;
border: 10px outset blue;
font-family: sans-serif;
text-transform: lowercase;
*/
font-weight: normal;
text-decoration: underline;
}

#comboJNdisc a:visited { 
/*color: blue;
background-color: red;
font-size: 26px;
border: 10px outset blue;
font-family: sans-serif;
text-transform: lowercase;
*/
font-weight: normal;
text-decoration: underline;
}

#comboJNdisc a:hover{
/*color: blue;
background-color: red;
font-size: 27px;
border: 10px inset blue;
font-family: serif;
text-transform: uppercase;
*/
text-decoration: underline;
/*letter-spacing: 2px;*/
/*word-spacing: 3px;*/
font-weight: bold;
}

/* 
	
#comboJN a:link {color:#800000;}
#comboJN a:link {text-decoration:underline;}
	
#comboJN a:visited {color:#800000;}
#comboJN a:visited {text-decoration:underline;}
#comboJN a:hover {color:#0080FF;}	
#comboJN a:focus {color:#800000;}
#comboJN a:active {color:#800000;}
#comboJN a:active {text-decoration:underline;}
	

/*
#comboJN a:visited {color: #FF0000;}
#comboJN a:hover {color: #333333;}
#comboJN a:focus {color: #333333;}
#comboJN a:active {color: #FF0000;}
*/