.weather_big{
	color: White;
	font: bold 23 arial;
}

.weather_sm{
	color: White;
	font: 10 arial;
}
.weather_details{
	color: #f99e4b;
	font: 10 arial;
}
.weather_location{
	color: #C58D90;
	font: bold 12 arial;
}
.weather_box{
	background: url(images/box.gif) no-repeat;
	padding: 8 10 0 8;
}
.weather_boxSm{
	background: url(images/box_tiny.gif) no-repeat;
	padding: 4;
}
.hdr{
	background-color: #666666;
	color: #ffffff;
	font: bold 11px verdana;
	padding: 2 2 2 5;
}