html {
	overflow-y: scroll;
}

html, body, table, td, li, p {
	font-family: verdana, sans, arial;
	line-height: 1.4em;
	color: #333333;
	font-size: 13px;
}

html, body, table, li, p {
	text-align: justify;
}

body {
	margin: 0;
	padding: 0;
}

a {
	color: green;
}

h1 {
	color: black;
	text-align: center;
	margin-bottom: 0;
}

h2 {
	color: black;
	border-bottom: 1px solid black;
	margin: 15px 10px 0px;
	padding-top: 30px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 20px;
	clear: both;
}

h2.first {
	padding-top: 0px;
}


h3 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 0.5em;
}


div#logo {
	padding: 0.75em 0;
	text-align: center;
}

div.bar {
	background: #285d21;
	height: 15px;
	border-bottom: 6px solid #419e38;
}

div#stocks {
	width: 1250px;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}

table.stock-list td.stock {
	vertical-align: top;
	padding: 10px;
	cursor: pointer; cursor: hand;
}

div.mcap {
	float: right;
	color: #888;
	font-size: 14px;
}

div.summary {
	text-align: justify;
}
