body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

a:link {
	color: #CC3333;
	text-decoration: none;

}
a:visited {
	color: #AA3333;
	text-decoration: none;

}
a:active {
	color: #ff0000;
}
a:hover {
	text-decoration: underline;
}

td {
	color: #FFFFFF;
}

.heading {
font-size: 16pt;
}

.small {
font-size: 8pt;
color:#CCCCCC;
}

.copyright {
font-size: 8pt;
color:#333333;
}

.itemheading{
color: #CC3333;
cursor:hand;
cursor:pointer;
}