/***********************************************************************************/
/**  HTML TAG Styles
/***********************************************************************************/
BODY
{
	color: #CDBF72;
	background-color: #DDDDDD;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}


BODY A			{ font-weight: normal; font-size: 12px; text-decoration: none;}
BODY A:link		{  text-decoration: none;}
BODY A:visited	{  text-decoration: none;}
BODY A:hover	{  text-decoration: underline;}
BODY A:active	{  text-decoration: none;}


BODY BODY LI, BODY TD, BODY P
{
	color: #CDBF72;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

BODY SELECT
{
	COLOR: #CDBF72;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
}

TextArea
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
}


/***********************************************************************************/
/**  ModalGrayBackground
/***********************************************************************************/
.ModalGrayBackground
{
      background-color:Gray;
      filter:alpha(opacity=70);
      opacity:0.7;
}


/***********************************************************************************/
/**  LineSpace15px
/***********************************************************************************/
.LineSpace15px
{
	line-height: 15px;
}

/***********************************************************************************/
/**  SmallBodyText
/***********************************************************************************/
.SmallBodyText
{
	color: #CDBF72;
	font-size: 10px;	
}

.SmallBodyText A:link		{ color: #CDBF72; text-decoration: none; }
.SmallBodyText A:visited	{ color: #CDBF72; text-decoration: none; }
.SmallBodyText A:hover		{ color: #CDBF72; text-decoration: underline; }
.SmallBodyText A:active		{ color: #CDBF72; text-decoration: none; }

/***********************************************************************************/
/**  MedBodyText
/***********************************************************************************/
.MedBodyText
{
	color: #CDBF72;
	font-size: 12px;	
}

.MedBodyText A:link		{ color: #CDBF72; text-decoration: none; }
.MedBodyText A:visited	{ color: #CDBF72; text-decoration: none; }
.MedBodyText A:hover		{ color: #CDBF72; text-decoration: underline; }
.MedBodyText A:active		{ color: #CDBF72; text-decoration: none; }

/***********************************************************************************/
/**  SmallBlackText
/***********************************************************************************/
.SmallBlackText
{
	color: #000000;
	font-size: 10px;	
}

.SmallBodyText A:link		{ color: #000000; text-decoration: none; }
.SmallBodyText A:visited	{ color: #000000; text-decoration: none; }
.SmallBodyText A:hover		{ color: #000000; text-decoration: underline; }
.SmallBodyText A:active		{ color: #000000; text-decoration: none; }

/***********************************************************************************/
/**  SmallPinkishText
/***********************************************************************************/
.SmallPinkishText
{
	color: #FFCCFF;
	font-size: 10px;	
}

.SmallPinkishText A:link		{ color: #E350BB; text-decoration: none; }
.SmallPinkishText A:visited	{ color: #E350BB; text-decoration: none; }
.SmallPinkishText A:hover		{ color: #E350BB; text-decoration: underline; }
.SmallPinkishText A:active		{ color: #E350BB; text-decoration: none; }




/***********************************************************************************/
/**  SmallDarkRedText
/***********************************************************************************/
.SmallDarkRedText
{
	color: #8E0000;
	font-size: 10px;	
}

.SmallBodyText A:link		{ color: #8E0000; text-decoration: none; }
.SmallBodyText A:visited	{ color: #8E0000; text-decoration: none; }
.SmallBodyText A:hover		{ color: #8E0000; text-decoration: underline; }
.SmallBodyText A:active		{ color: #8E0000; text-decoration: none; }


/***********************************************************************************/
/**  SmallRedText
/***********************************************************************************/
.SmallRedText
{
	color: #E72251;
	font-size: 10px;	
}

.SmallRedText A:link		{ color: #E72251; text-decoration: none; }
.SmallRedText A:visited	    { color: #E72251; text-decoration: none; }
.SmallRedText A:hover		{ color: #E72251; text-decoration: underline; }
.SmallRedText A:active		{ color: #E72251; text-decoration: none; }


/***********************************************************************************/
/**  ModalGrayBackground
/***********************************************************************************/
.ModalGrayBackground
{
      background-color:Gray;
      filter:alpha(opacity=70);
      opacity:0.7; 
}

/***********************************************************************************/
/**  MedLinkText
/***********************************************************************************/
.MedLinkText
{
	color: #CDBF72;
	font-size: 12px;	
}

.MedLinkText A:link		{ color: #CDBF72; text-decoration: none; }
.MedLinkText A:visited	{ color: #CDBF72; text-decoration: none; }
.MedLinkText A:hover		{ color: #CDBF72; text-decoration: underline; }
.MedLinkText A:active		{ color: #CDBF72; text-decoration: none; }

/***********************************************************************************/
/**  SmallLinkText
/***********************************************************************************/
.SmallLinkText
{
	color: #CDBF72;
	font-size: 10px;	
}

.SmallLinkText A:link		{ color: #CDBF72; text-decoration: none; }
.SmallLinkText A:visited	{ color: #CDBF72; text-decoration: none; }
.SmallLinkText A:hover		{ color: #CDBF72; text-decoration: underline; }
.SmallLinkText A:active		{ color: #CDBF72; text-decoration: none; }

/***********************************************************************************/
/**  MedBlueText
/***********************************************************************************/
.MedBlueText
{
	color: #0000FF;
	font-size: 12px;	
}

.MedBlueText A:link		{ color: #0000FF; text-decoration: none; }
.MedBlueText A:visited	{ color: #0000FF; text-decoration: none; }
.MedBlueText A:hover		{ color: #0000FF; text-decoration: none; }
.MedBlueText A:active		{ color: #0000FF; text-decoration: none; }

/***********************************************************************************/
/**  LargeBlackText
/***********************************************************************************/
.LargeBlackText
{
	color: #000000;
	font-size: 14px;	
}

.LargeBlackText A:link		{ color: #000000; text-decoration: none; }
.LargeBlackText A:visited	{ color: #000000; text-decoration: none; }
.LargeBlackText A:hover		{ color: #000000; text-decoration: underline; }
.LargeBlackText A:active		{ color: #000000; text-decoration: none; }

/***********************************************************************************/
/**  QuoteListItems
/***********************************************************************************/
.QuoteListItems
{
   margin-top:8px;
}
.QuoteListItems LI
{
    margin-bottom:4px;
    position:relative;
    left:-25px;
    font-size:10px;
}

.QuoteImageThumb
{
     padding-right:5px;
     padding-top:5px;
}

.QuoteImageThumb Input
{
     padding-right:5px;
     padding-top:5px;
}











