@charset "utf-8";
/* CSS Document */

a {
}

.heading_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 10px 10px 10px;
	border: thin solid #999999;
	background-color: #003366;
}
.heading_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #003366;
	text-align: center;
	padding: 10px 5px 10px 5px;
	background-color: #CCCCCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
.heading_3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-align: left;
	padding: 5px;
	background-color: #CCCCCC;
	width: 150px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
.weather_data{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: #CCCCCC;
	width: 150px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
.weather_gauges {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #73ADD6;
	border: thin solid #003366;
	vertical-align: top;
	white-space: nowrap;
	text-align: center;
	padding: 5px  5px  5px  5px;
}
.topmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;
	background-color: #003366;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-left-color: #003366;
}
.applet_style {
	text-align: right;
	vertical-align: middle;
	padding-top: 4px;
	margin-bottom: 4px;
}
