.navbar      
  { 
  font-size: 80%; 
  font-family: 
    Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
  background-color: #E9E9E9; 
  border-bottom-style: solid; 
  border-bottom-width: 1; 
  padding-top: 2px; 
  padding-bottom: 2px; 
  }

.copyrightbar
  {
  font-size: 80%
  font-family: 
    Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
  background-color: #E9E9E9; 
  border-top-style: solid; 
  border-top-width: 1; 
  padding-top: 2px; 
  padding-bottom: 2px; 
  }

body {
	color: #333;
	background: #FFF none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "URW Gothic L", "Trebuchet MS", sans-serif;
	color: #666;
}

p, ul, ol, li, td, th, input, caption {
	font-family: "URW Gothic L", "Trebuchet MS", sans-serif;
}

/*/*/

body {
	color: #333;
	margin: 0;
	padding: 0;
	background: #FFF none;
}

div#page {
	margin: 0;
	padding: 0;
}

div#header h1 {
	text-align: center;
	color: #EEE;
	padding: 18px;
	margin: 0;
	background: #666 none;
	text-shadow: 2px 2px 2px #000;
}

div#header p {
	text-align: center;
	width: 80%;
	margin: 16px auto;
	padding: 0;
	font-style: oblique;
	text-shadow: 3px 3px 3px #999;
	color: #666;
	background: inherit;
}

div#header ul {
	margin: 16px 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #333;
	white-space: nowrap;
}

div#header li {
	font-size: small;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	white-space: nowrap;
}

div#header li a:link, div#header li a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #666;
	background: inherit;
}

div#header li a:link#current, div#header li a:visited#current, div#header li a:hover {
	border-bottom: 4px solid #333;
	padding-bottom: 2px;
	background: transparent none;
	color: #333;
}

div#header li a:hover {
	color: #333;
	background: inherit;
}

div#content {
	padding: 0;
	margin: 0;
	
	width: 100%;
}

div#content img[width="341"] {
	padding: 8px;
	display: block;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #666 #666 #CCC;
	color: inherit;
	background: #EEE none;
}

div#content h3 a:link, div#content h4 a:link {
	text-decoration: none;
	color: #666;
	background: inherit;
}

div#content h3 a:visited, div#content h4 a:visited {
	text-decoration: none;
	color: #666;
	background: inherit;
}

div#content h3 a:link:hover, div#content h4 a:link:hover {
	text-decoration: underline;
	color: #666;
	background: inherit;
}

div#content h3 a:visited:hover, div#content h4 a:visited:hover {
	text-decoration: underline;
	color: #666;
	background: inherit;
}

div#sectlinks {
	font-size: x-small;
	width: 23%;
	float: left;
	margin: 0 0 4px 0;
	padding: 0;
}

div#sectlinks ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	width: 100%;
	color: inherit;
	background: #CCC none;
}

div#sectlinks li {
	margin: 0;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: #333;
	background: inherit;
}

div#sectlinks li li a:link, div#sectlinks li li a:visited, div#sectlinks li li a:hover, div#sectlinks li li a:active {
	margin: 0;
	padding: 2px;
	font-weight: bold;
	color: #EEE;
	background: #666 none;
	text-decoration: none;
	display: block;
}

div#sectlinks li li a:visited {
	color: #999;
}

div#sectlinks li li {
	padding: 1px;
}

div#sectlinks li li.selected {
	margin: 1px;
	padding: 2px;
	color: #EEE;
	background: #333 none;
}

div#sectlinks li li a:hover, div#sectlinks li li a:active {
	background: #333 none;
}

div#footer {
	clear: both;
	padding: 4px;
	margin-top: 4px;
	border-color: #333;
	border-width: 1px;
	border-style: solid none none none;
}

