body
{
	margin: 0px;
}


body, td
{
	font-family: arial;
}

table
{
	width:100%;
}

table.weather
{
	background-color: #eee;
	color: black;
	padding: 0px;
	border: none;
}

.value
{
	font-size: 10pt;
	overflow: hidden;
	display: inline-block; 
	width: 110px;
/*	white-space: nowrap;*/
	color: #000; /*#962f34;*/
}

.label
{
	font-family: arial narrow;
	color: #000;
	font-size: 8pt;
}

.unit
{
	font-size: 8pt;
}

#heading
{
	font-family: arial narrow;
	font-size: 14pt;
	border-bottom: solid black 1px;
	padding: 0px 30px 0px 30px;
}

table.info td
{
	text-align: center;
	padding-right: 5px;
}


#left_icon
{
	width: 120px;
}

#right_icon
{
	width: 150px;
}

#center_text
{
	text-align: center;
}

#tdImage
{
	border: 1px solid black;
}

