table.forecast {
	background-color : #FFFFFF;
	border : #277FD7 solid;
	border-width : 1px 1px 0 0;
	margin : 15px auto;
	padding : 0;
	width : 640px;
}

table.forecast img{
	margin-right : 5px;
	vertical-align : middle;
}

table.forecast td, table.forecast th {
	border : #277FD7 solid;
	border-width : 0 0 1px 1px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding : 6px;
}

.am, .ev, .pm {
	background-color : #F4FAEF;
	color : #478B1A;
	width : 25%;
	text-align: left;
}


.temp {
	text-align: center;
		background-color : #F4FAEF;
	color : #478B1A;
}

th.lhs {
		background-color : #FFFFFF;
	color : #277FD7;
	text-align: left;
}

h2.forecast a {
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: 0;
	padding-left: 5px;
	padding-right: 5px;
}