a:focus {
	text-decoration: blink;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:link:hover, a:visited:hover {
	text-decoration: underline;
}

dt {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "URW Gothic L", "Trebuchet MS", sans-serif;
	color: #666;
	background: transparent none;
	margin-left: 8px;
	margin-right: 8px;
	text-shadow: 2px 2px 2px #666;
}

h3 {
	border-color: #666;
	border-width: 1px;
	border-style: solid none none solid;
	padding: 8px;
}

blockquote h3 {
	border-color: #666;
	border-width: 2px;
	border-style: none none solid none;
	padding: 0 0 3px 0;
	text-shadow: 3px 3px 3px #666;
}

blockquote h4 {
	text-shadow: 3px 3px 3px #666;
}

h2 {
	color: #EEE;
	background: #666 none;
	margin: 0;
	margin-left: 8px;
	margin-right: 8px;
	padding: 8px;
	text-shadow: 2px 2px 2px #000;
}

hr {
	height: 1px;
	color: #666;
	background: #666 none;
	padding: 0;
	margin-left: 8px;
	margin-right: 8px;
	border-width: 0;
	border-style: none;
}

hr.footnote {
	height: 1px;
	width: 33%;
	color: #333;
	background: #333;
	padding: 0;
	border: 0px none;
	display: block;
	text-align: left
}

img {
	border-width: 0;
	border-style: solid;
}

p, ul, ol, li, td, th, input, caption {
	font-family: "URW Gothic L", "Trebuchet MS", sans-serif;
	line-height: 150%;
	margin-left: 8px;
	margin-right: 8px;
}

blockquote {
      font-size: xx-small;
	color: inherit;
	background: #EEE none;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding: 1em;
	margin-left: 2px;
	margin-right: 2px;
}

blockquote blockquote {
	border-left:1em solid #CCC; border-right:0px none #CCC; border-top:0px none #CCC; border-bottom:0px none #CCC; width: auto;
	line-height: normal; margin-left:1em; margin-right:0; margin-top:0; margin-bottom:0; padding-left:1em; padding-right:0; padding-top:0; padding-bottom:0
}

th {
	text-align: center;
}

caption {
	font-weight: bold;
}

pre {
	line-height: 150%;
	margin-left: 8px;
	margin-right: 8px;
}

abbr {
	speak: spell-out;
}

acronym {
	speak: normal;
}

abbr, acronym {
	border: none;
	font-style: oblique;
}

abbr[title], acronym[title] {
	border-bottom: 1px dotted #333;
	cursor: help;
}

@media print {
	abbr[title], acronym[title] {
		border: none;
	}
}

dfn {
	border-bottom: 1px dotted #333;
	font-style: oblique;
}

dt {
	color: maroon;
	background: #F2F2F2 none;
	padding: 4px;
	margin: 4px 8px;
	border-color: #A1A5A9;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
}

dd {
	color: inherit;
	background: #CCC none;
	padding: 4px;
	margin: 4px 8px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
}

dd p {
	color: inherit;
	background: inherit;
	padding: 0;
	margin: 4px 0 4px 0;
}

dd ol, dd ul {
	padding: 4px 1em 4px 1em;
	margin: 0 1em 0 1em;
}

dd h3 {
	color: #333;
	background: inherit;
	border-color: #333;
}

ins {
	text-decoration: none;
	color: maroon;
	background: inherit;
}

ins:before {
	content: "UPDATE";
}

ins:after {
	
}

ul, ol {
	margin: 2em;
	padding-left: 0;
}

li ul {
	margin: 1em;
	padding-left: 0;
}

ul ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.dropcap {
	float: left;
	font-size: 25px;
}

.green {
	color: inherit;
	background: #dfd none;
}

p.menu {
	text-align: right;
	white-space: nowrap;
	padding: 0 0 0 2px;
	font-weight: bold;
	border-color: #CCC #666 #666 #CCC;
	color: #EEE;
	background: #999 none;
	border-width: 1px;
	border-style: solid;
}

p.submenu {
	text-align: center;
	color: inherit;
	background: transparent none;
	font-weight: bold;
}

.tunein {
	vertical-align: middle;
	margin: 1px;
}

span.prop {
	color: blue;
	background: inherit;
}

div.row {
	clear: both;
	padding-top: 10px;
}

div.row label {
	float: left;
	width: 90px;
	text-align: right;
	font-weight: bold;
}

div.row input {
	margin-left: 12px;
}

div.row textarea {
	margin-left: 12px;
}

pre em {
	color: red;
	background: inherit;
	font-style: normal;
}

div.alternate {
	display: none;
}

th.bestchoice {
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 17px;
	text-shadow: 0px 2px 2px #CCC;
}

td.bestchoice0 {
	color: inherit;
	background: #c4e6a2 none;
	border: 1px solid #99cc66;
	padding: 2px;
	vertical-align: top;
}

td.bestchoice1 {
	color: inherit;
	background: #99cc66 none;
	border: 1px solid #99cc66;
	padding: 2px;
	vertical-align: top;
}

th.caution {
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 17px;
	text-shadow: 0px 2px 2px #CCC;
}

td.caution0 {
	color: inherit;
	background: #ffffcc none;
	border: 1px solid #ffff99;
	padding: 2px;
	vertical-align: top;
}

td.caution1 {
	color: inherit;
	background: #ffff99 none;
	border: 1px solid #ffff99;
	padding: 2px;
	vertical-align: top;
}

th.avoid {
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 17px;
	text-shadow: 0px 2px 2px #CCC;
}

td.avoid0 {
	color: inherit;
	background: #f7d5d5 none;
	border: 1px solid #eeb3b3;
	padding: 2px;
	vertical-align: top;
}

td.avoid1 {
	color: inherit;
	background: #eeb3b3 none;
	border: 1px solid #eeb3b3;
	padding: 2px;
	vertical-align: top;
}

ul.folder {
	margin-left: 0;
	padding-left: 0;
}

ul.folder li {
	font-size: small;
	list-style-type: none;
	padding-left: 19px;
}

ul.http {
	margin: 0;
	padding-left: 0;
}

ul.http li {
	font-size: small;
	list-style-type: none;
	margin-left: 0;
	padding-left: 19px;
}

ul.dot {
	margin-left: 0;
	padding-left: 0;
}

ul.dot li {
	font-size: small;
	list-style-type: none;
	padding-left: 16px;
}

tr.noBottomBorder td {
	border-bottom: none;
}

tr.noTopBorder td {
	border-top: none;
}

.cnnMenuText {
	font: 10px sans-serif;
}

.cnnMainMarketBox {
	border-left:1px solid #EEE; border-right:1px solid #333; border-top:0px solid #EEE; border-bottom:1px solid #333; color: inherit;
	background: inherit;
	
}

.cnnMainMarketBox td {
	border-left:0px solid #EEE; border-right:0px solid #333; border-top:1px solid #EEE; border-bottom:1px solid #333; 
}

.cnnMainMarketCell {
	color: #333;
	background: transparent none;
}

.cnnMainMarketCell A:link, .cnnMainMarketCell A:visited {
	color: #333;
	background: transparent none;
}


.guibutton {
	font-family: Arial, sans-serif;
	color: #FFF;
	font-weight: bold;
	background: #999 none;
	padding: 3px;
	font-size: small;
	border-color: #CCC;
	border-width: 2px;
	border-style: outset;
	text-decoration: none;
}

.guibutton:hover, .guibutton:link:hover, .guibutton:visited:hover {
	color: #333;
	background: #CCC none;
	border-color: #FFF;
	text-decoration: none;
}
.black_quote {
	font-weight: normal; font-size: xx-small; color: black; text-decoration: none
}

.medium {
	font-weight: normal; font-size: medium; color: black; text-decoration: none
}

.medium_b {
	font-weight: bold; font-size: medium; color: black; text-decoration: none
}

.small_b {
	font-weight: bold; font-size: small; color: black; text-decoration: none
}

.small {
	font-weight: normal; font-size: small; color: black; text-decoration: none
}


.roundcont100 {
	width: 100%;
	background-color: #f90;
	color: #fff;
}

.roundcont100 p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


p.fortune {
	text-align: center;
	color: red;
	background: inherit;
	padding: 0.5em;
	margin: 1em auto;
	font-family: serif;
	font-size: smaller;
	border: 1px red solid;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #666 #666 #CCC;
	width: 50%;
}

/* http://diveintoaccessibility.org/day_25_using_real_horizontal_rules_or_faking_them_properly.html */

div.hr {display: none}
/*/*/a{}
div.hr {
	display: block;
	height: 65px;
	background-repeat: no-repeat;
	background-position:  center;
	margin: 1em 0;
}
hr.fancy {display:none}
/* */