/* CSS Document */

.title_small  {
	font-size : 16px;
	color : #FFFFFF;
	font-weight : bold;
	text-align : center;
}

.title_large  {
	font-size : 28px;
	color : #FFFFFF;
	font-weight : bold;
	text-align : center;
}

.zipcity {
	font-size: .01em;
	color: #0A2390;
	visibility:hidden;
}

.searchinput, .searchinput SELECT, .searchinput INPUT  {
	font-size : 1em;
}

div#datasection {
	position:relative;
	width: 720px;
    left:5px;
    top: 16px;
}

div#tabtitle {
	position: relative;
	width: 720px;
	height: 31px;
    left:5px;
    top: 0px;
	background-color:#0a2390;
	text-align:center;
	vertical-align:bottom;
	font: 16px verdana, sans-serif; 
}

div#titletext {
	text-align:left;
}

div#instruction {
	position: relative;
	width: 205px;
	height: 31px;
    left:520px;
    top: 0px;
	color:White;
	background-color:#0a2390;
	text-align:right;
	vertical-align:bottom;
	font: 14px times new roman; 
	font-style:italic;
}

div#imagesection {
	position: relative;
	left: 5px;
	height: 407px;
	width: 720px;
	background-color: #0a2390;
}

div#overlays {
	position: relative;
	left: 5px;
	width: 720px;
	background-color:#0a2390;
	text-align:center;
	color:White;
	font-size:11px;
}

div#interface {
	position: relative;
	left: 5px;
	width: 720px;
	font-size:11px;
}


.yellow { 
	font-weight:bold;
	color : #F0E68C; 
}

.white {
	color: White;
	font-weight: bold;
}

.red {
	color: Red;
}

.green {
	color: green;
}

.blue {
	color: Navy;
}

.ltblue {
	color: #B0E0E6;
	font-weight: bold;
}

.gray {
	color: GrayText;
	font-weight : normal;
}

.gray a, .gray a:visited {
	color: GrayText;
	text-decoration: none;
}

.gray a:hover {
 	color: #FF0000;
 	text-decoration: underline;
}
.gray1 {
	color: GrayText;
	font-size: 10px;
}

form {
	display: inline;
}

select.interface {
	font-size: 9px;
}

th.interface {
	text-align:left;
}
