	.userAdvisoryRed, .userAdvisoryOrange,
	.userAdvisoryYellow, .userAdvisoryGreen {
		width: 348px;
		height: 77px;
		color: #fff;
		font-family: Verdana;
		padding: 3px;
		position: relative;
		color: #fff;
	
	}
	.userAdvisoryRed {
		background: #cc0001 url(../images/home-weather-advisory-red.gif) no-repeat;	
	}
	.userAdvisoryOrange {
		background: #f6c70b url(../images/home-weather-advisory-orange.gif) no-repeat;	
	}
	.userAdvisoryYellow {
		background: #f6f30b url(../images/home-weather-advisory-yellow.gif) no-repeat;
		color: #000;	
	}
	.userAdvisoryGreen {
		background: #02aa0a url(../images/home-weather-advisory-green.gif) no-repeat;	
	}
	div.title {
		font-size: 1.05em;
		margin-bottom: 5px;
	}
	div.title a{
		font-size: .6em;
		position: absolute; 
		top: 3px;
		right: 5px;
	}
	div.advisory{
		width: 250px;
		font-size: .7em;
	}
	a.uaView {
		margin-top: -10px;
		padding-right: 5px;
		float: right;
		font-size: .6em;
	}
