@charset "utf-8";
/* CSS Document */

body {
	width: 782px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color:#FFFFFF;
	font: .85em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  }

.ChartTitle {
	font-size: 1.35 em;
	font-weight: 700;
	margin: 24px 0 0 65px;
	}

a:link {
	color:#660033;
	text-decoration:none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: normal;
	margin: 12px 0 0 65px;
	}
	
a:visited {
	color:#0033CC;
	text-decoration:none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: normal
	}
	
a:hover {
	color:#660033;
	text-decoration:underline;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	}