body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	}

.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bolder;
	color: 9999cc;
	}

.Sub-Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: 9999cc;
	font-style: italic;
	}
	
.Cat-Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	}

.Hot-Related {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: FF6600;
	}
	
.Hot-Table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}
	
.Hot-Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

