body {
	background: ffffff;
	font-size: 12px;
	font-family: Arial;
	margin-top: 0px;
	margin-left: 20px;
}

h1 {
	font-size: 18px;
}

h2 {
	margin-top: 50px;
	font-size: 16px;
}

table {
	align: left;
	margin-top: 20px;
	border: 0px solid black;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
}

td {
	border: 0px solid black;
	text-align:center;
}

tr.odd td{
	background-color: #F5F5F5;
}

.desc_short {	
	font-weight: bold;
}

.desc_med {
	font-weight: bold;
}

.section {
	margin-top: 20px;
}
.section_name {	
	font-weight: bold;
	font-style: italic;
}

.table_header {
	font-weight: bold;
	font-style: italic;
	text-align: left;
	
}

.big_table_header {
	font-weight: bold;
	font-style: italic;
	text-align: left;
	background-color: #DFDFDF;
}

.big_table_header_yield {
	font-weight: bold;
	font-style: italic;
	text-align: center;
	background-color: #DFDFDF;
}

.table_footer {
	font-style: italic;
	text-align: left;
}
.rowtitle {
	text-align: left;
}
.pct {
	text-align: right;
	padding-right: 20px;
}
.graph {
	font-weight:bold;
	font-style: italic;
	margin-top:20px;
}

.graph_legend {
	font-weight:bold;
	font-style: normal;
	margin-left:30px;
}

.circle {
	font-size: 24px;
}

.scatterplot_first{ 
	width: 220px;
	height: 220px;	
}

.scatterplot{ 
	width: 220px;
	height: 220px;
    margin-left: -20px;
}

.scatterplot_cover { 						
	display:inline-block;
	position: relative;
}

div .smiling_face_first {
	position:absolute;
	top: 35px;
	left: 35px;
	width: 8%;
	height: 8%;
	z-index: 10;
	background-image:url("../img/smiling_face.png");
	background-repeat: no-repeat;
}	

div .smiling_face {
	position:absolute;
	top: 35px;
	left: 15px;
	width: 8%;
	height: 8%;
	z-index: 10;
	background-image:url("../img/smiling_face.png");
	background-repeat: no-repeat;
}

div .frowning_face_first {
	position:absolute;
	top: 168px;
	left: 170px;
	width: 8%;
	height: 8%;
	z-index: 10;
	background-image:url("../img/frowning_face.png");
	background-repeat: no-repeat;
}

div .frowning_face {
	position:absolute;
	top: 168px;
	left: 150px;
	width: 8%;
	height: 8%;
	z-index: 10;
	background-image:url("../img/frowning_face.png");
	background-repeat: no-repeat;
}

div .try_text  {
	text-align: center;
	font-weight: normal;
	font-style: normal;
	position:absolute;
	top: 80px;
	left: 50px;
	z-index: 10;
}

span.tickername {
	padding-left: 3px;
	padding-right: 10px;
}

.superscript {
	vertical-align: super;
	font-size: 70%;
}

table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	background-color: #DFDFDF;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.lnk a:link {
    color: black;
}
.lnk a:visited {
    color: black;
}

.header {
    margin-top: 0px;
    margin-bottom: 20px;
}

.footer {
    margin-top: 20px;
    margin-bottom: 10px;
|

