body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #518599;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
.content {
	background:#FFFFFF;
	border: 15px #6F0000 solid;
}
.nav {
	width: 700px;
	background-color:#990134;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
	}
a.nav:link {
	text-decoration:none;
	color: #CCCCCC;
}
a.nav:hover {
	text-decoration: none;;
	color: #FFFFCC;
}
a.nav:visited { 
	text-decoration:none; 
	color: #CCCCCC;

}
.style1 {color: #FF9900}
.style1 {color: #CC6600}
.style4 {font-family: Arial, Helvetica, sans-serif}
.style5 {color: #990033}
.nav_cels {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom:5px;
}
.chart_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCFF;
	background-color: #6F0000;
	text-align: center;
}
.chart_body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #EEEEFF;
	border-bottom:1px dotted #6F0000;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.smallTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a, a:visited {
	color: #CC9933;
}
