BODY, P, LI, INPUT, H1, H2, H3, SPAN, TD, SELECT, TEXTAREA, DIV
{
	font-family: Tahoma;
	font-size: 9pt;
}

body
{
	text-align: center;
	padding: 0;
	margin: 0;
}

#weatherAJAX
{ clear: both; }

.weatherTitle
{
    padding: 2px;
    padding-left: 0px;
}

/* Box */
.Box
{
	border: solid 1px #c6c6c6;
	padding: 1px;
	/*background-color: #FFFFFF;*/
	margin: 0px 0px 10px 0px;
	position: relative;
}

.Box .Header
{
	background: url(../images/box_header.gif) top;
	padding: 2px 5px 3px 5px;
	color: #4372b0;
	position: relative;
}

.Box .Content
{
	/*background: #ffffff;*/
	padding: 5px;
}

.Box .Header a, a:hover
{
	text-decoration: none;
	color: #404082;
}

/* Font */
.Tip
{
	text-align: left;
	padding: 10px;
	color: #888888;
}