.NormalText	{	font-family: 'Georgia', 'Times New Roman', serif; 
			font-size: 12pt;
			color: #CC0000;
		}
			
.Heading	{	font-family: 'Georgia', 'Times New Roman', serif;
			font-size: 14pt;
			font-weight: bold;
			color: #CC0000;
		}
			
.Sidebar	{	font-family: 'Tahoma', 'Arial', 'Helvetica', sans-serif;
			font-size: 10pt;
			color: #CC0000;
		}

A	{	color : #006600;
		text-decoration : none;
		font-weight : normal;
	}
	
A:Visited	{	color : #660000;
			text-decoration : none;
			font-weight : normal;
		}
			
A:Active	{	color : #00CC00;
			text-decoration : underline;
			font-weight : normal;
		}

A:Hover		{	color : #00CC00;
			text-decoration : underline;
			font-weight : normal;
		}

