#phGlobalNoticeTitle, #phGlobalNoticeTitle a { font-weight: 600; }  
#phGlobalNotice {width: 950px; height: 10px; padding: 8px 10px 12px 40px; font-size: 14px;}
#phGlobalNotice[class~="Center"] { text-align:center; }
#phGlobalNotice[class~="Right"]  { text-align:right; }
#phGlobalNotice[class~="Left"]  { text-align:left; }	
#phGlobalNoticeTitle a:hover { text-decoration:underline; }
#phGlobalNotice.Alert { background: #cb2405 url(../../Images/PHIP/alert.jpg) 14px 6px no-repeat; color: #fff;}
#phGlobalNotice.Alert a { color: #fff; }
#phGlobalNotice.Alert a:hover { color: #F6E37C; }
#phGlobalNotice.Warning { background: #ffcc66 url(../../Images/PHIP/alert-warning.jpg) 14px 6px no-repeat;}
#phGlobalNotice.Warning a { color: #1A66A0; }
#phGlobalNotice.Warning a:hover { color: #1A2B47; }
#phGlobalNotice.Info { background: #ffff69 url(../../Images/PHIP/alert-info.png) 48px 5px no-repeat;}
#phGlobalNotice.Info a { color: #1A66A0; /* 0099CC */ }
#phGlobalNotice.Info a:hover { color: #D2671F; }