.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #09F;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}
.data {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	overflow: auto;
}
alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	background-color: #FF6;
}
.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #F00;
	background-color: #FF6;
}
.cdt {
	text-align: center;
	font-family: "Lucida Console", Monaco, monospace;
	color: #333;
}
.cdt strong {
	font-size: 24px;
	color: #093;
}
.advisoryBox {
color: black;
font-size: 12px;
text-align: center;
background-color: #FFE991;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(34,70,79);
}
.advisoryBoxnoactive {
color: black;
font-size: 12px;
text-align: center;
background-color: white;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(34,70,79);
}
.noaaalert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #000;
	background-color: #FFAD3E;
	border: thin dashed #000;
	overflow: auto;
	position: static;
	height: auto;
	width: 99%;
}

