.NormalText	{	font-family: 'Georgia', 'Times New Roman', serif; 
				font-size: 12pt;
				color: #FFFFFF;
			}
			
.Heading	{	font-family: 'Georgia', 'Times New Roman', serif;
				font-size: 14pt;
				font-weight: bold;
				color: #FFFFFF;
			}
			
.Sidebar	{	font-family: 'Tahoma', 'Arial', 'Helvetica', sans-serif;
				font-size: 10pt;
				color: #CCCCFF;
			}

A	{	color : #CCFFCC;
		text-decoration : none;
	}
	
A:Visited	{	color : #99FFFF;
				text-decoration : none;
			}
			
A:Active	{	color : #9999FF;
				text-decoration : none;
			}

A:Hover		{	color : #66CCFF;
				text-decoration : none;
			}

