/* CSS Document */

.links1	{font-family: "Geneva", Arial, Helvetica, sans-serif }
.links1	a:active { color: #17447a; text-decoration: none }
.links1	a:visited { color: #17447a; text-decoration: none }
.links1	a:hover { color: #3399FF; text-decoration: none; }
.links1 {font-size: 12px}

.acorn	a:active { color: #FFFFFF; text-decoration: none }
.acorn	a:visited { color: #FFFFFF; text-decoration: none }
.acorn	a:hover { color: #FF0000; text-decoration: none; }

.splash	a:active { color: black; text-decoration: none }
.splash	a:visited { color: black; text-decoration: none }
.splash	a:hover { color: #CC66FF; text-decoration: none; }
.splash {width: 70px; height: 30px; text-align:center; font-size:9px; color: #000000;}

.intro	a:active { color: black; text-decoration: none }
.intro	a:visited { color: black; text-decoration: none }
.intro	a:hover { color: #009933; text-decoration: none; }
.intro {text-align: center; vertical-align: middle; font-size: 9px; color: #000000;}

/* styles for coverages page */

.iframe {
	width: 540px;
	height: 338px;
	margin-left: 150px;
	}
	
#navbar {
	position: absolute;
	width: 150px;
	height:320px;
	background-color:#FFFFFF;
	top: 100px;
	margin-left: 10px;
	text-align: center;
	}
* html #navbar {margin-left: 0px;}
	
.covnav	a:link { color:#17447a; text-decoration: none }
.covnav	a:visited { color:#17447a; text-decoration: none }
.covnav	a:hover { color: #3399FF; font-style:oblique; text-decoration: none;}
.covnav {font-family: "Times New Roman", Times, serif; font-size: 13px;}

