body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-attachment: fixed;
	background-image: url(../images/bg-white.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000;
	font-family: arial;
	font-size: 12px;
	text-align: center;
}

td
{
	vertical-align: top;
	text-align: left;
	color: #000;
	font-family: arial;
	font-size: 12px;
}
.chart {
	text-align: center;
	vertical-align: middle;
}

a
{
text-decoration: none;
color: #336699;
}

a:hover
{
text-decoration: none;
color: #ae171a;
}

a:active
{ 
text-decoration: none;
color: #336699;
}
.italic {
	font-style: italic;
}
.center {
	vertical-align: middle;
}
.highlighttext {
	color: #336699;
}

