/* CSS Document */
body {
	padding:0;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	font-size: 10pt;
	font-style: normal;
	margin: 10 0;
	width: 430px;
  }
body p {
	font-size: 100%;
	margin: 5px 0;
}
a:link, a:visited, a:active {
	color: #333333;
}
a:hover {
	color: #990000;
}
.red {
	color: #990000;
}
.blue {
	color: #2096AE;
}
.bold {
	font-weight: bold;
}
.table-line {
	background-color: #DFDFDF;
}
.fcast-hdr {
	border: 1px solid #2096AE;
}
.updated {
	color: #336633;
	padding-left: 5px;
}
#bodybox {
	position: absolute;
	width: 413px;
	left: 6px;
	top: 49px;
	height: 158px;
}
.header {
	height: 54px;
}
.footer {
	background-image: url(images/surfhog-syndicated_04.gif);
	height: 31px;
	text-align: left;
	padding-left: 10px;
}
.body {
	background-image: url(images/surfhog-syndicated_03.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

