/*************************************************************************
' Function : CSS defintions for Crown and Eagle Website.
' Product  : crownandeagle.com
' Version  : 1.0
' Modified : November 2004
'**************************************************************************/

.NormalText
{
	color: #000000; 
	font-family: Arial;
	font-size: 12pt;
}

.BoldText
{
	color: #000000; 
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.LinkText
{
	color: #0000FF; 
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.HighText
{
	color: red; 
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}