/***********************************************************************************/
/**  HTML TAG Styles
/***********************************************************************************/

BODY {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
}

BODY A { font-weight: bold; font-size: 12px; }
BODY A:link { color: #C96828}
BODY A:visited { color: #C96828}
BODY A:hover {text-decoration: underline; color: #C96828}
BODY A:active { color: #C96828}

BODY INPUT, BODY LI, BODY TD
{
	color: #000000;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
}

BODY P
{
	color: #000000;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
    line-height: 1.5;
}

BODY SELECT
{
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Geneva, sans-serif;
	FONT-SIZE: 10px;
}

/***********************************************************************************/
/**  SmallBodyText
/***********************************************************************************/
.SmallBodyText
  {
	color: #000000;
	font-size: 10px;
    line-height: 1.5;		
  }

.SmallBodyText A:link { color: #C96828}
.SmallBodyText A:visited { color: #C96828}
.SmallBodyText A:hover {text-decoration: underline; color: #C96828}
.SmallBodyText A:active { color: #C96828}


/***********************************************************************************/
/**  BlueBodyText
/***********************************************************************************/
.BlueBodyText
  {
	color: #004C97;
	font-size: 14px;
    line-height: 1.5;		
  }

.BlueBodyText A:link { text-decoration: underline;color: #004C97}
.BlueBodyText A:visited { text-decoration: underline;color: #004C97}
.BlueBodyText A:hover {text-decoration: underline; color: #004C97}
.BlueBodyText A:active { text-decoration: underline;color: #004C97}


/***********************************************************************************/
/**  LargeBodyText
/***********************************************************************************/
.LargeBodyText
  {
	color: #000000;
	font-size: 16px;
    line-height: 1.5;		
  }

.LargeBodyText A:link { color: #C96828}
.LargeBodyText A:visited { color: #C96828}
.LargeBodyText A:hover {text-decoration: underline; color: #C96828}
.LargeBodyText A:active { color: #C96828}

/***********************************************************************************/
/**  HugeBodyText
/***********************************************************************************/
.HugeBodyText
  {
	color: #000000;
	font-size: 20px;
    line-height: 1.5;		
  }

.HugeBodyText A:link { color: #C96828}
.HugeBodyText A:visited { color: #C96828}
.HugeBodyText A:hover {text-decoration: underline; color: #C96828}
.HugeBodyText A:active { color: #C96828}

/***********************************************************************************/
/**  LargeGreenText
/***********************************************************************************/
.LargeGreenText
  {
	color: #506E37;
	font-size: 14px;
  }

.LargeGreenText A:link { color: #506E37}
.LargeGreenText A:visited { color: #506E37}
.LargeGreenText A:hover {text-decoration: underline; color: #506E37}
.LargeGreenText A:active { color: #506E37}

/***********************************************************************************/
/**  Footer Text : small brown
/***********************************************************************************/
.Footer
  {
	color: #C96828;
	font-size: 10px;
	font-weight: bold;	
  }

.Footer A:link { font-weight: bold; color: #C96828}
.Footer A:visited { font-weight: bold; color: #C96828}
.Footer A:hover { font-weight: bold; text-decoration: underline; color: #C96828}
.Footer A:active { font-weight: bold; color: #C96828}

/***********************************************************************************/
/**  SmallRedText
/***********************************************************************************/
.SmallRedText
  {
	color: #FF0000;
	font-size: 10px;
    line-height: 1.5;		
  }

.SmallRedText A:link { color: #AF0000}
.SmallRedText A:visited { color: #AF0000}
.SmallRedText A:hover {text-decoration: underline; color: #AF0000}
.SmallRedText A:active { color: #AF0000}
