﻿body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* a:xxxx MUST come in this order in the CSS definition in order to be effective!! */
/* This is the normal link behavior */
/* unvisited link */
a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
}
/* visited link */
a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
}
/* mouse over link */
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* selected link */
a:active {
	font-weight: normal;
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
}
/* End of link code */
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #3366CC;
	font-weight: bold;
}
.headlineYellow {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFF00;
	font-weight: bold;
}
.chartText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.chartTexthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF00;
	font-weight: bold;
}
