/* Normalize */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, figure, form, fieldset, input, p, blockquote, th, td, legend {
	margin: 0;
	padding: 0;
}
body {
    font-family: 'Cardo', serif; 
} 

p { line-height: 1.4em; margin-bottom: 1.0em; }
a { color: #821122; }    

table { 
	width: 925px; 
	border-collapse: collapse;
	border-top: 0px solid #ccc;
	margin-right: 2px;
}

table td { padding: 15; 
		   margin: 0;
		   vertical-align:top;
		   padding-top: 40px;
		}

#chart {
    min-height: 500px;    
    width: 960px; 
}
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.dot {
  stroke: #000;
}

.line {
  fill: none;
  stroke: #e2e2e2;
  stroke-width: 1.5px;
}

.lineOver {
  fill: none;
  stroke: orange;
  stroke-width: 2.5px;
}

text {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
	stroke: #000;
}

