html {
overflow: scroll;
}
.dots {
	background-image: url(images/vert_dots.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #CCCCCC;
}
.bodyline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.smwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.border {
	border: 1px solid #313131;
}
.storm {
	background-image: url(images/storm_bottom.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
	background-attachment: fixed;
}
.subhead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.bluebox {
	border: 1px solid #0D182E;
}
.titles {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3A648A;
}
a {
	color: #6699FF;
}
.chart {
	border: 1px solid #0000CC;
}
.subhead_blue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #366289;
	text-decoration: none;	
}
.required {
	color:red;
}
td.frontpageimgs img {
	margin-right:10px;
}