table {
}
tr {
}

.StoryLink a {
	color: #990033;
	font-weight: bold;
	text-decoration: none;
}
.StoryLink a:hover {
	text-decoration: underline;
}

.StoryBody a {
	color: #000066;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.StoryBody a:hover {
	text-decoration: underline;
}

.stockresults div.best, .stockresults div.worst {
	margin: 0 auto;
	width: 70%;
}

.stockresults b {
}
.stockresults table {
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	margin-bottom: 3ex;
	width: 100%;
}
.stockresults table td {
	border: none;
	padding: 0;
}
.stockresults table table {
	border-collapse: collapse;
	border: none;
	margin-bottom: 0;
	width: 100%;
}
.stockresults table table td {
	border: 1px solid #CCCCCC;
	padding: 0.3ex 0.5ex;
	vertical-align: bottom;
}
.stockresults table table table {
	border: none;
	width: 100%;
}
.stockresults table table table td {
	border: none;
	padding: 0;
}
.stockresults img {
	display: inline;
}

#StockHeader h2 {
	font-size: 180%;
}
#StockHeader h2 a {
	color: #000000;
	text-decoration: none;
}
#StockHeader h2 a:hover, #StockHeader h2 a:active {
	text-decoration: underline;
}
#StockHeader .SectionHeader {
	display: none;
}
h2 {
	color: #000066;
	font-size: 150%;
}


#Detail {
	margin-left: auto;
	margin-right: auto;
}
#Detail h1, #Detail h2, #Detail h3, #Detail h4 {
	margin-top: 2ex;
}
#Detail h1 {
	color: #000066;
	font-size: 160%;
}
#Detail h2 {
	font-size: 150%;
}
#Detail h2 a {
	color: #000066;
}
#Detail h3 {
	color: #990033;
	font-size: 140%;
}
}
#Detail h4 {
	font-size: 120%;
}
#Detail dl {
}
#Detail dt {
}
#Detail dd {
	margin: 0;
}
#Detail th {
	background: #DDDDDD;
	padding: 0.3ex;
}
#Detail table {
	margin-bottom: 2ex;
	width: 100%;
}

ul#Categories {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#Categories li {
	display: inline;
	margin: 0;
	padding: 0;
}

#Stats, #MoreStats {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
#Stats td, #MoreStats td {
	border: 1px solid #DDDDDD;
	padding: 0 0.3ex;
}