/***********************************************************************************/
/**  HTML TAG Styles
/***********************************************************************************/

BODY
{
	color: #595959;
	font-family: Tahoma, Verdana, Arial, Geneva;
	font-size: 11px;
}

BODY A			{ text-decoration: underline; color: #595959; }
BODY A:link		{ text-decoration: underline; color: #595959; }
BODY A:visited	{ text-decoration: underline; color: #595959; }
BODY A:hover	{ text-decoration: underline; color: #595959; }
BODY A:active	{ text-decoration: underline; color: #595959; }

BODY INPUT, BODY LI, BODY TD, BODY P
{
	color: #595959;
	font-family: Tahoma, Verdana, Arial, Geneva;
	font-size: 11px;
}

BODY TEXTAREA
{
    color: #595959;
	font-family: Tahoma, Verdana, Arial, Geneva;
	font-size: 11px;
}

BODY SELECT
{
	COLOR: #595959;
	FONT-FAMILY: Tahoma, Verdana, Arial, Geneva;
	FONT-SIZE: 11px;
}

/***********************************************************************************/
/**  SmallGreyText
/***********************************************************************************/
.SmallGreyText
{
	color: #BCB6A5;
	font-size: 10px;	
}

.SmallGreyText A:link		{ text-decoration: underline; color: #BCB6A5; }
.SmallGreyText A:visited	{ text-decoration: underline; color: #BCB6A5; }
.SmallGreyText A:hover		{ text-decoration: underline; color: #BCB6A5; }
.SmallGreyText A:active		{ text-decoration: underline; color: #BCB6A5; }

/***********************************************************************************/
/**  SmallRedText
/***********************************************************************************/
.SmallRedText
{
	color: #FF0000;
	font-size: 11px;	
}

.SmallRedText A:link		{ text-decoration: underline; color: #FF0000; }
.SmallRedText A:visited		{ text-decoration: underline; color: #FF0000; }
.SmallRedText A:hover		{ text-decoration: underline; color: #FF0000; }
.SmallRedText A:active		{ text-decoration: underline; color: #FF0000; }


/***********************************************************************************/
/**  SmallOrangeText
/***********************************************************************************/
.SmallOrangeText
{
	color: #F47002;
	font-size: 10px;	
}

.SmallOrangeText A:link		{ text-decoration: underline; color: #F47002; }
.SmallOrangeText A:visited	{ text-decoration: underline; color: #F47002; }
.SmallOrangeText A:hover	{ text-decoration: underline; color: #F47002; }
.SmallOrangeText A:active	{ text-decoration: underline; color: #F47002; }

/***********************************************************************************/
/**  MedOrangeText
/***********************************************************************************/
.MedOrangeText
{
	color: #F47002;
	font-size: 11px;	
}

.MedOrangeText A:link		{ text-decoration: underline; color: #F47002; }
.MedOrangeText A:visited	{ text-decoration: underline; color: #F47002; }
.MedOrangeText A:hover		{ text-decoration: underline; color: #F47002; }
.MedOrangeText A:active		{ text-decoration: underline; color: #F47002; }

/***********************************************************************************/
/**  MedOrangeText_NoUnderline
/***********************************************************************************/
.MedOrangeText_NoUnderline
{
	color: #F47002;
	font-size: 11px;	
}

.MedOrangeText_NoUnderline A:link		{ text-decoration: none; color: #F47002; }
.MedOrangeText_NoUnderline A:visited	{ text-decoration: none; color: #F47002; }
.MedOrangeText_NoUnderline A:hover		{ text-decoration: none; color: #F47002; }
.MedOrangeText_NoUnderline A:active		{ text-decoration: none; color: #F47002; }

/***********************************************************************************/
/**  SmallTanText
/***********************************************************************************/
.SmallTanText
{
	color: #F6ECD2;
	font-size: 10px;	
}

.SmallTanText A:link		{ text-decoration: underline; color: #F6ECD2; }
.SmallTanText A:visited		{ text-decoration: underline; color: #F6ECD2; }
.SmallTanText A:hover		{ text-decoration: underline; color: #F6ECD2; }
.SmallTanText A:active		{ text-decoration: underline; color: #F6ECD2; }

/***********************************************************************************/
/**  MedTanText
/***********************************************************************************/
.MedTanText
{
	color: #F6ECD2;
	font-size: 11px;	
}

.MedTanText A:link		{ text-decoration: underline; color: #F6ECD2; }
.MedTanText A:visited	{ text-decoration: underline; color: #F6ECD2; }
.MedTanText A:hover		{ text-decoration: underline; color: #F6ECD2; }
.MedTanText A:active	{ text-decoration: underline; color: #F6ECD2; }

/***********************************************************************************/
/**  SmallErrorText
/***********************************************************************************/
.SmallErrorText
{
	color: #FF0000;
	font-size: 10px;	
}

.SmallErrorText A:link		{ text-decoration: underline; color: #FF0000; }
.SmallErrorText A:visited		{ text-decoration: underline; color: #FF0000; }
.SmallErrorText A:hover		{ text-decoration: underline; color: #FF0000; }
.SmallErrorText A:active		{ text-decoration: underline; color: #FF0000; }

/***********************************************************************************/
/**  MedErrorText
/***********************************************************************************/
.MedErrorText
{
	color: #FF0000;
	font-size: 11px;	
}

.MedErrorText A:link		{ text-decoration: underline; color: #FF0000; }
.MedErrorText A:visited	{ text-decoration: underline; color: #FF0000; }
.MedErrorText A:hover		{ text-decoration: underline; color: #FF0000; }
.MedErrorText A:active	{ text-decoration: underline; color: #FF0000; }

