.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B2352;
}
A:link    { color: #6A603E}    
A:visited { color: #1B2352 }  
A:hover   { color: #3333CC }
A:active  { color: #3333CC }   
.charttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6A603E;
}
.smallheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #6A603E;
}
.blurup {
	background-attachment: fixed;
	background-image: url(images/blur-up.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.blurdown {
	background-attachment: fixed;
	background-image: url(images/blur-down.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
