
/* ********************************BEGIN NOTIFIER ******************************************* */

/*------------TOP NEWSLETTERS AND BULLETINS topnewsletter.asp and topbulletins.asp-------------------------------*/


/*******don't edit below this line *************/

			 
/*=Preview Page*/

/* subject*/
.item-subject     {
	color: #2963A4;
	font-size: 17px;
	line-height: 120%;
	font-weight: bold;
}

/* date */
.item-date {
	color: #2963A4;
	font-size: 12px;
	font-weight: bold;
	text-align: right;		
}

/* hr */
.item-hr {
	border-top: 1px solid #777777;		
}

/* item text*/
.item-text    {
	color: #474747;
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
}

/* links*/
.item-link {
	color: #487589;
	padding-left: 0px;
	padding-right: 0px;
}

a:hover.item-link {
	color :  #358EB8; 
	text-decoration: underline
}

/* item caption*/
.item-caption      {
	color:  #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
} 



/*--------------------PREVIEW ENDS -------------------------------*/			


/* *************************************** END NOTIFIER ******************************************* */


