A:link { text-decoration: none; color: blue; }
A:active { text-decoration: none; color: blue;}
A:visited { text-decoration: none; color: blue; }
A:hover { text-decoration: underline; color: blue; }

BODY { 
	background-color: white; 
	color: black; 
	font-family: Verdana, Arial , Helvetica, Sans-serif; 
	font-size: 10pt; 
}

H2 { 
	font-size: 18pt; 
	font-weight: bold; 
	font-style: underline;
}

H3 { 
	font-size: 14pt; 
	font-weight: bold; 
	font-style: underline;
}

TD { 
	font-family: Verdana, Arial , Helvetica, Sans-serif;
	font-size: 10pt; 
}

B {
	font-weight: bold;
}

BLOCKQUOTE { color: black; font-family: Arial, sans-serif; font-size: 10pt; font-weight: normal; font-style: normal;}

.license {
	font-family: "Courier New", Courier, monospace;
}

.DISCLOSURE { 
	font-size: 8pt;
}

.package-table {
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
}

.package-header {
	background-color:#0a6cce;
	padding: 5px;
	border: 1px none none solid none black;
	border-bottom: solid 1px black;
}

.package-title {
	font-size: 18px;
	color:white;
	font-weight: bold;
	padding-bottom: 5px;
}

.package-blurb {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	color:white;
}

.package-value-blurb {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	color: white;
}


.series-blurb {
	font-size: 12px;
	padding: 5px;
	text-align: center;
}

.series-header {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	color: #333399;
	background-color: Gainsboro;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	text-align: top;
}

.series-white {
	background-color: white;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	height: 20px;
}

.series-gray {
	background-color: #efefef;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	height: 20px;
}

.dummy-series-white {
	background-color: white;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	font-style: italic;
}

.dummy-series-gray {
	background-color: #efefef;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	font-style: italic;
}

.nav-sublink {
	font-size: 12px;
	color: white;
	padding-left: 20px;
}

.nav-sublink a {
	color: white;
}

.nav-sublink a:hover {
	color: white;
}

.nav-sublink a:visited {
	color: white;
}

.your-selection {
	background-color:#ffffdd;
	border-style: solid;
	border-width: 2px;
	border-color: #ffff77;
	padding:5px;
}

.email-confirm {
	font-size: 12px;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: white;
}

.nav-image-padding { 
  padding-top: 30px; 
}

.footnote  { 
  padding-top: 30px;
  font-size: 8pt; color: gray; 
}

#package-list li {
	list-style: none;
}

#package-list {
	margin-left: 0;
	padding-left: 0;
}

.trademark {
	font-weight: normal;
	font-size: 10pt; 
}
	
