
/* ********************************BEGIN NOTIFIER ******************************************* */

/*------------TOP NEWSLETTERS AND BULLETINS topnewsletter.asp and topbulletins.asp-------------------------------*/

/* padding to the top newsletters and bulletins in the side*/
.notifier-paddingtop     {
	padding-left: 18px;
	padding-right: 5px;
}

/* subject in the top newsletters and bulletins */
.notifier-subjecttop     {
	font-family: Verdana, Geneva,  Helvetica, sans-serif; 
	font-size: 9pt;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
a:hover.notifier-subjecttop {
	color : #CC0033;
	text-decoration: underline
}

/* date  in the top newsletters  and bulletins*/
.notifier-datetop     {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
} 

/* text in the top newsletters  and bulletins*/
.notifier-texttop     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
}

/* more link in the top newsletters  and bulletins*/
.notifier-linktop {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333399;
	font-weight: bold;
	text-decoration: none;
}
a:hover.notifier-linktop {
	color : #CC0033;
	text-decoration: underline
}

/*------------END TOP  NEWSLETTERS AND BULLETINS -------------------------------*/


/*------------NEWSLETTERS AND BULLETINS LIST PAGE bulletin.asp and newsletter.asp-------------------------------*/

/* styles are in general.css*/

/*---------------------emailnewsletter.asp and emailbulletin.asp -------------------------*/

/* the bar color in subscribe to newsletters and bulletins */
.notifier-topbar    {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #5F7E9C;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: normal;
}

/* thefield names in subscribe to newsletters and bulletins */
.notifier-registertext    {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3F658A;
	font-size: 8pt;
	font-weight: normal;
}

/* the thank you message in subscribe to newsletters and bulletins */
.notifier-subscribetext    {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3F658A;
	font-size: 8pt;
	font-weight: normal;
}

/*------------END NEWSLETTERS AND BULLETINS LIST PAGE -------------------------------*/


/*================================NEWSLETTER begins newsletterpreview.asp=================================*/

/* newsletter volume and date*/
.newsletter-vol-date     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
} 

/* newsletter subject*/
.newsletter-subject     {  	 
	font-family: Arial;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
				 
} 

/* newsletter banner text*/
.newsletter-banner-text {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
		
}

/* newsletter text*/		
.newsletter-text    { 
	font-family: Arial;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
				 
}

/* newsletter headline*/
.newsletter-headline  {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}  

/* newsletter document links*/
.newsdoc-link {
	font-family: Arial;
	font-size: 8pt;
	color: #0000FF;
	padding-left: 0px;
	padding-right: 0px;
	text-align : center;
	text-decoration: underline;
}

a:hover.newsdoc-link {
	color : #CC0033;
	text-decoration: underline
}

/* newsletter caption*/
.newsletter-caption      {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 7pt;
	font-weight: normal;
	text-align: center;
} 
				
/*================================newsletter ends=================================*/
		
		
			 
/*=+++++++++++++++++++++++++++++EMAIL BEGINS  bulletinpreview.asp +++++++++++++++++++++++++++++++++++++++*/

/* email subject*/
.email-subject     {
	font-family: Arial;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

/* email salutation*/
.email-salutation {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
		
}

/* email banner text*/
.email-banner-text {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
		
}

/* email heading*/
.email-headline    {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	
}  

/* email text*/
.email-text    {
	font-family: Arial;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
}

/* email document links*/
.emaildoc-link {
	font-family: Arial;
	font-size: 8pt;
	color: #0000FF;
	padding-left: 0px;
	padding-right: 0px;
	text-align : center;
	text-decoration: underline;
}

a:hover.emaildoc-link {
	color : #CC0033;
	text-decoration: underline
}

/* email caption*/
.email-caption      {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 7pt;
	font-weight: normal;
	text-align: center;
} 



/*--------------------EMAIL ENDS -------------------------------*/			


/* *************************************** END NOTIFIER ******************************************* */

