body { 
	background-image:url('../img/page/background.jpg'); 
	background-repeat:no-repeat;
	background-color:black;
	font-family: arial;
	font-size: 9pt;
	color: white;
}
td {
	padding: 5px;
	border-width: 2px;
	font-family: arial;
	font-size: 9pt;
	color: white;
}
td.shade
	{
	padding: 5px;
	border-width: 2px;
	background-image:url('../img/page/tdback.gif'); 
	background-repeat:repeat;
	font-family: verdana, arial;
	font-size: 9pt;
	color: white;
}
div.title {
	font-family: arial;
	font-size: 38pt; 
	color: rgb(100,100,100); 
}
div.footer {
	font-family: arial;
	font-size: 7pt; 
	color: rgb(100,100,100); 
}
div.italictitle {
	font-family: arial;
	font-size: 10pt; 
	color: white; 
	font-style: italic;
	font-weight: bold;
}
a	{
	text-decoration: none;
	color: white; 
}
a:hover	{
	text-decoration: underline;
	color: white; 
}
a.small	{
	text-decoration: none;
	color: white; 
	font-size: 8pt;
}
a.small:hover	{
	text-decoration: underline;
	color: white; 
	font-size: 8pt;
}
a.footer	{
	text-decoration: none;
	font-size: 7pt; 
	color: rgb(100,100,100); 
}
a.footer:hover	{
	text-decoration: none;
	color: white; 
	font-size: 7pt;
}