﻿.OrangeText	
	{
	color: #FFAA00;
	text-decoration: none;
	}

.TanText
	{
	color: #FFEECC;	
	text-decoration: none;
	}		
	
.BlueText	{	
	text-decoration:	none;
	color:	#0066FF;
	font-family: Verdana;
	font-size:	1.0em;
	font-weight:	normal;
	font-style:	normal;
	}	
		
.RedText	{	
	text-decoration:	none;
	color:	Red;
	}	
		
.GrayText	{	
	text-decoration:	none;
	color:	Gray;
	}	

.SilverText	{	
	text-decoration:	none;
	color:	silver;
	}
		
.WhiteText	{	
	text-decoration:	none;
	color:	white;
	}

A:Link	{	
	color:	Silver;
	text-decoration:	none;
	}	
	
A:Hover	{	
	color:	Orange;
	text-decoration:	none;
	}	

A:Hover.White	{	
	color:	White;
	text-decoration:	none;
	}	

A:Hover.Orange	{	
	color:	Orange;
	text-decoration:	none;
	}	
	