﻿body
{
	font: 11px Arial,sans-serif;
	margin: 2px 5px 2px 5px;
	padding: 0 0 10px;
	color: #000;
	background: #DDFFFA;
}
a
{
	color: #42629D;
}
:link
{
	color: #42629D;
}
*
{
	font-size: 100%;
	margin: 0;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}
table
{
	border-collapse: collapse;
}
th, td
{
	padding: 0;
	text-align: left;
	vertical-align: top;
	border-collapse: collapse;
}
ol, ul
{
	list-style: none;
}
ol, ul, li
{
	padding: 0;
}
input, textarea, select
{
	font: normal 100% Arial,sans-serif;
}
a
{
	text-decoration: underline;
}
img
{
	border: 0;
}
b
{
	font-weight: normal;
}
i
{
	font-style: normal;
}
:link
{
	color: #1A3DC1;
}
.SiteName
{
	font-family: Times New Roman;
	font-style: italic;
	font-size: 25px;
	text-align: center;
	font-weight:bold;
}
.SiteNameInfo
{
	text-align: right;
	padding: 2px;
	font-size: 9px;
}
.TopLinks td
{
	width:50%;
}
.CurWeather
{
	margin:5px 0px 5px 0px;
}
.CurWeather th.Caption
{
	text-align: center;
	font-size: 13px;
	background-color: #91D2ED;
	border: 1px solid #204E88;
	padding: 1px;
}
.CurWeather .DopInfo th
{
	padding-right:5px;
}
.CurWeather .MainTemp
{
	font-size:24px;
	font-family:Tahoma;
	text-align:center;
}
.CurWeather .MainTemp .Plus
{
	color:#FF3300;
}
.CurWeather .MainTemp .Zero
{
}
.CurWeather .MainTemp .Minus
{
	color:#0099FF;
}
.CurWeather .MainTemp .PlusDif
{
	color:#FF3300;
	font-size:18px;
}
.CurWeather .MainTemp .MinusDif
{
	color:#0099FF;
	font-size:18px;
}
.CurWeather .Description
{
	text-align:center;
	font-size:14px;
}
.Info
{
	margin:5px 0px 0px 0px;
	font-size:9px;
}