body {
	font-family: Verdana, Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background: url('../images/storm_header_bg.gif') repeat-x;
	padding: 0px;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

img {
	border: none;
}

#header {
	background: url('../images/storm_header.jpg') no-repeat;
	height: 118px;
	text-align: right;
}
#header img {
	margin-top: 4px;
/*	margin-left: 550px; */
	margin-right: 10px;
}
#stormfooter {
}

#footer, #stormfooter {
	background: url('../images/storm_footer_bg.gif') repeat-x;
	padding: 00px 10px;
	margin-top: 20px;
	clear: both;
}

#stormfooter #powered, #footer #powered {
	position: relative;
	top: -20px;
	text-align: right;
}

#stormfooter #copyright, #footer #copyright {
	padding-top: 20px;
	color: #999999;
	font-size: 9px;
}

#content, #stormcontent {
	padding: 10px;
	min-height: 400px;
	width: 500px;
}

#stormcontent {
}

h1,h2,h3,h4,h5,h6 {
	color: #006600;
}

.heading {
	border-bottom: #FFCC33 1px solid;
	color: #003300;
}

.dateline {
	font-size: 10px;
	color: #666666;
}

#menu {
	width: 120px;
	border: #006600 1px solid;
	border-bottom: none; 
	margin-top: 10px;
	margin-right: 10px;
}

#menu a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #003300;
	padding: 5px;
	text-decoration: none;
	border-bottom: #006600 1px solid;
	background-color: #FFFFCC;
}
#menu a:hover {
	text-decoration: underline;
}

table td {
	vertical-align: top;
	font-size: 13px;
}

.reportform {
	font-size: 11px;
}
.reportform td {
	padding: 4px;
}
.error {
	color: red;
}