@charset "UTF-8";
/* CSS Document */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
}

p {
	font-family: arial, helvetica, sans-serif;

}

td {
	font-family: arial, helvetica, sans-serif;

}


h1 {
	font-size: 24px;
	font-weight: bold;
}


h2 {
	font-size: 16px;
	font-weight: bold;
}

.nav {
	font-size: 12px;
	color: #ffffff;
	text-align: right;
}

.nav a {
	color: #ffffff;
	text-decoration: none;
}

.nav a:hover {
	color: #ffffff;
	text-decoration: underline;
}


.bigger {
	font-size: 14px;

}

.chart {
	font-size: 10px;
	font-weight: bold;
}

