
img {
	border: 0px;
	margin: 8pt;
}

.weathermapimage {
	/*float: left;*/
}

a[href]:link {
	background: transparent;
	/*color: #225599;*/
	color: #86c3d2;
	text-decoration: none;
}
a[href]:visited {
	background: transparent;
	color: #225599;
	text-decoration: none;
}
a[href]:hover {
	background: transparent;
	/*color: #0044FF;*/
	color: #86c3d2;
	text-decoration: underline;
}
a[href]:active {
	background: transparent;
	color: #CC0000;
	text-decoration: underline;
}
a[href].hidden:link {
	background: transparent;
	color: #777777;
	text-decoration: none;
}
a[href].hidden:visited {
	background: transparent;
	color: #777777;
	text-decoration: none;
}
a[href].hidden:hover {
	background: transparent;
	color: blue;
	text-decoration: underline;
}
a[href].hidden:active {
	background: transparent;
	color: blue;
	text-decoration: underline;
}
a.nohover:link {
    background: transparent;
    color: #225599;
    text-decoration: none;
}
a.nohover:hover {
    background: transparent;
    color: #225599;
    text-decoration: none;
}
a.nohover:visited {
    background: transparent;
    color: #225599;
    text-decoration: underline;
}
a.nohover:active {
    background: transparent;
    color: #CC0000;
    text-decoration: none;
}

body {
	/*background: #dddddd;*/
	background: white;
	color: black;
	padding: 0px;
	margin: 0px;
	font-family: verdana, sans-serif;
}
h1 {
	background: white;
	/*color: black;*/
	color: #005b76;
	text-align: right;
	font-size: x-large;
	margin-top: 20px;
	/*border-bottom: 1px solid #CC0000;*/
	border-bottom: 1px solid #a4d0dd;
	font-family: verdana, sans-serif;
	margin-bottom: 20pt;
}
h2 {
	font-size: medium;
	color: #005b76;
	margin: 0px;
	/*border-bottom: 1px solid #CC0000;*/
	border-bottom: 1px solid #a4d0dd;
	font-family: verdana, sans-serif;	
	white-space: nowrap;
}

div.menu {
	background: white;
	color: black;
	padding: 30px;
	margin: 10px;
	border: 1px solid gray;
	margin-right: 0px;
	-moz-border-radius: 15pt;
}

div.header {
	background: white;
	color: black;
	width: 100%;
	border-bottom: 2px solid #CC0000;
}

div.content > p {
	text-align: justify;
}

div.content {
	background: white;
	color: #222222;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	margin: 10px;
	border: 1px solid gray;
	line-height: 1.1;
	-moz-border-radius: 15pt;
}

div.footer {
	background: transparent;
	color: #777777;
	text-align: center;
	border-top: 1px solid #222222;
	font-size: small;
	margin: 10px;
}

table.wide {
	width: 100%;
}

td {
	vertical-align: top;
}

td.menu {
	width: 100px;
}

td.title {
	padding: 10px;
	text-align: right;
	vertical-align: middle;

}

td.content {
	width: 100%;
}

th {
	text-align: left;
	text-decoration: underline;
	vertical-align: top;
}

.desc {
	font-size: x-small;
	background: transparent;
	color: #555555;
}

ul {
	padding-left: 10px;
	margin-left: 0pt;
}

li {
	padding-left: 0pt;
	margin-left: 0pt;
}

img.linkicon {
	margin: 0px;
	border: none;
	padding: 0px;
}

hr {
	color: #a4d0dd;
	background-color: #a4d0dd;

}

